@ndlib/ndlib-cdk2 1.0.21 → 1.0.23

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 (1001) hide show
  1. package/lib/artifact-bucket.js +1 -0
  2. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/.package-lock.json +825 -757
  3. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/README.md +8 -0
  4. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/endpoint/endpointResolver.js +4 -2
  5. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/index.js +152 -76
  6. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.browser.js +1 -1
  7. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-cjs/runtimeConfig.js +1 -1
  8. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/CodePipeline.js +2 -0
  9. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/RollbackStageCommand.js +24 -0
  10. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/commands/index.js +1 -0
  11. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/endpoint/endpointResolver.js +3 -1
  12. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/index.js +0 -1
  13. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/models/models_0.js +33 -0
  14. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/protocols/Aws_json1_1.js +50 -41
  15. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.browser.js +1 -1
  16. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-es/runtimeConfig.js +1 -1
  17. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipeline.d.ts +13 -1
  18. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/CodePipelineClient.d.ts +8 -7
  19. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
  20. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
  21. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
  22. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/CreatePipelineCommand.d.ts +8 -1
  23. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
  24. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
  25. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  26. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
  27. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
  28. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
  29. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
  30. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
  31. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineCommand.d.ts +5 -1
  32. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineExecutionCommand.d.ts +7 -2
  33. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetPipelineStateCommand.d.ts +5 -1
  34. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
  35. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
  36. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
  37. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelineExecutionsCommand.d.ts +13 -2
  38. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
  39. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  40. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  41. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForJobsCommand.d.ts +2 -1
  42. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
  43. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
  44. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
  45. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
  46. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
  47. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
  48. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
  49. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/PutWebhookCommand.d.ts +2 -1
  50. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
  51. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
  52. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/RollbackStageCommand.d.ts +86 -0
  53. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -1
  54. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
  55. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/TagResourceCommand.d.ts +2 -1
  56. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  57. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
  58. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/UpdatePipelineCommand.d.ts +8 -1
  59. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/commands/index.d.ts +1 -0
  60. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/index.d.ts +0 -1
  61. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/models/models_0.d.ts +770 -602
  62. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  63. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.browser.d.ts +3 -6
  64. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.d.ts +3 -6
  65. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.native.d.ts +3 -6
  66. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/runtimeConfig.shared.d.ts +2 -2
  67. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipeline.d.ts +22 -0
  68. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/CodePipelineClient.d.ts +9 -3
  69. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +9 -0
  70. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +9 -0
  71. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +9 -0
  72. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +9 -0
  73. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +9 -0
  74. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +9 -0
  75. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  76. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +9 -0
  77. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +9 -0
  78. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +9 -0
  79. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +9 -0
  80. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +9 -0
  81. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +9 -0
  82. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +9 -0
  83. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +9 -0
  84. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +9 -0
  85. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +9 -0
  86. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +9 -0
  87. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +9 -0
  88. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +9 -0
  89. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  90. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
  91. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +9 -0
  92. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +9 -0
  93. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +9 -0
  94. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +9 -0
  95. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +9 -0
  96. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +9 -0
  97. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +9 -0
  98. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +9 -0
  99. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +9 -0
  100. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +9 -0
  101. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +9 -0
  102. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +35 -0
  103. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +9 -0
  104. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +9 -0
  105. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  107. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +9 -0
  108. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +9 -0
  109. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/commands/index.d.ts +1 -0
  110. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/index.d.ts +0 -1
  111. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/models/models_0.d.ts +56 -0
  112. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  113. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
  114. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
  115. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
  116. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-codepipeline/package.json +43 -43
  118. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/README.md +8 -0
  119. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +4 -2
  120. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +462 -268
  121. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
  122. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +1 -1
  123. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +2 -0
  124. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +24 -0
  125. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -1
  126. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +1 -0
  127. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +3 -1
  128. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/index.js +0 -1
  129. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +69 -17
  130. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +17 -43
  131. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +43 -0
  132. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
  133. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +1 -0
  134. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +116 -43
  135. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +1 -1
  136. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +1 -1
  137. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +37 -1
  138. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +8 -7
  139. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -2
  140. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +2 -1
  141. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +4 -3
  142. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +2 -1
  143. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +4 -2
  144. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +5 -4
  145. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +5 -4
  146. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +2 -1
  147. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +2 -1
  148. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +2 -1
  149. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +2 -1
  150. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -1
  151. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +2 -1
  152. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +2 -1
  153. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +4 -3
  154. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +2 -1
  155. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +2 -1
  156. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +2 -1
  157. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +2 -1
  158. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +2 -1
  159. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +2 -1
  160. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +2 -1
  161. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +2 -1
  162. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -1
  163. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +28 -5
  164. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -3
  165. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  166. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +2 -1
  167. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +2 -1
  168. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +2 -1
  169. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +4 -3
  170. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +2 -1
  171. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +2 -1
  172. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +2 -1
  173. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
  174. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +2 -1
  175. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +2 -1
  176. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +2 -1
  177. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +5 -4
  178. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +2 -1
  179. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +5 -4
  180. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +4 -3
  181. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -1
  182. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -1
  183. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +4 -3
  184. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +151 -0
  185. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +2 -1
  186. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +2 -1
  187. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +2 -1
  188. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +2 -1
  189. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
  190. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +3 -2
  191. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +3 -3
  192. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  193. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +3 -2
  194. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -2
  195. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +8 -4
  196. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +2 -1
  197. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -1
  198. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +2 -1
  199. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +2 -1
  200. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  201. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +2 -1
  202. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +2 -1
  203. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +2 -1
  204. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +4 -3
  205. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -1
  206. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +2 -1
  207. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -2
  208. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +2 -1
  209. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +2 -1
  210. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +2 -1
  211. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +2 -1
  212. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +2 -1
  213. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +2 -1
  214. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +2 -1
  215. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +3 -2
  216. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +3 -2
  217. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +2 -1
  218. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +2 -1
  219. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +2 -1
  220. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +4 -3
  221. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +2 -1
  222. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +2 -1
  223. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -1
  224. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +2 -1
  225. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +5 -1
  226. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +2 -1
  227. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +2 -1
  228. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +2 -1
  229. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
  230. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +4 -3
  231. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +4 -3
  232. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +2 -1
  233. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +2 -1
  234. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +2 -1
  235. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +2 -1
  236. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
  237. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +4 -3
  238. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +2 -1
  239. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +2 -1
  240. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +2 -1
  241. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +2 -1
  242. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +2 -1
  243. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  244. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +2 -1
  245. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +5 -2
  246. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +4 -3
  247. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +2 -1
  248. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +42 -4
  249. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +2 -1
  250. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  251. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +2 -1
  252. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +3 -2
  253. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
  254. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  255. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +2 -1
  256. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +2 -1
  257. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +7 -6
  258. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +2 -1
  259. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +2 -1
  260. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +3 -2
  261. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +3 -2
  262. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +3 -2
  263. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +3 -3
  264. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +2 -1
  265. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -1
  266. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +4 -3
  267. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
  268. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +2 -1
  269. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
  270. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -1
  271. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +2 -1
  272. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -3
  273. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -3
  274. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -2
  275. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +2 -1
  276. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +2 -1
  277. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +2 -1
  278. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +2 -1
  279. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +1 -0
  280. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +0 -1
  281. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1418 -1333
  282. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +1396 -1358
  283. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +497 -238
  284. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
  285. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +1 -0
  286. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  287. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +3 -6
  288. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +3 -6
  289. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -6
  290. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
  291. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +46 -0
  292. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +9 -3
  293. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
  294. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +9 -0
  295. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +9 -0
  296. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +9 -0
  297. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +9 -0
  298. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +9 -0
  299. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +9 -0
  300. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +9 -0
  301. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +9 -0
  302. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +9 -0
  303. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +9 -0
  304. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +9 -0
  305. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +9 -0
  306. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +9 -0
  307. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +9 -0
  308. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +9 -0
  309. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +9 -0
  310. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +9 -0
  311. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +9 -0
  312. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +9 -0
  313. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +9 -0
  314. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +9 -0
  315. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +9 -0
  316. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +9 -0
  317. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  318. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +9 -0
  319. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
  320. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +9 -0
  321. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +9 -0
  322. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +9 -0
  323. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +9 -0
  324. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +9 -0
  325. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +9 -0
  326. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +9 -0
  327. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +9 -0
  328. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +9 -0
  329. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +9 -0
  330. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +9 -0
  331. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +9 -0
  332. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +9 -0
  333. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +9 -0
  334. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +9 -0
  335. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +9 -0
  336. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +9 -0
  337. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +9 -0
  338. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +39 -0
  339. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +9 -0
  340. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +9 -0
  341. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +9 -0
  342. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +9 -0
  343. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -4
  344. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +10 -1
  345. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -2
  346. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +9 -0
  347. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +10 -1
  348. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +9 -0
  349. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +9 -0
  350. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +9 -0
  351. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +9 -0
  352. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +9 -0
  353. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +9 -0
  354. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  355. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +9 -0
  356. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +9 -0
  357. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +9 -0
  358. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +9 -0
  359. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +9 -0
  360. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +9 -0
  361. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
  362. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +9 -0
  363. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +9 -0
  364. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +9 -0
  365. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +9 -0
  366. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +9 -0
  367. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +9 -0
  368. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +9 -0
  369. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +9 -0
  370. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +9 -0
  371. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +9 -0
  372. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +9 -0
  373. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +9 -0
  374. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +9 -0
  375. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +9 -0
  376. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +9 -0
  377. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +9 -0
  378. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +9 -0
  379. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
  380. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +9 -0
  381. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +9 -0
  382. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +9 -0
  383. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +9 -0
  384. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +9 -0
  385. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +9 -0
  386. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +9 -0
  387. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +9 -0
  388. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +9 -0
  389. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +9 -0
  390. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +9 -0
  391. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +9 -0
  392. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +9 -0
  393. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +9 -0
  394. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +9 -0
  395. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +9 -0
  396. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +9 -0
  397. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  398. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +9 -0
  399. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +9 -0
  400. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +9 -0
  401. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +9 -0
  402. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  403. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +9 -0
  404. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
  405. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +9 -0
  406. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +9 -0
  407. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
  408. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +9 -0
  409. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +9 -0
  410. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +9 -0
  411. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +9 -0
  412. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +9 -0
  413. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +9 -0
  414. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
  415. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +10 -1
  416. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +10 -1
  417. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +13 -2
  418. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +9 -0
  419. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +9 -0
  420. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +9 -0
  421. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +9 -0
  422. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +9 -0
  423. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +9 -0
  424. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +9 -0
  425. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +9 -0
  426. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +9 -0
  427. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +9 -0
  428. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +9 -0
  429. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +9 -0
  430. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +9 -0
  431. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +9 -0
  432. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +9 -0
  433. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +1 -0
  434. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +0 -1
  435. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +109 -66
  436. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +70 -71
  437. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +73 -3
  438. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
  439. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +1 -0
  440. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  441. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
  442. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
  443. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
  444. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  445. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-ssm/package.json +44 -44
  446. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
  447. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -49
  448. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
  449. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -1
  450. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
  451. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
  452. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -40
  453. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +1 -1
  454. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +1 -1
  455. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
  456. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +5 -5
  457. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
  458. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
  459. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
  460. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
  461. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
  462. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
  463. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +3 -6
  464. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +3 -6
  465. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +3 -6
  466. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
  467. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +3 -3
  468. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
  469. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
  470. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
  471. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
  472. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
  473. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
  474. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -16
  475. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
  476. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  477. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso/package.json +40 -41
  478. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +4 -2
  479. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +55 -52
  480. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
  481. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +3 -3
  482. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
  483. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
  484. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +16 -0
  485. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +25 -41
  486. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +1 -1
  487. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +2 -2
  488. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
  489. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +5 -5
  490. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +3 -1
  491. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +4 -2
  492. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +25 -1
  493. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
  494. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -1
  495. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +150 -89
  496. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +3 -6
  497. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +4 -7
  498. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +3 -6
  499. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
  500. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +3 -3
  501. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
  502. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
  503. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
  504. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
  505. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
  506. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +15 -0
  507. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
  508. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +11 -17
  509. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
  510. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  511. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -45
  512. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
  513. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -44
  514. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
  515. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +4 -4
  516. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
  517. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
  518. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +2 -34
  519. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +1 -1
  520. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -2
  521. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
  522. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +5 -5
  523. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
  524. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
  525. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
  526. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
  527. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
  528. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
  529. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
  530. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
  531. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
  532. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
  533. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -6
  534. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -14
  535. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -6
  536. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
  537. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
  538. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +3 -3
  539. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
  540. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
  541. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
  542. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
  543. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
  544. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
  545. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
  546. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
  547. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
  548. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -15
  549. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +22 -42
  550. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -15
  551. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  552. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/client-sts/package.json +42 -45
  553. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/CHANGELOG.md +65 -0
  554. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/README.md +35 -1
  555. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/client.js +5 -0
  556. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -322
  557. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
  558. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
  559. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
  560. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
  561. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
  562. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
  563. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +5 -0
  564. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  565. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
  566. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
  567. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
  568. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
  569. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +6 -0
  570. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  571. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
  572. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +2 -0
  573. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
  574. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  575. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  576. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  577. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  578. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  579. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  580. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  581. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
  582. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
  583. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  584. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
  585. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
  586. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
  587. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
  588. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
  589. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
  590. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
  591. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  592. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  593. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
  594. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  595. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  596. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  597. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  598. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  599. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  600. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  601. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  602. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  603. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  604. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
  605. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  606. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  607. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
  608. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
  609. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
  610. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
  611. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
  612. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
  613. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  614. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  615. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
  616. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  617. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  618. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  619. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  620. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  621. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  622. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  623. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  624. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  625. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  626. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  627. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  628. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  629. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  630. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  631. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
  632. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
  633. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/package.json +49 -10
  634. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/protocols.js +5 -0
  635. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
  636. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +10 -8
  637. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
  638. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
  639. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
  640. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
  641. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  642. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  643. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  644. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
  645. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  646. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
  647. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
  648. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
  649. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  650. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -17
  651. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -1
  652. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -2
  653. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -2
  654. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -14
  655. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/README.md +1 -1
  656. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -2
  657. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -1
  658. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
  659. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +1 -0
  660. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  661. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +2 -0
  662. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  663. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
  664. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +3 -4
  665. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  666. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +1 -1
  667. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +2 -2
  668. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +1 -2
  669. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
  670. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  671. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
  672. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
  673. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
  674. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  675. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
  676. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +1 -0
  677. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  678. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +1 -0
  679. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
  680. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +15 -20
  681. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  682. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  683. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/token-providers/package.json +11 -9
  684. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -4
  685. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -2
  686. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/types/package.json +4 -4
  687. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +8 -1
  688. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +5 -1
  689. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  690. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +5 -1
  691. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
  692. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
  693. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  694. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +39 -11
  695. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-locate-window/package.json +5 -9
  696. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
  697. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  698. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  699. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  700. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/abort-controller/package.json +4 -5
  701. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/config-resolver/package.json +7 -8
  702. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/core/package.json +11 -11
  703. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +11 -1
  704. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
  705. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
  706. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
  707. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  708. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
  709. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  710. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/credential-provider-imds/package.json +8 -9
  711. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/eventstream-codec/package.json +5 -5
  712. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  713. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
  714. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
  715. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
  716. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/fetch-http-handler/package.json +9 -26
  717. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/hash-node/package.json +7 -8
  718. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/invalid-dependency/package.json +3 -4
  719. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/is-array-buffer/package.json +3 -4
  720. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-content-length/package.json +6 -7
  721. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +3 -3
  722. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +3 -3
  723. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-endpoint/package.json +9 -10
  724. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-cjs/index.js +1 -0
  725. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -0
  726. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +7 -2
  727. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +3 -0
  728. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +7 -2
  729. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +3 -0
  730. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-retry/package.json +12 -13
  731. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-cjs/index.js +6 -1
  732. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +6 -1
  733. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
  734. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
  735. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
  736. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
  737. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
  738. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
  739. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-serde/package.json +5 -6
  740. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
  741. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/middleware-stack/package.json +4 -5
  742. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  743. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-config-provider/package.json +7 -8
  744. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/README.md +5 -0
  745. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-cjs/index.js +60 -18
  746. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  747. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
  748. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  749. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
  750. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
  751. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
  752. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/node-http-handler/package.json +8 -9
  753. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/property-provider/package.json +4 -5
  754. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/protocol-http/package.json +4 -5
  755. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-builder/package.json +5 -6
  756. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/querystring-parser/package.json +4 -5
  757. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-cjs/index.js +7 -1
  758. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -1
  759. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -0
  760. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +7 -0
  761. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/service-error-classification/package.json +3 -4
  762. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +1 -1
  763. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +1 -1
  764. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/shared-ini-file-loader/package.json +5 -6
  765. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  766. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-cjs/index.js +130 -8
  767. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  768. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +6 -5
  769. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  770. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -1
  771. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  772. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +1 -1
  773. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/signature-v4/package.json +10 -12
  774. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-cjs/index.js +3 -3
  775. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
  776. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  777. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
  778. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
  779. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/smithy-client/package.json +9 -10
  780. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/client.d.ts +14 -2
  781. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
  782. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/retry.d.ts +6 -1
  783. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
  784. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/shapes.d.ts +10 -1
  785. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
  786. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +14 -7
  787. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
  788. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +6 -1
  789. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
  790. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +10 -1
  791. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
  792. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
  793. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
  794. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/types/package.json +3 -4
  795. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/url-parser/package.json +4 -5
  796. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
  797. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
  798. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
  799. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
  800. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
  801. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
  802. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
  803. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
  804. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-base64/package.json +6 -6
  805. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-browser/package.json +2 -3
  806. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
  807. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
  808. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-body-length-node/package.json +4 -5
  809. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-buffer-from/package.json +5 -6
  810. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
  811. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-config-provider/package.json +4 -5
  812. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -7
  813. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-defaults-mode-node/package.json +9 -10
  814. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  815. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  816. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  817. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  818. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-endpoints/package.json +6 -7
  819. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-hex-encoding/package.json +3 -4
  820. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-middleware/package.json +5 -6
  821. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
  822. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-retry/package.json +6 -7
  823. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
  824. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
  825. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  826. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  827. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-stream/package.json +14 -30
  828. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-uri-escape/package.json +3 -4
  829. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
  830. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
  831. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
  832. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
  833. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
  834. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
  835. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
  836. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-utf8/package.json +4 -5
  837. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/@smithy/util-waiter/package.json +5 -6
  838. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/README.md +53 -2
  839. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts +45 -0
  840. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -1
  841. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js +24 -20
  842. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/glob.js.map +1 -1
  843. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/has-magic.js.map +1 -1
  844. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts +6 -1
  845. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -1
  846. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js +37 -26
  847. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/ignore.js.map +1 -1
  848. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts +8 -7
  849. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.d.ts.map +1 -1
  850. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js +10 -10
  851. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/index.js.map +1 -1
  852. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/package.json +3 -1
  853. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -1
  854. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js +11 -11
  855. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/pattern.js.map +1 -1
  856. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -1
  857. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js +4 -5
  858. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/processor.js.map +1 -1
  859. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts +7 -5
  860. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -1
  861. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js +44 -15
  862. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/commonjs/walker.js.map +1 -1
  863. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs +5 -7
  864. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  865. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts +45 -0
  866. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.d.ts.map +1 -1
  867. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js +23 -19
  868. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/glob.js.map +1 -1
  869. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/has-magic.js.map +1 -1
  870. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts +6 -1
  871. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.d.ts.map +1 -1
  872. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js +37 -26
  873. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/ignore.js.map +1 -1
  874. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts +8 -7
  875. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.d.ts.map +1 -1
  876. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js +4 -5
  877. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/index.js.map +1 -1
  878. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/package.json +3 -1
  879. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.d.ts.map +1 -1
  880. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js +11 -11
  881. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/pattern.js.map +1 -1
  882. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.d.ts.map +1 -1
  883. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js +4 -5
  884. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/processor.js.map +1 -1
  885. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts +7 -5
  886. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.d.ts.map +1 -1
  887. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js +44 -15
  888. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/dist/esm/walker.js.map +1 -1
  889. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/glob/package.json +14 -14
  890. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/README.md +3 -0
  891. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts +26 -20
  892. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -1
  893. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js +204 -92
  894. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/index.js.map +1 -1
  895. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/package.json +3 -1
  896. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -1
  897. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts +26 -20
  898. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -1
  899. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js +204 -92
  900. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/index.js.map +1 -1
  901. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/package.json +3 -1
  902. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js +2 -2
  903. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -1
  904. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/jackspeak/package.json +5 -4
  905. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts +9 -4
  906. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  907. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js +5 -0
  908. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  909. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  910. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
  911. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts +9 -4
  912. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  913. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js +5 -0
  914. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  915. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  916. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
  917. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/lru-cache/package.json +6 -7
  918. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
  919. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
  920. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  921. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
  922. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
  923. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
  924. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  925. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
  926. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
  927. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
  928. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  929. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
  930. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
  931. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
  932. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  933. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
  934. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
  935. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
  936. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js +1016 -0
  937. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
  938. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/package.json +3 -0
  939. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
  940. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
  941. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  942. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
  943. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
  944. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
  945. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  946. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
  947. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
  948. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
  949. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js +588 -0
  950. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/ast.js.map +1 -0
  951. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
  952. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
  953. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  954. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
  955. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
  956. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
  957. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js +18 -0
  958. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/escape.js.map +1 -0
  959. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts +94 -0
  960. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
  961. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js +1000 -0
  962. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/index.js.map +1 -0
  963. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/package.json +3 -0
  964. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
  965. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
  966. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js +20 -0
  967. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
  968. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minimatch/package.json +21 -25
  969. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts +4 -4
  970. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -1
  971. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js +9 -9
  972. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/index.js.map +1 -1
  973. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/commonjs/package.json +3 -1
  974. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts +4 -4
  975. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.d.ts.map +1 -1
  976. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js +3 -3
  977. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/index.js.map +1 -1
  978. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/dist/esm/package.json +3 -1
  979. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/minipass/package.json +6 -6
  980. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/README.md +34 -29
  981. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts +1116 -0
  982. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
  983. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
  984. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
  985. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  986. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts +1116 -0
  987. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
  988. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js +1979 -0
  989. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/index.js.map +1 -0
  990. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/dist/esm/package.json +3 -0
  991. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/path-scurry/package.json +33 -31
  992. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/README.md +1 -1
  993. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/modules/index.js +5 -0
  994. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/package.json +12 -3
  995. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.d.ts +23 -0
  996. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.js +80 -3
  997. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.es6.mjs +1 -1
  998. package/lib/internal-lambdas/sourceWatcherLambda/src/node_modules/tslib/tslib.js +54 -3
  999. package/lib/internal-lambdas/sourceWatcherLambda/src/package-lock.json +826 -2152
  1000. package/lib/internal-lambdas/sourceWatcherLambda/src/package.json +3 -3
  1001. package/package.json +13 -14
@@ -1,14 +1,275 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, InstanceAssociationOutputLocation, LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskParameterValueExpression, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Target, TargetLocation } from "./models_0";
3
- import { DocumentReviewCommentSource, InventoryFilter, InventoryGroup, MaintenanceWindowTaskInvocationParameters, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute } from "./models_1";
2
+ import { AlarmConfiguration, AssociationComplianceSeverity, AssociationDescription, AssociationStatus, AssociationSyncCompliance, AttachmentsSource, DocumentDescription, DocumentFormat, InstanceAssociationOutputLocation, MetadataValue, OperatingSystem, OpsItemDataValue, OpsItemNotification, PatchAction, PatchComplianceLevel, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncSource, Runbook, Tag, Target, TargetLocation } from "./models_0";
3
+ import { DocumentReviewCommentSource, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, OpsFilter, OpsItemStatus, OpsResultAttribute, ResultAttribute } from "./models_1";
4
4
  import { SSMServiceException as __BaseException } from "./SSMServiceException";
5
5
  /**
6
+ * <p>Indicates that the Change Manager change template used in the change request was rejected or is
7
+ * still in a pending state.</p>
6
8
  * @public
7
9
  */
8
- export interface TerminateSessionResponse {
10
+ export declare class AutomationDefinitionNotApprovedException extends __BaseException {
11
+ readonly name: "AutomationDefinitionNotApprovedException";
12
+ readonly $fault: "client";
13
+ Message?: string;
14
+ /**
15
+ * @internal
16
+ */
17
+ constructor(opts: __ExceptionOptionType<AutomationDefinitionNotApprovedException, __BaseException>);
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface StartChangeRequestExecutionRequest {
23
+ /**
24
+ * <p>The date and time specified in the change request to run the Automation runbooks.</p>
25
+ * <note>
26
+ * <p>The Automation runbooks specified for the runbook workflow can't run until all required
27
+ * approvals for the change request have been received.</p>
28
+ * </note>
29
+ * @public
30
+ */
31
+ ScheduledTime?: Date;
32
+ /**
33
+ * <p>The name of the change template document to run during the runbook workflow.</p>
34
+ * @public
35
+ */
36
+ DocumentName: string | undefined;
37
+ /**
38
+ * <p>The version of the change template document to run during the runbook workflow.</p>
39
+ * @public
40
+ */
41
+ DocumentVersion?: string;
42
+ /**
43
+ * <p>A key-value map of parameters that match the declared parameters in the change template
44
+ * document.</p>
45
+ * @public
46
+ */
47
+ Parameters?: Record<string, string[]>;
48
+ /**
49
+ * <p>The name of the change request associated with the runbook workflow to be run.</p>
50
+ * @public
51
+ */
52
+ ChangeRequestName?: string;
53
+ /**
54
+ * <p>The user-provided idempotency token. The token must be unique, is case insensitive, enforces
55
+ * the UUID format, and can't be reused.</p>
56
+ * @public
57
+ */
58
+ ClientToken?: string;
59
+ /**
60
+ * <p>Indicates whether the change request can be approved automatically without the need for
61
+ * manual approvals.</p>
62
+ * <p>If <code>AutoApprovable</code> is enabled in a change template, then setting
63
+ * <code>AutoApprove</code> to <code>true</code> in <code>StartChangeRequestExecution</code>
64
+ * creates a change request that bypasses approver review.</p>
65
+ * <note>
66
+ * <p>Change Calendar restrictions are not bypassed in this scenario. If the state of an
67
+ * associated calendar is <code>CLOSED</code>, change freeze approvers must still grant permission
68
+ * for this change request to run. If they don't, the change won't be processed until the calendar
69
+ * state is again <code>OPEN</code>. </p>
70
+ * </note>
71
+ * @public
72
+ */
73
+ AutoApprove?: boolean;
74
+ /**
75
+ * <p>Information about the Automation runbooks that are run during the runbook workflow.</p>
76
+ * <note>
77
+ * <p>The Automation runbooks specified for the runbook workflow can't run until all required
78
+ * approvals for the change request have been received.</p>
79
+ * </note>
80
+ * @public
81
+ */
82
+ Runbooks: Runbook[] | undefined;
9
83
  /**
84
+ * <p>Optional metadata that you assign to a resource. You can specify a maximum of five tags for
85
+ * a change request. Tags enable you to categorize a resource in different ways, such as by
86
+ * purpose, owner, or environment. For example, you might want to tag a change request to identify
87
+ * an environment or target Amazon Web Services Region. In this case, you could specify the following key-value
88
+ * pairs:</p>
89
+ * <ul>
90
+ * <li>
91
+ * <p>
92
+ * <code>Key=Environment,Value=Production</code>
93
+ * </p>
94
+ * </li>
95
+ * <li>
96
+ * <p>
97
+ * <code>Key=Region,Value=us-east-2</code>
98
+ * </p>
99
+ * </li>
100
+ * </ul>
10
101
  * @public
102
+ */
103
+ Tags?: Tag[];
104
+ /**
105
+ * <p>The time that the requester expects the runbook workflow related to the change request to
106
+ * complete. The time is an estimate only that the requester provides for reviewers.</p>
107
+ * @public
108
+ */
109
+ ScheduledEndTime?: Date;
110
+ /**
111
+ * <p>User-provided details about the change. If no details are provided, content specified in the
112
+ * <b>Template information</b> section of the associated change template
113
+ * is added.</p>
114
+ * @public
115
+ */
116
+ ChangeDetails?: string;
117
+ }
118
+ /**
119
+ * @public
120
+ */
121
+ export interface StartChangeRequestExecutionResult {
122
+ /**
123
+ * <p>The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation
124
+ * operation.) </p>
125
+ * @public
126
+ */
127
+ AutomationExecutionId?: string;
128
+ }
129
+ /**
130
+ * @public
131
+ */
132
+ export interface StartSessionRequest {
133
+ /**
134
+ * <p>The managed node to connect to for the session.</p>
135
+ * @public
136
+ */
137
+ Target: string | undefined;
138
+ /**
139
+ * <p>The name of the SSM document you want to use to define the type of session, input
140
+ * parameters, or preferences for the session. For example, <code>SSM-SessionManagerRunShell</code>.
141
+ * You can call the <a>GetDocument</a> API to verify the document exists before
142
+ * attempting to start a session. If no document name is provided, a shell to the managed node is
143
+ * launched by default. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html">Start a
144
+ * session</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
145
+ * @public
146
+ */
147
+ DocumentName?: string;
148
+ /**
149
+ * <p>The reason for connecting to the instance. This value is included in the details for the
150
+ * Amazon CloudWatch Events event created when you start the session.</p>
151
+ * @public
152
+ */
153
+ Reason?: string;
154
+ /**
155
+ * <p>The values you want to specify for the parameters defined in the Session
156
+ * document.</p>
157
+ * @public
158
+ */
159
+ Parameters?: Record<string, string[]>;
160
+ }
161
+ /**
162
+ * @public
163
+ */
164
+ export interface StartSessionResponse {
165
+ /**
166
+ * <p>The ID of the session.</p>
167
+ * @public
168
+ */
169
+ SessionId?: string;
170
+ /**
171
+ * <p>An encrypted token value containing session and caller information. This token is used to
172
+ * authenticate the connection to the managed node, and is valid only long enough to ensure the
173
+ * connection is successful. Never share your session's token.</p>
174
+ * @public
175
+ */
176
+ TokenValue?: string;
177
+ /**
178
+ * <p>A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and
179
+ * receive output from the node. Format: <code>wss://ssmmessages.<b>region</b>.amazonaws.com/v1/data-channel/<b>session-id</b>?stream=(input|output)</code>
180
+ * </p>
181
+ * <p>
182
+ * <b>region</b> represents the Region identifier for an
183
+ * Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as <code>us-east-2</code> for the US East (Ohio) Region.
184
+ * For a list of supported <b>region</b> values, see the <b>Region</b> column in <a href="https://docs.aws.amazon.com/general/latest/gr/ssm.html#ssm_region">Systems Manager service endpoints</a> in the
185
+ * <i>Amazon Web Services General Reference</i>.</p>
186
+ * <p>
187
+ * <b>session-id</b> represents the ID of a Session Manager session, such as
188
+ * <code>1a2b3c4dEXAMPLE</code>.</p>
189
+ * @public
190
+ */
191
+ StreamUrl?: string;
192
+ }
193
+ /**
194
+ * <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
195
+ * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
196
+ * Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
197
+ * attempt to start a session on a managed node that is located in a different account or
198
+ * Region</p>
199
+ * @public
200
+ */
201
+ export declare class TargetNotConnected extends __BaseException {
202
+ readonly name: "TargetNotConnected";
203
+ readonly $fault: "client";
204
+ Message?: string;
205
+ /**
206
+ * @internal
207
+ */
208
+ constructor(opts: __ExceptionOptionType<TargetNotConnected, __BaseException>);
209
+ }
210
+ /**
211
+ * <p>The specified update status operation isn't valid.</p>
212
+ * @public
213
+ */
214
+ export declare class InvalidAutomationStatusUpdateException extends __BaseException {
215
+ readonly name: "InvalidAutomationStatusUpdateException";
216
+ readonly $fault: "client";
217
+ Message?: string;
218
+ /**
219
+ * @internal
220
+ */
221
+ constructor(opts: __ExceptionOptionType<InvalidAutomationStatusUpdateException, __BaseException>);
222
+ }
223
+ /**
224
+ * @public
225
+ * @enum
226
+ */
227
+ export declare const StopType: {
228
+ readonly CANCEL: "Cancel";
229
+ readonly COMPLETE: "Complete";
230
+ };
231
+ /**
232
+ * @public
233
+ */
234
+ export type StopType = (typeof StopType)[keyof typeof StopType];
235
+ /**
236
+ * @public
237
+ */
238
+ export interface StopAutomationExecutionRequest {
239
+ /**
240
+ * <p>The execution ID of the Automation to stop.</p>
241
+ * @public
242
+ */
243
+ AutomationExecutionId: string | undefined;
244
+ /**
245
+ * <p>The stop request type. Valid types include the following: Cancel and Complete. The default
246
+ * type is Cancel.</p>
247
+ * @public
248
+ */
249
+ Type?: StopType;
250
+ }
251
+ /**
252
+ * @public
253
+ */
254
+ export interface StopAutomationExecutionResult {
255
+ }
256
+ /**
257
+ * @public
258
+ */
259
+ export interface TerminateSessionRequest {
260
+ /**
261
+ * <p>The ID of the session to terminate.</p>
262
+ * @public
263
+ */
264
+ SessionId: string | undefined;
265
+ }
266
+ /**
267
+ * @public
268
+ */
269
+ export interface TerminateSessionResponse {
270
+ /**
11
271
  * <p>The ID of the session that has been terminated.</p>
272
+ * @public
12
273
  */
13
274
  SessionId?: string;
14
275
  }
@@ -17,19 +278,23 @@ export interface TerminateSessionResponse {
17
278
  */
18
279
  export interface UnlabelParameterVersionRequest {
19
280
  /**
20
- * @public
21
281
  * <p>The name of the parameter from which you want to delete one or more labels.</p>
282
+ * <note>
283
+ * <p>You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name
284
+ * itself.</p>
285
+ * </note>
286
+ * @public
22
287
  */
23
288
  Name: string | undefined;
24
289
  /**
25
- * @public
26
290
  * <p>The specific version of the parameter which you want to delete one or more labels from. If
27
291
  * it isn't present, the call will fail.</p>
292
+ * @public
28
293
  */
29
294
  ParameterVersion: number | undefined;
30
295
  /**
31
- * @public
32
296
  * <p>One or more labels to delete from the specified parameter version.</p>
297
+ * @public
33
298
  */
34
299
  Labels: string[] | undefined;
35
300
  }
@@ -38,20 +303,20 @@ export interface UnlabelParameterVersionRequest {
38
303
  */
39
304
  export interface UnlabelParameterVersionResult {
40
305
  /**
41
- * @public
42
306
  * <p>A list of all labels deleted from the parameter.</p>
307
+ * @public
43
308
  */
44
309
  RemovedLabels?: string[];
45
310
  /**
46
- * @public
47
311
  * <p>The labels that aren't attached to the given parameter version.</p>
312
+ * @public
48
313
  */
49
314
  InvalidLabels?: string[];
50
315
  }
51
316
  /**
52
- * @public
53
317
  * <p>You have reached the maximum number versions allowed for an association. Each association
54
318
  * has a limit of 1,000 versions. </p>
319
+ * @public
55
320
  */
56
321
  export declare class AssociationVersionLimitExceeded extends __BaseException {
57
322
  readonly name: "AssociationVersionLimitExceeded";
@@ -63,8 +328,8 @@ export declare class AssociationVersionLimitExceeded extends __BaseException {
63
328
  constructor(opts: __ExceptionOptionType<AssociationVersionLimitExceeded, __BaseException>);
64
329
  }
65
330
  /**
66
- * @public
67
331
  * <p>The update isn't valid.</p>
332
+ * @public
68
333
  */
69
334
  export declare class InvalidUpdate extends __BaseException {
70
335
  readonly name: "InvalidUpdate";
@@ -80,19 +345,18 @@ export declare class InvalidUpdate extends __BaseException {
80
345
  */
81
346
  export interface UpdateAssociationRequest {
82
347
  /**
83
- * @public
84
348
  * <p>The ID of the association you want to update. </p>
349
+ * @public
85
350
  */
86
351
  AssociationId: string | undefined;
87
352
  /**
88
- * @public
89
353
  * <p>The parameters you want to update for the association. If you create a parameter using
90
354
  * Parameter Store, a capability of Amazon Web Services Systems Manager, you can reference the parameter using
91
355
  * <code>\{\{ssm:parameter-name\}\}</code>.</p>
356
+ * @public
92
357
  */
93
358
  Parameters?: Record<string, string[]>;
94
359
  /**
95
- * @public
96
360
  * <p>The document version you want update for the association. </p>
97
361
  * <important>
98
362
  * <p>State Manager doesn't support running associations that use a new version of a document if
@@ -101,20 +365,20 @@ export interface UpdateAssociationRequest {
101
365
  * new version was processed. If you want to run an association using a new version of a document
102
366
  * shared form another account, you must set the document version to <code>default</code>.</p>
103
367
  * </important>
368
+ * @public
104
369
  */
105
370
  DocumentVersion?: string;
106
371
  /**
107
- * @public
108
372
  * <p>The cron expression used to schedule the association that you want to update.</p>
373
+ * @public
109
374
  */
110
375
  ScheduleExpression?: string;
111
376
  /**
112
- * @public
113
377
  * <p>An S3 bucket where you want to store the results of this request.</p>
378
+ * @public
114
379
  */
115
380
  OutputLocation?: InstanceAssociationOutputLocation;
116
381
  /**
117
- * @public
118
382
  * <p>The name of the SSM Command document or Automation runbook that contains the configuration
119
383
  * information for the managed node.</p>
120
384
  * <p>You can specify Amazon Web Services-predefined documents, documents you created, or a document that is
@@ -132,34 +396,34 @@ export interface UpdateAssociationRequest {
132
396
  * <p>For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need
133
397
  * to specify the document name. For example, <code>AWS-ApplyPatchBaseline</code> or
134
398
  * <code>My-Document</code>.</p>
399
+ * @public
135
400
  */
136
401
  Name?: string;
137
402
  /**
138
- * @public
139
403
  * <p>The targets of the association.</p>
404
+ * @public
140
405
  */
141
406
  Targets?: Target[];
142
407
  /**
143
- * @public
144
408
  * <p>The name of the association that you want to update.</p>
409
+ * @public
145
410
  */
146
411
  AssociationName?: string;
147
412
  /**
148
- * @public
149
413
  * <p>This parameter is provided for concurrency control purposes. You must specify the latest
150
414
  * association version in the service. If you want to ensure that this request succeeds, either
151
415
  * specify <code>$LATEST</code>, or omit this parameter.</p>
416
+ * @public
152
417
  */
153
418
  AssociationVersion?: string;
154
419
  /**
155
- * @public
156
420
  * <p>Choose the parameter that will define how your automation will branch out. This target is
157
421
  * required for associations that use an Automation runbook and target resources by using rate
158
422
  * controls. Automation is a capability of Amazon Web Services Systems Manager.</p>
423
+ * @public
159
424
  */
160
425
  AutomationTargetParameterName?: string;
161
426
  /**
162
- * @public
163
427
  * <p>The number of errors that are allowed before the system stops sending requests to run the
164
428
  * association on additional targets. You can specify either an absolute number of errors, for
165
429
  * example 10, or a percentage of the target set, for example 10%. If you specify 3, for example,
@@ -171,10 +435,10 @@ export interface UpdateAssociationRequest {
171
435
  * are allowed to complete, but some of these executions may fail as well. If you need to ensure
172
436
  * that there won't be more than max-errors failed executions, set <code>MaxConcurrency</code> to 1
173
437
  * so that executions proceed one at a time.</p>
438
+ * @public
174
439
  */
175
440
  MaxErrors?: string;
176
441
  /**
177
- * @public
178
442
  * <p>The maximum number of targets allowed to run the association at the same time. You can
179
443
  * specify a number, for example 10, or a percentage of the target set, for example 10%. The default
180
444
  * value is 100%, which means all targets run the association at the same time.</p>
@@ -182,15 +446,15 @@ export interface UpdateAssociationRequest {
182
446
  * <code>MaxConcurrency</code> associations, the association is allowed to run. During the next
183
447
  * association interval, the new managed node will process its association within the limit
184
448
  * specified for <code>MaxConcurrency</code>.</p>
449
+ * @public
185
450
  */
186
451
  MaxConcurrency?: string;
187
452
  /**
188
- * @public
189
453
  * <p>The severity level to assign to the association.</p>
454
+ * @public
190
455
  */
191
456
  ComplianceSeverity?: AssociationComplianceSeverity;
192
457
  /**
193
- * @public
194
458
  * <p>The mode for generating association compliance. You can specify <code>AUTO</code> or
195
459
  * <code>MANUAL</code>. In <code>AUTO</code> mode, the system uses the status of the association
196
460
  * execution to determine the compliance status. If the association execution runs successfully,
@@ -201,10 +465,10 @@ export interface UpdateAssociationRequest {
201
465
  * managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the
202
466
  * <a>PutComplianceItems</a> API operation.</p>
203
467
  * <p>By default, all associations use <code>AUTO</code> mode.</p>
468
+ * @public
204
469
  */
205
470
  SyncCompliance?: AssociationSyncCompliance;
206
471
  /**
207
- * @public
208
472
  * <p>By default, when you update an association, the system runs it immediately after it is
209
473
  * updated and then according to the schedule you specified. Specify this option if you don't want
210
474
  * an association to run immediately after you update it. This parameter isn't supported for rate
@@ -220,25 +484,25 @@ export interface UpdateAssociationRequest {
220
484
  * <p>You can reset this option. To do so, specify the <code>no-apply-only-at-cron-interval</code>
221
485
  * parameter when you update the association from the command line. This parameter forces the
222
486
  * association to run immediately after updating it and according to the interval specified.</p>
487
+ * @public
223
488
  */
224
489
  ApplyOnlyAtCronInterval?: boolean;
225
490
  /**
226
- * @public
227
491
  * <p>The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to
228
492
  * gate your associations under. The associations only run when that change calendar is open. For
229
493
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar">Amazon Web Services Systems Manager Change
230
494
  * Calendar</a>.</p>
495
+ * @public
231
496
  */
232
497
  CalendarNames?: string[];
233
498
  /**
234
- * @public
235
499
  * <p>A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the
236
500
  * association. Use this action to update an association in multiple Regions and multiple
237
501
  * accounts.</p>
502
+ * @public
238
503
  */
239
504
  TargetLocations?: TargetLocation[];
240
505
  /**
241
- * @public
242
506
  * <p>Number of days to wait after the scheduled day to run an association. For example, if you
243
507
  * specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3
244
508
  * to run the association each Sunday after the second Thursday of the month. For more information
@@ -248,10 +512,10 @@ export interface UpdateAssociationRequest {
248
512
  * <p>To use offsets, you must specify the <code>ApplyOnlyAtCronInterval</code> parameter. This
249
513
  * option tells the system not to run an association immediately after you create it. </p>
250
514
  * </note>
515
+ * @public
251
516
  */
252
517
  ScheduleOffset?: number;
253
518
  /**
254
- * @public
255
519
  * <p>The number of hours the association can run before it is canceled. Duration applies to
256
520
  * associations that are currently running, and any pending and in progress commands on all targets.
257
521
  * If a target was taken offline for the association to run, it is made available again immediately,
@@ -269,18 +533,19 @@ export interface UpdateAssociationRequest {
269
533
  * run immediately after it is updated, but only according to the specified schedule.</p>
270
534
  * </li>
271
535
  * </ul>
536
+ * @public
272
537
  */
273
538
  Duration?: number;
274
539
  /**
275
- * @public
276
540
  * <p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps
277
541
  * can't be specified together.</p>
542
+ * @public
278
543
  */
279
544
  TargetMaps?: Record<string, string[]>[];
280
545
  /**
281
- * @public
282
546
  * <p>The details for the CloudWatch alarm you want to apply to an automation or
283
547
  * command.</p>
548
+ * @public
284
549
  */
285
550
  AlarmConfiguration?: AlarmConfiguration;
286
551
  }
@@ -289,14 +554,14 @@ export interface UpdateAssociationRequest {
289
554
  */
290
555
  export interface UpdateAssociationResult {
291
556
  /**
292
- * @public
293
557
  * <p>The description of the association that was updated.</p>
558
+ * @public
294
559
  */
295
560
  AssociationDescription?: AssociationDescription;
296
561
  }
297
562
  /**
298
- * @public
299
563
  * <p>The updated status is the same as the current status.</p>
564
+ * @public
300
565
  */
301
566
  export declare class StatusUnchanged extends __BaseException {
302
567
  readonly name: "StatusUnchanged";
@@ -311,18 +576,18 @@ export declare class StatusUnchanged extends __BaseException {
311
576
  */
312
577
  export interface UpdateAssociationStatusRequest {
313
578
  /**
314
- * @public
315
579
  * <p>The name of the SSM document.</p>
580
+ * @public
316
581
  */
317
582
  Name: string | undefined;
318
583
  /**
319
- * @public
320
584
  * <p>The managed node ID.</p>
585
+ * @public
321
586
  */
322
587
  InstanceId: string | undefined;
323
588
  /**
324
- * @public
325
589
  * <p>The association status.</p>
590
+ * @public
326
591
  */
327
592
  AssociationStatus: AssociationStatus | undefined;
328
593
  }
@@ -331,15 +596,15 @@ export interface UpdateAssociationStatusRequest {
331
596
  */
332
597
  export interface UpdateAssociationStatusResult {
333
598
  /**
334
- * @public
335
599
  * <p>Information about the association.</p>
600
+ * @public
336
601
  */
337
602
  AssociationDescription?: AssociationDescription;
338
603
  }
339
604
  /**
340
- * @public
341
605
  * <p>The document has too many versions. Delete one or more document versions and try
342
606
  * again.</p>
607
+ * @public
343
608
  */
344
609
  export declare class DocumentVersionLimitExceeded extends __BaseException {
345
610
  readonly name: "DocumentVersionLimitExceeded";
@@ -351,9 +616,9 @@ export declare class DocumentVersionLimitExceeded extends __BaseException {
351
616
  constructor(opts: __ExceptionOptionType<DocumentVersionLimitExceeded, __BaseException>);
352
617
  }
353
618
  /**
354
- * @public
355
619
  * <p>The content of the association document matches another document. Change the content of the
356
620
  * document and try again.</p>
621
+ * @public
357
622
  */
358
623
  export declare class DuplicateDocumentContent extends __BaseException {
359
624
  readonly name: "DuplicateDocumentContent";
@@ -365,9 +630,9 @@ export declare class DuplicateDocumentContent extends __BaseException {
365
630
  constructor(opts: __ExceptionOptionType<DuplicateDocumentContent, __BaseException>);
366
631
  }
367
632
  /**
368
- * @public
369
633
  * <p>The version name has already been used in this document. Specify a different version name,
370
634
  * and then try again.</p>
635
+ * @public
371
636
  */
372
637
  export declare class DuplicateDocumentVersionName extends __BaseException {
373
638
  readonly name: "DuplicateDocumentVersionName";
@@ -383,36 +648,35 @@ export declare class DuplicateDocumentVersionName extends __BaseException {
383
648
  */
384
649
  export interface UpdateDocumentRequest {
385
650
  /**
386
- * @public
387
651
  * <p>A valid JSON or YAML string.</p>
652
+ * @public
388
653
  */
389
654
  Content: string | undefined;
390
655
  /**
391
- * @public
392
656
  * <p>A list of key-value pairs that describe attachments to a version of a document.</p>
657
+ * @public
393
658
  */
394
659
  Attachments?: AttachmentsSource[];
395
660
  /**
396
- * @public
397
661
  * <p>The name of the SSM document that you want to update.</p>
662
+ * @public
398
663
  */
399
664
  Name: string | undefined;
400
665
  /**
401
- * @public
402
666
  * <p>The friendly name of the SSM document that you want to update. This value can differ for
403
667
  * each version of the document. If you don't specify a value for this parameter in your request,
404
668
  * the existing value is applied to the new document version.</p>
669
+ * @public
405
670
  */
406
671
  DisplayName?: string;
407
672
  /**
408
- * @public
409
673
  * <p>An optional field specifying the version of the artifact you are updating with the document.
410
- * For example, 12.6. This value is unique across all versions of a document, and
411
- * can't be changed.</p>
674
+ * For example, 12.6. This value is unique across all versions of a document, and can't be
675
+ * changed.</p>
676
+ * @public
412
677
  */
413
678
  VersionName?: string;
414
679
  /**
415
- * @public
416
680
  * <p>The version of the document that you want to update. Currently, Systems Manager supports updating only
417
681
  * the latest version of the document. You can specify the version number of the latest version or
418
682
  * use the <code>$LATEST</code> variable.</p>
@@ -421,17 +685,18 @@ export interface UpdateDocumentRequest {
421
685
  * the association unless you previously specifed the <code>apply-only-at-cron-interval</code>
422
686
  * parameter.</p>
423
687
  * </note>
688
+ * @public
424
689
  */
425
690
  DocumentVersion?: string;
426
691
  /**
427
- * @public
428
692
  * <p>Specify the document format for the new document version. Systems Manager supports JSON and YAML
429
693
  * documents. JSON is the default format.</p>
694
+ * @public
430
695
  */
431
696
  DocumentFormat?: DocumentFormat;
432
697
  /**
433
- * @public
434
698
  * <p>Specify a new target type for the document.</p>
699
+ * @public
435
700
  */
436
701
  TargetType?: string;
437
702
  }
@@ -440,8 +705,8 @@ export interface UpdateDocumentRequest {
440
705
  */
441
706
  export interface UpdateDocumentResult {
442
707
  /**
443
- * @public
444
708
  * <p>A description of the document that was updated.</p>
709
+ * @public
445
710
  */
446
711
  DocumentDescription?: DocumentDescription;
447
712
  }
@@ -450,34 +715,34 @@ export interface UpdateDocumentResult {
450
715
  */
451
716
  export interface UpdateDocumentDefaultVersionRequest {
452
717
  /**
453
- * @public
454
718
  * <p>The name of a custom document that you want to set as the default version.</p>
719
+ * @public
455
720
  */
456
721
  Name: string | undefined;
457
722
  /**
458
- * @public
459
723
  * <p>The version of a custom document that you want to set as the default version.</p>
724
+ * @public
460
725
  */
461
726
  DocumentVersion: string | undefined;
462
727
  }
463
728
  /**
464
- * @public
465
729
  * <p>A default version of a document.</p>
730
+ * @public
466
731
  */
467
732
  export interface DocumentDefaultVersionDescription {
468
733
  /**
469
- * @public
470
734
  * <p>The name of the document.</p>
735
+ * @public
471
736
  */
472
737
  Name?: string;
473
738
  /**
474
- * @public
475
739
  * <p>The default version of the document.</p>
740
+ * @public
476
741
  */
477
742
  DefaultVersion?: string;
478
743
  /**
479
- * @public
480
744
  * <p>The default version of the artifact associated with the document.</p>
745
+ * @public
481
746
  */
482
747
  DefaultVersionName?: string;
483
748
  }
@@ -486,8 +751,8 @@ export interface DocumentDefaultVersionDescription {
486
751
  */
487
752
  export interface UpdateDocumentDefaultVersionResult {
488
753
  /**
489
- * @public
490
754
  * <p>The description of a custom document that you want to set as the default version.</p>
755
+ * @public
491
756
  */
492
757
  Description?: DocumentDefaultVersionDescription;
493
758
  }
@@ -506,18 +771,18 @@ export declare const DocumentReviewAction: {
506
771
  */
507
772
  export type DocumentReviewAction = (typeof DocumentReviewAction)[keyof typeof DocumentReviewAction];
508
773
  /**
509
- * @public
510
774
  * <p>Information about a document approval review.</p>
775
+ * @public
511
776
  */
512
777
  export interface DocumentReviews {
513
778
  /**
514
- * @public
515
779
  * <p>The action to take on a document approval review request.</p>
780
+ * @public
516
781
  */
517
782
  Action: DocumentReviewAction | undefined;
518
783
  /**
519
- * @public
520
784
  * <p>A comment entered by a user in your organization about the document review request.</p>
785
+ * @public
521
786
  */
522
787
  Comment?: DocumentReviewCommentSource[];
523
788
  }
@@ -526,18 +791,18 @@ export interface DocumentReviews {
526
791
  */
527
792
  export interface UpdateDocumentMetadataRequest {
528
793
  /**
529
- * @public
530
794
  * <p>The name of the change template for which a version's metadata is to be updated.</p>
795
+ * @public
531
796
  */
532
797
  Name: string | undefined;
533
798
  /**
534
- * @public
535
799
  * <p>The version of a change template in which to update approval metadata.</p>
800
+ * @public
536
801
  */
537
802
  DocumentVersion?: string;
538
803
  /**
539
- * @public
540
804
  * <p>The change template review details to update.</p>
805
+ * @public
541
806
  */
542
807
  DocumentReviews: DocumentReviews | undefined;
543
808
  }
@@ -551,49 +816,52 @@ export interface UpdateDocumentMetadataResponse {
551
816
  */
552
817
  export interface UpdateMaintenanceWindowRequest {
553
818
  /**
554
- * @public
555
819
  * <p>The ID of the maintenance window to update.</p>
820
+ * @public
556
821
  */
557
822
  WindowId: string | undefined;
558
823
  /**
559
- * @public
560
824
  * <p>The name of the maintenance window.</p>
825
+ * @public
561
826
  */
562
827
  Name?: string;
563
828
  /**
564
- * @public
565
829
  * <p>An optional description for the update request.</p>
830
+ * @public
566
831
  */
567
832
  Description?: string;
568
833
  /**
569
- * @public
570
834
  * <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
571
835
  * become active. <code>StartDate</code> allows you to delay activation of the maintenance window
572
836
  * until the specified future date.</p>
837
+ * <note>
838
+ * <p>When using a rate schedule, if you provide a start date that occurs in the past, the
839
+ * current date and time are used as the start date. </p>
840
+ * </note>
841
+ * @public
573
842
  */
574
843
  StartDate?: string;
575
844
  /**
576
- * @public
577
845
  * <p>The date and time, in ISO-8601 Extended format, for when you want the maintenance window to
578
846
  * become inactive. <code>EndDate</code> allows you to set a date and time in the future when the
579
847
  * maintenance window will no longer run.</p>
848
+ * @public
580
849
  */
581
850
  EndDate?: string;
582
851
  /**
583
- * @public
584
852
  * <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
853
+ * @public
585
854
  */
586
855
  Schedule?: string;
587
856
  /**
588
- * @public
589
857
  * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
590
858
  * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
591
859
  * "Asia/Seoul". For more information, see the <a href="https://www.iana.org/time-zones">Time
592
860
  * Zone Database</a> on the IANA website.</p>
861
+ * @public
593
862
  */
594
863
  ScheduleTimezone?: string;
595
864
  /**
596
- * @public
597
865
  * <p>The number of days to wait after the date and time specified by a cron expression before
598
866
  * running the maintenance window.</p>
599
867
  * <p>For example, the following cron expression schedules a maintenance window to run the third
@@ -603,34 +871,35 @@ export interface UpdateMaintenanceWindowRequest {
603
871
  * </p>
604
872
  * <p>If the schedule offset is <code>2</code>, the maintenance window won't run until two days
605
873
  * later.</p>
874
+ * @public
606
875
  */
607
876
  ScheduleOffset?: number;
608
877
  /**
609
- * @public
610
878
  * <p>The duration of the maintenance window in hours.</p>
879
+ * @public
611
880
  */
612
881
  Duration?: number;
613
882
  /**
614
- * @public
615
883
  * <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
616
884
  * new tasks for execution.</p>
885
+ * @public
617
886
  */
618
887
  Cutoff?: number;
619
888
  /**
620
- * @public
621
889
  * <p>Whether targets must be registered with the maintenance window before tasks can be defined
622
890
  * for those targets.</p>
891
+ * @public
623
892
  */
624
893
  AllowUnassociatedTargets?: boolean;
625
894
  /**
626
- * @public
627
895
  * <p>Whether the maintenance window is enabled.</p>
896
+ * @public
628
897
  */
629
898
  Enabled?: boolean;
630
899
  /**
631
- * @public
632
900
  * <p>If <code>True</code>, then all fields that are required by the <a>CreateMaintenanceWindow</a> operation are also required for this API request. Optional
633
901
  * fields that aren't specified are set to null. </p>
902
+ * @public
634
903
  */
635
904
  Replace?: boolean;
636
905
  }
@@ -639,71 +908,71 @@ export interface UpdateMaintenanceWindowRequest {
639
908
  */
640
909
  export interface UpdateMaintenanceWindowResult {
641
910
  /**
642
- * @public
643
911
  * <p>The ID of the created maintenance window.</p>
912
+ * @public
644
913
  */
645
914
  WindowId?: string;
646
915
  /**
647
- * @public
648
916
  * <p>The name of the maintenance window.</p>
917
+ * @public
649
918
  */
650
919
  Name?: string;
651
920
  /**
652
- * @public
653
921
  * <p>An optional description of the update.</p>
922
+ * @public
654
923
  */
655
924
  Description?: string;
656
925
  /**
657
- * @public
658
926
  * <p>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled
659
927
  * to become active. The maintenance window won't run before this specified time.</p>
928
+ * @public
660
929
  */
661
930
  StartDate?: string;
662
931
  /**
663
- * @public
664
932
  * <p>The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled
665
933
  * to become inactive. The maintenance window won't run after this specified time.</p>
934
+ * @public
666
935
  */
667
936
  EndDate?: string;
668
937
  /**
669
- * @public
670
938
  * <p>The schedule of the maintenance window in the form of a cron or rate expression.</p>
939
+ * @public
671
940
  */
672
941
  Schedule?: string;
673
942
  /**
674
- * @public
675
943
  * <p>The time zone that the scheduled maintenance window executions are based on, in Internet
676
944
  * Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or
677
945
  * "Asia/Seoul". For more information, see the <a href="https://www.iana.org/time-zones">Time
678
946
  * Zone Database</a> on the IANA website.</p>
947
+ * @public
679
948
  */
680
949
  ScheduleTimezone?: string;
681
950
  /**
682
- * @public
683
951
  * <p>The number of days to wait to run a maintenance window after the scheduled cron expression
684
952
  * date and time.</p>
953
+ * @public
685
954
  */
686
955
  ScheduleOffset?: number;
687
956
  /**
688
- * @public
689
957
  * <p>The duration of the maintenance window in hours.</p>
958
+ * @public
690
959
  */
691
960
  Duration?: number;
692
961
  /**
693
- * @public
694
962
  * <p>The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling
695
963
  * new tasks for execution.</p>
964
+ * @public
696
965
  */
697
966
  Cutoff?: number;
698
967
  /**
699
- * @public
700
968
  * <p>Whether targets must be registered with the maintenance window before tasks can be defined
701
969
  * for those targets.</p>
970
+ * @public
702
971
  */
703
972
  AllowUnassociatedTargets?: boolean;
704
973
  /**
705
- * @public
706
974
  * <p>Whether the maintenance window is enabled.</p>
975
+ * @public
707
976
  */
708
977
  Enabled?: boolean;
709
978
  }
@@ -712,40 +981,40 @@ export interface UpdateMaintenanceWindowResult {
712
981
  */
713
982
  export interface UpdateMaintenanceWindowTargetRequest {
714
983
  /**
715
- * @public
716
984
  * <p>The maintenance window ID with which to modify the target.</p>
985
+ * @public
717
986
  */
718
987
  WindowId: string | undefined;
719
988
  /**
720
- * @public
721
989
  * <p>The target ID to modify.</p>
990
+ * @public
722
991
  */
723
992
  WindowTargetId: string | undefined;
724
993
  /**
725
- * @public
726
994
  * <p>The targets to add or replace.</p>
995
+ * @public
727
996
  */
728
997
  Targets?: Target[];
729
998
  /**
730
- * @public
731
999
  * <p>User-provided value that will be included in any Amazon CloudWatch Events events raised while
732
1000
  * running tasks for these targets in this maintenance window.</p>
1001
+ * @public
733
1002
  */
734
1003
  OwnerInformation?: string;
735
1004
  /**
736
- * @public
737
1005
  * <p>A name for the update.</p>
1006
+ * @public
738
1007
  */
739
1008
  Name?: string;
740
1009
  /**
741
- * @public
742
1010
  * <p>An optional description for the update.</p>
1011
+ * @public
743
1012
  */
744
1013
  Description?: string;
745
1014
  /**
746
- * @public
747
1015
  * <p>If <code>True</code>, then all fields that are required by the <a>RegisterTargetWithMaintenanceWindow</a> operation are also required for this API
748
1016
  * request. Optional fields that aren't specified are set to null.</p>
1017
+ * @public
749
1018
  */
750
1019
  Replace?: boolean;
751
1020
  }
@@ -754,33 +1023,33 @@ export interface UpdateMaintenanceWindowTargetRequest {
754
1023
  */
755
1024
  export interface UpdateMaintenanceWindowTargetResult {
756
1025
  /**
757
- * @public
758
1026
  * <p>The maintenance window ID specified in the update request.</p>
1027
+ * @public
759
1028
  */
760
1029
  WindowId?: string;
761
1030
  /**
762
- * @public
763
1031
  * <p>The target ID specified in the update request.</p>
1032
+ * @public
764
1033
  */
765
1034
  WindowTargetId?: string;
766
1035
  /**
767
- * @public
768
1036
  * <p>The updated targets.</p>
1037
+ * @public
769
1038
  */
770
1039
  Targets?: Target[];
771
1040
  /**
772
- * @public
773
1041
  * <p>The updated owner.</p>
1042
+ * @public
774
1043
  */
775
1044
  OwnerInformation?: string;
776
1045
  /**
777
- * @public
778
1046
  * <p>The updated name.</p>
1047
+ * @public
779
1048
  */
780
1049
  Name?: string;
781
1050
  /**
782
- * @public
783
1051
  * <p>The updated description.</p>
1052
+ * @public
784
1053
  */
785
1054
  Description?: string;
786
1055
  }
@@ -789,17 +1058,16 @@ export interface UpdateMaintenanceWindowTargetResult {
789
1058
  */
790
1059
  export interface UpdateMaintenanceWindowTaskRequest {
791
1060
  /**
792
- * @public
793
1061
  * <p>The maintenance window ID that contains the task to modify.</p>
1062
+ * @public
794
1063
  */
795
1064
  WindowId: string | undefined;
796
1065
  /**
797
- * @public
798
1066
  * <p>The task ID to modify.</p>
1067
+ * @public
799
1068
  */
800
1069
  WindowTaskId: string | undefined;
801
1070
  /**
802
- * @public
803
1071
  * <p>The targets (either managed nodes or tags) to modify. Managed nodes are specified using the
804
1072
  * format <code>Key=instanceids,Values=instanceID_1,instanceID_2</code>. Tags are specified using
805
1073
  * the format <code> Key=tag_name,Values=tag_value</code>. </p>
@@ -811,38 +1079,29 @@ export interface UpdateMaintenanceWindowTaskRequest {
811
1079
  * maintenance window tasks without targets</a> in the
812
1080
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
813
1081
  * </note>
1082
+ * @public
814
1083
  */
815
1084
  Targets?: Target[];
816
1085
  /**
817
- * @public
818
1086
  * <p>The task ARN to modify.</p>
1087
+ * @public
819
1088
  */
820
1089
  TaskArn?: string;
821
1090
  /**
1091
+ * <p>The Amazon Resource Name (ARN) of the IAM service role for
1092
+ * Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a
1093
+ * service role ARN, Systems Manager uses a service-linked role in your account. If no
1094
+ * appropriate service-linked role for Systems Manager exists in your account, it is created when
1095
+ * you run <code>RegisterTaskWithMaintenanceWindow</code>.</p>
1096
+ * <p>However, for an improved security posture, we strongly recommend creating a custom
1097
+ * policy and custom service role for running your maintenance window tasks. The policy
1098
+ * can be crafted to provide only the permissions needed for your particular
1099
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
1100
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
822
1101
  * @public
823
- * <p>The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a
824
- * maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account's
825
- * service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run
826
- * <code>RegisterTaskWithMaintenanceWindow</code>.</p>
827
- * <p>For more information, see the following topics in the in the <i>Amazon Web Services Systems Manager User Guide</i>:</p>
828
- * <ul>
829
- * <li>
830
- * <p>
831
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html#slr-permissions">Using
832
- * service-linked roles for Systems Manager</a>
833
- * </p>
834
- * </li>
835
- * <li>
836
- * <p>
837
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html#maintenance-window-tasks-service-role">Should I use a service-linked role or a custom service role to run maintenance window tasks?
838
- * </a>
839
- * </p>
840
- * </li>
841
- * </ul>
842
1102
  */
843
1103
  ServiceRoleArn?: string;
844
1104
  /**
845
- * @public
846
1105
  * <p>The parameters to modify.</p>
847
1106
  * <note>
848
1107
  * <p>
@@ -854,10 +1113,10 @@ export interface UpdateMaintenanceWindowTaskRequest {
854
1113
  * <p>The map has the following format:</p>
855
1114
  * <p>Key: string, between 1 and 255 characters</p>
856
1115
  * <p>Value: an array of strings, each string is between 1 and 255 characters</p>
1116
+ * @public
857
1117
  */
858
1118
  TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression>;
859
1119
  /**
860
- * @public
861
1120
  * <p>The parameters that the task should use during execution. Populate only the fields that
862
1121
  * match the task type. All other fields should be empty.</p>
863
1122
  * <important>
@@ -870,16 +1129,16 @@ export interface UpdateMaintenanceWindowTaskRequest {
870
1129
  * maintenance window task and specify only a different <code>OutputS3BucketName</code> value, the
871
1130
  * values for <code>Comment</code> and <code>NotificationConfig</code> are removed.</p>
872
1131
  * </important>
1132
+ * @public
873
1133
  */
874
1134
  TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
875
1135
  /**
876
- * @public
877
1136
  * <p>The new task priority to specify. The lower the number, the higher the priority. Tasks that
878
1137
  * have the same priority are scheduled in parallel.</p>
1138
+ * @public
879
1139
  */
880
1140
  Priority?: number;
881
1141
  /**
882
- * @public
883
1142
  * <p>The new <code>MaxConcurrency</code> value you want to specify. <code>MaxConcurrency</code>
884
1143
  * is the number of targets that are allowed to run this task, in parallel.</p>
885
1144
  * <note>
@@ -890,10 +1149,10 @@ export interface UpdateMaintenanceWindowTaskRequest {
890
1149
  * option. Instead, the system inserts a placeholder value of <code>1</code>. This value doesn't
891
1150
  * affect the running of your task.</p>
892
1151
  * </note>
1152
+ * @public
893
1153
  */
894
1154
  MaxConcurrency?: string;
895
1155
  /**
896
- * @public
897
1156
  * <p>The new <code>MaxErrors</code> value to specify. <code>MaxErrors</code> is the maximum
898
1157
  * number of errors that are allowed before the task stops being scheduled.</p>
899
1158
  * <note>
@@ -904,10 +1163,10 @@ export interface UpdateMaintenanceWindowTaskRequest {
904
1163
  * option. Instead, the system inserts a placeholder value of <code>1</code>. This value doesn't
905
1164
  * affect the running of your task.</p>
906
1165
  * </note>
1166
+ * @public
907
1167
  */
908
1168
  MaxErrors?: string;
909
1169
  /**
910
- * @public
911
1170
  * <p>The new logging location in Amazon S3 to specify.</p>
912
1171
  * <note>
913
1172
  * <p>
@@ -916,26 +1175,26 @@ export interface UpdateMaintenanceWindowTaskRequest {
916
1175
  * For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
917
1176
  * window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
918
1177
  * </note>
1178
+ * @public
919
1179
  */
920
1180
  LoggingInfo?: LoggingInfo;
921
1181
  /**
922
- * @public
923
1182
  * <p>The new task name to specify.</p>
1183
+ * @public
924
1184
  */
925
1185
  Name?: string;
926
1186
  /**
927
- * @public
928
1187
  * <p>The new task description to specify.</p>
1188
+ * @public
929
1189
  */
930
1190
  Description?: string;
931
1191
  /**
932
- * @public
933
1192
  * <p>If True, then all fields that are required by the <a>RegisterTaskWithMaintenanceWindow</a> operation are also required for this API request.
934
1193
  * Optional fields that aren't specified are set to null.</p>
1194
+ * @public
935
1195
  */
936
1196
  Replace?: boolean;
937
1197
  /**
938
- * @public
939
1198
  * <p>Indicates whether tasks should continue to run after the cutoff time specified in the
940
1199
  * maintenance windows is reached. </p>
941
1200
  * <ul>
@@ -962,11 +1221,12 @@ export interface UpdateMaintenanceWindowTaskRequest {
962
1221
  * <p>The status for tasks that are not completed is <code>TIMED_OUT</code>.</p>
963
1222
  * </li>
964
1223
  * </ul>
1224
+ * @public
965
1225
  */
966
1226
  CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
967
1227
  /**
968
- * @public
969
1228
  * <p>The CloudWatch alarm you want to apply to your maintenance window task.</p>
1229
+ * @public
970
1230
  */
971
1231
  AlarmConfiguration?: AlarmConfiguration;
972
1232
  }
@@ -975,33 +1235,32 @@ export interface UpdateMaintenanceWindowTaskRequest {
975
1235
  */
976
1236
  export interface UpdateMaintenanceWindowTaskResult {
977
1237
  /**
978
- * @public
979
1238
  * <p>The ID of the maintenance window that was updated.</p>
1239
+ * @public
980
1240
  */
981
1241
  WindowId?: string;
982
1242
  /**
983
- * @public
984
1243
  * <p>The task ID of the maintenance window that was updated.</p>
1244
+ * @public
985
1245
  */
986
1246
  WindowTaskId?: string;
987
1247
  /**
988
- * @public
989
1248
  * <p>The updated target values.</p>
1249
+ * @public
990
1250
  */
991
1251
  Targets?: Target[];
992
1252
  /**
993
- * @public
994
1253
  * <p>The updated task ARN value.</p>
1254
+ * @public
995
1255
  */
996
1256
  TaskArn?: string;
997
1257
  /**
998
- * @public
999
1258
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service
1000
1259
  * (Amazon SNS) notifications for maintenance window Run Command tasks.</p>
1260
+ * @public
1001
1261
  */
1002
1262
  ServiceRoleArn?: string;
1003
1263
  /**
1004
- * @public
1005
1264
  * <p>The updated parameter values.</p>
1006
1265
  * <note>
1007
1266
  * <p>
@@ -1010,30 +1269,30 @@ export interface UpdateMaintenanceWindowTaskResult {
1010
1269
  * about how Systems Manager handles these options for the supported maintenance window task
1011
1270
  * types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
1012
1271
  * </note>
1272
+ * @public
1013
1273
  */
1014
1274
  TaskParameters?: Record<string, MaintenanceWindowTaskParameterValueExpression>;
1015
1275
  /**
1016
- * @public
1017
1276
  * <p>The updated parameter values.</p>
1277
+ * @public
1018
1278
  */
1019
1279
  TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters;
1020
1280
  /**
1021
- * @public
1022
1281
  * <p>The updated priority value.</p>
1282
+ * @public
1023
1283
  */
1024
1284
  Priority?: number;
1025
1285
  /**
1026
- * @public
1027
1286
  * <p>The updated <code>MaxConcurrency</code> value.</p>
1287
+ * @public
1028
1288
  */
1029
1289
  MaxConcurrency?: string;
1030
1290
  /**
1031
- * @public
1032
1291
  * <p>The updated <code>MaxErrors</code> value.</p>
1292
+ * @public
1033
1293
  */
1034
1294
  MaxErrors?: string;
1035
1295
  /**
1036
- * @public
1037
1296
  * <p>The updated logging information in Amazon S3.</p>
1038
1297
  * <note>
1039
1298
  * <p>
@@ -1042,28 +1301,29 @@ export interface UpdateMaintenanceWindowTaskResult {
1042
1301
  * For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
1043
1302
  * window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
1044
1303
  * </note>
1304
+ * @public
1045
1305
  */
1046
1306
  LoggingInfo?: LoggingInfo;
1047
1307
  /**
1048
- * @public
1049
1308
  * <p>The updated task name.</p>
1309
+ * @public
1050
1310
  */
1051
1311
  Name?: string;
1052
1312
  /**
1053
- * @public
1054
1313
  * <p>The updated task description.</p>
1314
+ * @public
1055
1315
  */
1056
1316
  Description?: string;
1057
1317
  /**
1058
- * @public
1059
1318
  * <p>The specification for whether tasks should continue to run after the cutoff time specified
1060
1319
  * in the maintenance windows is reached. </p>
1320
+ * @public
1061
1321
  */
1062
1322
  CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior;
1063
1323
  /**
1064
- * @public
1065
1324
  * <p>The details for the CloudWatch alarm you applied to your maintenance window
1066
1325
  * task.</p>
1326
+ * @public
1067
1327
  */
1068
1328
  AlarmConfiguration?: AlarmConfiguration;
1069
1329
  }
@@ -1072,21 +1332,21 @@ export interface UpdateMaintenanceWindowTaskResult {
1072
1332
  */
1073
1333
  export interface UpdateManagedInstanceRoleRequest {
1074
1334
  /**
1075
- * @public
1076
1335
  * <p>The ID of the managed node where you want to update the role.</p>
1336
+ * @public
1077
1337
  */
1078
1338
  InstanceId: string | undefined;
1079
1339
  /**
1080
- * @public
1081
1340
  * <p>The name of the Identity and Access Management (IAM) role that you want to assign to
1082
1341
  * the managed node. This IAM role must provide AssumeRole permissions for the
1083
1342
  * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
1084
- * IAM service role for a hybrid environment</a> in the
1343
+ * IAM service role for a hybrid and multicloud environment</a> in the
1085
1344
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1086
1345
  * <note>
1087
1346
  * <p>You can't specify an IAM service-linked role for this parameter. You must
1088
1347
  * create a unique role.</p>
1089
1348
  * </note>
1349
+ * @public
1090
1350
  */
1091
1351
  IamRole: string | undefined;
1092
1352
  }
@@ -1100,12 +1360,11 @@ export interface UpdateManagedInstanceRoleResult {
1100
1360
  */
1101
1361
  export interface UpdateOpsItemRequest {
1102
1362
  /**
1103
- * @public
1104
1363
  * <p>User-defined text that contains information about the OpsItem, in Markdown format. </p>
1364
+ * @public
1105
1365
  */
1106
1366
  Description?: string;
1107
1367
  /**
1108
- * @public
1109
1368
  * <p>Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem
1110
1369
  * object.</p>
1111
1370
  * <p>Operational data is custom data that provides useful reference details about the OpsItem.
@@ -1127,84 +1386,85 @@ export interface UpdateOpsItemRequest {
1127
1386
  * Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
1128
1387
  * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">Creating OpsItems
1129
1388
  * manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1389
+ * @public
1130
1390
  */
1131
1391
  OperationalData?: Record<string, OpsItemDataValue>;
1132
1392
  /**
1133
- * @public
1134
1393
  * <p>Keys that you want to remove from the OperationalData map.</p>
1394
+ * @public
1135
1395
  */
1136
1396
  OperationalDataToDelete?: string[];
1137
1397
  /**
1138
- * @public
1139
1398
  * <p>The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this
1140
1399
  * OpsItem is edited or changed.</p>
1400
+ * @public
1141
1401
  */
1142
1402
  Notifications?: OpsItemNotification[];
1143
1403
  /**
1144
- * @public
1145
1404
  * <p>The importance of this OpsItem in relation to other OpsItems in the system.</p>
1405
+ * @public
1146
1406
  */
1147
1407
  Priority?: number;
1148
1408
  /**
1149
- * @public
1150
1409
  * <p>One or more OpsItems that share something in common with the current OpsItems. For example,
1151
1410
  * related OpsItems can include OpsItems with similar error messages, impacted resources, or
1152
1411
  * statuses for the impacted resource.</p>
1412
+ * @public
1153
1413
  */
1154
1414
  RelatedOpsItems?: RelatedOpsItem[];
1155
1415
  /**
1156
- * @public
1157
1416
  * <p>The OpsItem status. Status can be <code>Open</code>, <code>In Progress</code>, or
1158
1417
  * <code>Resolved</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1418
+ * @public
1159
1419
  */
1160
1420
  Status?: OpsItemStatus;
1161
1421
  /**
1162
- * @public
1163
1422
  * <p>The ID of the OpsItem.</p>
1423
+ * @public
1164
1424
  */
1165
1425
  OpsItemId: string | undefined;
1166
1426
  /**
1167
- * @public
1168
1427
  * <p>A short heading that describes the nature of the OpsItem and the impacted resource.</p>
1428
+ * @public
1169
1429
  */
1170
1430
  Title?: string;
1171
1431
  /**
1172
- * @public
1173
1432
  * <p>Specify a new category for an OpsItem.</p>
1433
+ * @public
1174
1434
  */
1175
1435
  Category?: string;
1176
1436
  /**
1177
- * @public
1178
1437
  * <p>Specify a new severity for an OpsItem.</p>
1438
+ * @public
1179
1439
  */
1180
1440
  Severity?: string;
1181
1441
  /**
1182
- * @public
1183
1442
  * <p>The time a runbook workflow started. Currently reported only for the OpsItem type
1184
1443
  * <code>/aws/changerequest</code>.</p>
1444
+ * @public
1185
1445
  */
1186
1446
  ActualStartTime?: Date;
1187
1447
  /**
1188
- * @public
1189
1448
  * <p>The time a runbook workflow ended. Currently reported only for the OpsItem type
1190
1449
  * <code>/aws/changerequest</code>.</p>
1450
+ * @public
1191
1451
  */
1192
1452
  ActualEndTime?: Date;
1193
1453
  /**
1194
- * @public
1195
1454
  * <p>The time specified in a change request for a runbook workflow to start. Currently supported
1196
1455
  * only for the OpsItem type <code>/aws/changerequest</code>.</p>
1456
+ * @public
1197
1457
  */
1198
1458
  PlannedStartTime?: Date;
1199
1459
  /**
1200
- * @public
1201
1460
  * <p>The time specified in a change request for a runbook workflow to end. Currently supported
1202
1461
  * only for the OpsItem type <code>/aws/changerequest</code>.</p>
1462
+ * @public
1203
1463
  */
1204
1464
  PlannedEndTime?: Date;
1205
1465
  /**
1206
- * @public
1207
1466
  * <p>The OpsItem Amazon Resource Name (ARN).</p>
1467
+ * @public
1208
1468
  */
1209
1469
  OpsItemArn?: string;
1210
1470
  }
@@ -1214,9 +1474,9 @@ export interface UpdateOpsItemRequest {
1214
1474
  export interface UpdateOpsItemResponse {
1215
1475
  }
1216
1476
  /**
1217
- * @public
1218
1477
  * <p>The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to
1219
1478
  * an application in Application Manager.</p>
1479
+ * @public
1220
1480
  */
1221
1481
  export declare class OpsMetadataKeyLimitExceededException extends __BaseException {
1222
1482
  readonly name: "OpsMetadataKeyLimitExceededException";
@@ -1231,18 +1491,18 @@ export declare class OpsMetadataKeyLimitExceededException extends __BaseExceptio
1231
1491
  */
1232
1492
  export interface UpdateOpsMetadataRequest {
1233
1493
  /**
1234
- * @public
1235
1494
  * <p>The Amazon Resource Name (ARN) of the OpsMetadata Object to update.</p>
1495
+ * @public
1236
1496
  */
1237
1497
  OpsMetadataArn: string | undefined;
1238
1498
  /**
1239
- * @public
1240
1499
  * <p>Metadata to add to an OpsMetadata object.</p>
1500
+ * @public
1241
1501
  */
1242
1502
  MetadataToUpdate?: Record<string, MetadataValue>;
1243
1503
  /**
1244
- * @public
1245
1504
  * <p>The metadata keys to delete from the OpsMetadata object. </p>
1505
+ * @public
1246
1506
  */
1247
1507
  KeysToDelete?: string[];
1248
1508
  }
@@ -1251,8 +1511,8 @@ export interface UpdateOpsMetadataRequest {
1251
1511
  */
1252
1512
  export interface UpdateOpsMetadataResult {
1253
1513
  /**
1254
- * @public
1255
1514
  * <p>The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.</p>
1515
+ * @public
1256
1516
  */
1257
1517
  OpsMetadataArn?: string;
1258
1518
  }
@@ -1261,55 +1521,54 @@ export interface UpdateOpsMetadataResult {
1261
1521
  */
1262
1522
  export interface UpdatePatchBaselineRequest {
1263
1523
  /**
1264
- * @public
1265
1524
  * <p>The ID of the patch baseline to update.</p>
1525
+ * @public
1266
1526
  */
1267
1527
  BaselineId: string | undefined;
1268
1528
  /**
1269
- * @public
1270
1529
  * <p>The name of the patch baseline.</p>
1530
+ * @public
1271
1531
  */
1272
1532
  Name?: string;
1273
1533
  /**
1274
- * @public
1275
1534
  * <p>A set of global filters used to include patches in the baseline.</p>
1535
+ * @public
1276
1536
  */
1277
1537
  GlobalFilters?: PatchFilterGroup;
1278
1538
  /**
1279
- * @public
1280
1539
  * <p>A set of rules used to include patches in the baseline.</p>
1540
+ * @public
1281
1541
  */
1282
1542
  ApprovalRules?: PatchRuleGroup;
1283
1543
  /**
1284
- * @public
1285
1544
  * <p>A list of explicitly approved patches for the baseline.</p>
1286
1545
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
1287
1546
  * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
1288
1547
  * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1548
+ * @public
1289
1549
  */
1290
1550
  ApprovedPatches?: string[];
1291
1551
  /**
1292
- * @public
1293
1552
  * <p>Assigns a new compliance severity level to an existing patch baseline.</p>
1553
+ * @public
1294
1554
  */
1295
1555
  ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
1296
1556
  /**
1297
- * @public
1298
1557
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
1299
1558
  * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
1300
1559
  * nodes only.</p>
1560
+ * @public
1301
1561
  */
1302
1562
  ApprovedPatchesEnableNonSecurity?: boolean;
1303
1563
  /**
1304
- * @public
1305
1564
  * <p>A list of explicitly rejected patches for the baseline.</p>
1306
1565
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
1307
1566
  * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
1308
1567
  * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1568
+ * @public
1309
1569
  */
1310
1570
  RejectedPatches?: string[];
1311
1571
  /**
1312
- * @public
1313
1572
  * <p>The action for Patch Manager to take on patches included in the
1314
1573
  * <code>RejectedPackages</code> list.</p>
1315
1574
  * <ul>
@@ -1324,33 +1583,33 @@ export interface UpdatePatchBaselineRequest {
1324
1583
  * </li>
1325
1584
  * <li>
1326
1585
  * <p>
1327
- * <b>
1328
- * <code>BLOCK</code>
1329
- * </b>: Packages in the
1330
- * <code>RejectedPatches</code> list, and packages that include them as dependencies, aren't
1331
- * installed under any circumstances. If a package was installed before it was added to the
1332
- * <code>Rejected</code> patches list, it is considered non-compliant with the patch baseline,
1333
- * and its status is reported as <code>InstalledRejected</code>.</p>
1586
+ * <b>BLOCK</b>: Packages in the <b>Rejected
1587
+ * patches</b> list, and packages that include them as dependencies, aren't installed by
1588
+ * Patch Manager under any circumstances. If a package was installed before it was added to the
1589
+ * <b>Rejected patches</b> list, or is installed outside of Patch
1590
+ * Manager afterward, it's considered noncompliant with the patch baseline and its status is
1591
+ * reported as <i>InstalledRejected</i>.</p>
1334
1592
  * </li>
1335
1593
  * </ul>
1594
+ * @public
1336
1595
  */
1337
1596
  RejectedPatchesAction?: PatchAction;
1338
1597
  /**
1339
- * @public
1340
1598
  * <p>A description of the patch baseline.</p>
1599
+ * @public
1341
1600
  */
1342
1601
  Description?: string;
1343
1602
  /**
1344
- * @public
1345
1603
  * <p>Information about the patches to use to update the managed nodes, including target operating
1346
1604
  * systems and source repositories. Applies to Linux managed nodes only.</p>
1605
+ * @public
1347
1606
  */
1348
1607
  Sources?: PatchSource[];
1349
1608
  /**
1350
- * @public
1351
1609
  * <p>If True, then all fields that are required by the <a>CreatePatchBaseline</a>
1352
1610
  * operation are also required for this API request. Optional fields that aren't specified are set
1353
1611
  * to null.</p>
1612
+ * @public
1354
1613
  */
1355
1614
  Replace?: boolean;
1356
1615
  }
@@ -1359,86 +1618,86 @@ export interface UpdatePatchBaselineRequest {
1359
1618
  */
1360
1619
  export interface UpdatePatchBaselineResult {
1361
1620
  /**
1362
- * @public
1363
1621
  * <p>The ID of the deleted patch baseline.</p>
1622
+ * @public
1364
1623
  */
1365
1624
  BaselineId?: string;
1366
1625
  /**
1367
- * @public
1368
1626
  * <p>The name of the patch baseline.</p>
1627
+ * @public
1369
1628
  */
1370
1629
  Name?: string;
1371
1630
  /**
1372
- * @public
1373
1631
  * <p>The operating system rule used by the updated patch baseline.</p>
1632
+ * @public
1374
1633
  */
1375
1634
  OperatingSystem?: OperatingSystem;
1376
1635
  /**
1377
- * @public
1378
1636
  * <p>A set of global filters used to exclude patches from the baseline.</p>
1637
+ * @public
1379
1638
  */
1380
1639
  GlobalFilters?: PatchFilterGroup;
1381
1640
  /**
1382
- * @public
1383
1641
  * <p>A set of rules used to include patches in the baseline.</p>
1642
+ * @public
1384
1643
  */
1385
1644
  ApprovalRules?: PatchRuleGroup;
1386
1645
  /**
1387
- * @public
1388
1646
  * <p>A list of explicitly approved patches for the baseline.</p>
1647
+ * @public
1389
1648
  */
1390
1649
  ApprovedPatches?: string[];
1391
1650
  /**
1392
- * @public
1393
1651
  * <p>The compliance severity level assigned to the patch baseline after the update
1394
1652
  * completed.</p>
1653
+ * @public
1395
1654
  */
1396
1655
  ApprovedPatchesComplianceLevel?: PatchComplianceLevel;
1397
1656
  /**
1398
- * @public
1399
1657
  * <p>Indicates whether the list of approved patches includes non-security updates that should be
1400
1658
  * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
1401
1659
  * nodes only.</p>
1660
+ * @public
1402
1661
  */
1403
1662
  ApprovedPatchesEnableNonSecurity?: boolean;
1404
1663
  /**
1405
- * @public
1406
1664
  * <p>A list of explicitly rejected patches for the baseline.</p>
1665
+ * @public
1407
1666
  */
1408
1667
  RejectedPatches?: string[];
1409
1668
  /**
1410
- * @public
1411
1669
  * <p>The action specified to take on patches included in the <code>RejectedPatches</code> list. A
1412
1670
  * patch can be allowed only if it is a dependency of another package, or blocked entirely along
1413
1671
  * with packages that include it as a dependency.</p>
1672
+ * @public
1414
1673
  */
1415
1674
  RejectedPatchesAction?: PatchAction;
1416
1675
  /**
1417
- * @public
1418
1676
  * <p>The date when the patch baseline was created.</p>
1677
+ * @public
1419
1678
  */
1420
1679
  CreatedDate?: Date;
1421
1680
  /**
1422
- * @public
1423
1681
  * <p>The date when the patch baseline was last modified.</p>
1682
+ * @public
1424
1683
  */
1425
1684
  ModifiedDate?: Date;
1426
1685
  /**
1427
- * @public
1428
1686
  * <p>A description of the patch baseline.</p>
1687
+ * @public
1429
1688
  */
1430
1689
  Description?: string;
1431
1690
  /**
1432
- * @public
1433
1691
  * <p>Information about the patches to use to update the managed nodes, including target operating
1434
1692
  * systems and source repositories. Applies to Linux managed nodes only.</p>
1693
+ * @public
1435
1694
  */
1436
1695
  Sources?: PatchSource[];
1437
1696
  }
1438
1697
  /**
1439
- * @public
1440
1698
  * <p>Another <code>UpdateResourceDataSync</code> request is being processed. Wait a few minutes
1441
1699
  * and try again.</p>
1700
+ * @public
1442
1701
  */
1443
1702
  export declare class ResourceDataSyncConflictException extends __BaseException {
1444
1703
  readonly name: "ResourceDataSyncConflictException";
@@ -1454,19 +1713,19 @@ export declare class ResourceDataSyncConflictException extends __BaseException {
1454
1713
  */
1455
1714
  export interface UpdateResourceDataSyncRequest {
1456
1715
  /**
1457
- * @public
1458
1716
  * <p>The name of the resource data sync you want to update.</p>
1717
+ * @public
1459
1718
  */
1460
1719
  SyncName: string | undefined;
1461
1720
  /**
1462
- * @public
1463
1721
  * <p>The type of resource data sync. The supported <code>SyncType</code> is
1464
1722
  * SyncFromSource.</p>
1723
+ * @public
1465
1724
  */
1466
1725
  SyncType: string | undefined;
1467
1726
  /**
1468
- * @public
1469
1727
  * <p>Specify information about the data sources to synchronize.</p>
1728
+ * @public
1470
1729
  */
1471
1730
  SyncSource: ResourceDataSyncSource | undefined;
1472
1731
  }
@@ -1476,12 +1735,11 @@ export interface UpdateResourceDataSyncRequest {
1476
1735
  export interface UpdateResourceDataSyncResult {
1477
1736
  }
1478
1737
  /**
1479
- * @public
1480
1738
  * <p>The request body of the UpdateServiceSetting API operation.</p>
1739
+ * @public
1481
1740
  */
1482
1741
  export interface UpdateServiceSettingRequest {
1483
1742
  /**
1484
- * @public
1485
1743
  * <p>The Amazon Resource Name (ARN) of the service setting to update. For example,
1486
1744
  * <code>arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled</code>.
1487
1745
  * The setting ID can be one of the following.</p>
@@ -1533,10 +1791,10 @@ export interface UpdateServiceSettingRequest {
1533
1791
  * provided to administrators. Implement least privilege access when allowing individuals to
1534
1792
  * configure or modify the Default Host Management Configuration.</p>
1535
1793
  * </note>
1794
+ * @public
1536
1795
  */
1537
1796
  SettingId: string | undefined;
1538
1797
  /**
1539
- * @public
1540
1798
  * <p>The new value to specify for the service setting. The following list specifies the available
1541
1799
  * values for each setting.</p>
1542
1800
  * <ul>
@@ -1573,73 +1831,74 @@ export interface UpdateServiceSettingRequest {
1573
1831
  * <code>false</code>.</p>
1574
1832
  * </li>
1575
1833
  * </ul>
1834
+ * @public
1576
1835
  */
1577
1836
  SettingValue: string | undefined;
1578
1837
  }
1579
1838
  /**
1580
- * @public
1581
1839
  * <p>The result body of the UpdateServiceSetting API operation.</p>
1840
+ * @public
1582
1841
  */
1583
1842
  export interface UpdateServiceSettingResult {
1584
1843
  }
1585
1844
  /**
1586
- * @public
1587
1845
  * <p>Specifies the inventory type and attribute for the aggregation execution.</p>
1846
+ * @public
1588
1847
  */
1589
1848
  export interface InventoryAggregator {
1590
1849
  /**
1591
- * @public
1592
1850
  * <p>The inventory type and attribute name for aggregation.</p>
1851
+ * @public
1593
1852
  */
1594
1853
  Expression?: string;
1595
1854
  /**
1596
- * @public
1597
1855
  * <p>Nested aggregators to further refine aggregation for an inventory type.</p>
1856
+ * @public
1598
1857
  */
1599
1858
  Aggregators?: InventoryAggregator[];
1600
1859
  /**
1601
- * @public
1602
1860
  * <p>A user-defined set of one or more filters on which to aggregate inventory data. Groups
1603
1861
  * return a count of resources that match and don't match the specified criteria.</p>
1862
+ * @public
1604
1863
  */
1605
1864
  Groups?: InventoryGroup[];
1606
1865
  }
1607
1866
  /**
1608
- * @public
1609
1867
  * <p>One or more aggregators for viewing counts of OpsData using different dimensions such as
1610
1868
  * <code>Source</code>, <code>CreatedTime</code>, or <code>Source and CreatedTime</code>, to name a
1611
1869
  * few.</p>
1870
+ * @public
1612
1871
  */
1613
1872
  export interface OpsAggregator {
1614
1873
  /**
1615
- * @public
1616
1874
  * <p>Either a <code>Range</code> or <code>Count</code> aggregator for limiting an OpsData
1617
1875
  * summary.</p>
1876
+ * @public
1618
1877
  */
1619
1878
  AggregatorType?: string;
1620
1879
  /**
1621
- * @public
1622
1880
  * <p>The data type name to use for viewing counts of OpsData.</p>
1881
+ * @public
1623
1882
  */
1624
1883
  TypeName?: string;
1625
1884
  /**
1626
- * @public
1627
1885
  * <p>The name of an OpsData attribute on which to limit the count of OpsData.</p>
1886
+ * @public
1628
1887
  */
1629
1888
  AttributeName?: string;
1630
1889
  /**
1631
- * @public
1632
1890
  * <p>The aggregator value.</p>
1891
+ * @public
1633
1892
  */
1634
1893
  Values?: Record<string, string>;
1635
1894
  /**
1636
- * @public
1637
1895
  * <p>The aggregator filters.</p>
1896
+ * @public
1638
1897
  */
1639
1898
  Filters?: OpsFilter[];
1640
1899
  /**
1641
- * @public
1642
1900
  * <p>A nested aggregator for viewing counts of OpsData.</p>
1901
+ * @public
1643
1902
  */
1644
1903
  Aggregators?: OpsAggregator[];
1645
1904
  }
@@ -1648,33 +1907,33 @@ export interface OpsAggregator {
1648
1907
  */
1649
1908
  export interface GetInventoryRequest {
1650
1909
  /**
1651
- * @public
1652
1910
  * <p>One or more filters. Use a filter to return a more specific list of results.</p>
1911
+ * @public
1653
1912
  */
1654
1913
  Filters?: InventoryFilter[];
1655
1914
  /**
1656
- * @public
1657
1915
  * <p>Returns counts of inventory types based on one or more expressions. For example, if you
1658
1916
  * aggregate by using an expression that uses the <code>AWS:InstanceInformation.PlatformType</code>
1659
1917
  * type, you can see a count of how many Windows and Linux managed nodes exist in your inventoried
1660
1918
  * fleet.</p>
1919
+ * @public
1661
1920
  */
1662
1921
  Aggregators?: InventoryAggregator[];
1663
1922
  /**
1664
- * @public
1665
1923
  * <p>The list of inventory item types to return.</p>
1924
+ * @public
1666
1925
  */
1667
1926
  ResultAttributes?: ResultAttribute[];
1668
1927
  /**
1669
- * @public
1670
1928
  * <p>The token for the next set of items to return. (You received this token from a previous
1671
1929
  * call.)</p>
1930
+ * @public
1672
1931
  */
1673
1932
  NextToken?: string;
1674
1933
  /**
1675
- * @public
1676
1934
  * <p>The maximum number of items to return for this call. The call also returns a token that you
1677
1935
  * can specify in a subsequent call to get the next set of results.</p>
1936
+ * @public
1678
1937
  */
1679
1938
  MaxResults?: number;
1680
1939
  }
@@ -1683,34 +1942,34 @@ export interface GetInventoryRequest {
1683
1942
  */
1684
1943
  export interface GetOpsSummaryRequest {
1685
1944
  /**
1686
- * @public
1687
1945
  * <p>Specify the name of a resource data sync to get.</p>
1946
+ * @public
1688
1947
  */
1689
1948
  SyncName?: string;
1690
1949
  /**
1691
- * @public
1692
1950
  * <p>Optional filters used to scope down the returned OpsData. </p>
1951
+ * @public
1693
1952
  */
1694
1953
  Filters?: OpsFilter[];
1695
1954
  /**
1696
- * @public
1697
1955
  * <p>Optional aggregators that return counts of OpsData based on one or more expressions.</p>
1956
+ * @public
1698
1957
  */
1699
1958
  Aggregators?: OpsAggregator[];
1700
1959
  /**
1701
- * @public
1702
1960
  * <p>The OpsData data type to return.</p>
1961
+ * @public
1703
1962
  */
1704
1963
  ResultAttributes?: OpsResultAttribute[];
1705
1964
  /**
1706
- * @public
1707
1965
  * <p>A token to start the list. Use this token to get the next set of results. </p>
1966
+ * @public
1708
1967
  */
1709
1968
  NextToken?: string;
1710
1969
  /**
1711
- * @public
1712
1970
  * <p>The maximum number of items to return for this call. The call also returns a token that you
1713
1971
  * can specify in a subsequent call to get the next set of results.</p>
1972
+ * @public
1714
1973
  */
1715
1974
  MaxResults?: number;
1716
1975
  }