@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
@@ -119,6 +119,7 @@ __export(src_exports, {
119
119
  DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog: () => DescribeInstancePatchStatesForPatchGroupResultFilterSensitiveLog,
120
120
  DescribeInstancePatchStatesResultFilterSensitiveLog: () => DescribeInstancePatchStatesResultFilterSensitiveLog,
121
121
  DescribeInstancePatchesCommand: () => DescribeInstancePatchesCommand,
122
+ DescribeInstancePropertiesCommand: () => DescribeInstancePropertiesCommand,
122
123
  DescribeInventoryDeletionsCommand: () => DescribeInventoryDeletionsCommand,
123
124
  DescribeMaintenanceWindowExecutionTaskInvocationsCommand: () => DescribeMaintenanceWindowExecutionTaskInvocationsCommand,
124
125
  DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog: () => DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog,
@@ -205,6 +206,8 @@ __export(src_exports, {
205
206
  InstanceInformationFilterKey: () => InstanceInformationFilterKey,
206
207
  InstancePatchStateFilterSensitiveLog: () => InstancePatchStateFilterSensitiveLog,
207
208
  InstancePatchStateOperatorType: () => InstancePatchStateOperatorType,
209
+ InstancePropertyFilterKey: () => InstancePropertyFilterKey,
210
+ InstancePropertyFilterOperator: () => InstancePropertyFilterOperator,
208
211
  InternalServerError: () => InternalServerError,
209
212
  InvalidActivation: () => InvalidActivation,
210
213
  InvalidActivationId: () => InvalidActivationId,
@@ -230,6 +233,7 @@ __export(src_exports, {
230
233
  InvalidFilterValue: () => InvalidFilterValue,
231
234
  InvalidInstanceId: () => InvalidInstanceId,
232
235
  InvalidInstanceInformationFilterValue: () => InvalidInstanceInformationFilterValue,
236
+ InvalidInstancePropertyFilterValue: () => InvalidInstancePropertyFilterValue,
233
237
  InvalidInventoryGroupException: () => InvalidInventoryGroupException,
234
238
  InvalidInventoryItemContextException: () => InvalidInventoryItemContextException,
235
239
  InvalidInventoryRequestException: () => InvalidInventoryRequestException,
@@ -295,6 +299,7 @@ __export(src_exports, {
295
299
  MaintenanceWindowTaskInvocationParametersFilterSensitiveLog: () => MaintenanceWindowTaskInvocationParametersFilterSensitiveLog,
296
300
  MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog: () => MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
297
301
  MaintenanceWindowTaskType: () => MaintenanceWindowTaskType,
302
+ MalformedResourcePolicyDocumentException: () => MalformedResourcePolicyDocumentException,
298
303
  MaxDocumentSizeExceeded: () => MaxDocumentSizeExceeded,
299
304
  ModifyDocumentPermissionCommand: () => ModifyDocumentPermissionCommand,
300
305
  NotificationEvent: () => NotificationEvent,
@@ -369,9 +374,11 @@ __export(src_exports, {
369
374
  ResourceDataSyncS3Format: () => ResourceDataSyncS3Format,
370
375
  ResourceInUseException: () => ResourceInUseException,
371
376
  ResourceLimitExceededException: () => ResourceLimitExceededException,
377
+ ResourceNotFoundException: () => ResourceNotFoundException,
372
378
  ResourcePolicyConflictException: () => ResourcePolicyConflictException,
373
379
  ResourcePolicyInvalidParameterException: () => ResourcePolicyInvalidParameterException,
374
380
  ResourcePolicyLimitExceededException: () => ResourcePolicyLimitExceededException,
381
+ ResourcePolicyNotFoundException: () => ResourcePolicyNotFoundException,
375
382
  ResourceType: () => ResourceType,
376
383
  ResourceTypeForTagging: () => ResourceTypeForTagging,
377
384
  ResumeSessionCommand: () => ResumeSessionCommand,
@@ -451,6 +458,7 @@ __export(src_exports, {
451
458
  paginateDescribeInstancePatchStates: () => paginateDescribeInstancePatchStates,
452
459
  paginateDescribeInstancePatchStatesForPatchGroup: () => paginateDescribeInstancePatchStatesForPatchGroup,
453
460
  paginateDescribeInstancePatches: () => paginateDescribeInstancePatches,
461
+ paginateDescribeInstanceProperties: () => paginateDescribeInstanceProperties,
454
462
  paginateDescribeInventoryDeletions: () => paginateDescribeInventoryDeletions,
455
463
  paginateDescribeMaintenanceWindowExecutionTaskInvocations: () => paginateDescribeMaintenanceWindowExecutionTaskInvocations,
456
464
  paginateDescribeMaintenanceWindowExecutionTasks: () => paginateDescribeMaintenanceWindowExecutionTasks,
@@ -643,6 +651,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
643
651
  var import_types = require("@smithy/types");
644
652
 
645
653
  // src/protocols/Aws_json1_1.ts
654
+ var import_core2 = require("@aws-sdk/core");
646
655
 
647
656
 
648
657
  var import_uuid = require("uuid");
@@ -1799,6 +1808,42 @@ var _ResourceDataSyncNotFoundException = class _ResourceDataSyncNotFoundExceptio
1799
1808
  };
1800
1809
  __name(_ResourceDataSyncNotFoundException, "ResourceDataSyncNotFoundException");
1801
1810
  var ResourceDataSyncNotFoundException = _ResourceDataSyncNotFoundException;
1811
+ var _MalformedResourcePolicyDocumentException = class _MalformedResourcePolicyDocumentException extends SSMServiceException {
1812
+ /**
1813
+ * @internal
1814
+ */
1815
+ constructor(opts) {
1816
+ super({
1817
+ name: "MalformedResourcePolicyDocumentException",
1818
+ $fault: "client",
1819
+ ...opts
1820
+ });
1821
+ this.name = "MalformedResourcePolicyDocumentException";
1822
+ this.$fault = "client";
1823
+ Object.setPrototypeOf(this, _MalformedResourcePolicyDocumentException.prototype);
1824
+ this.Message = opts.Message;
1825
+ }
1826
+ };
1827
+ __name(_MalformedResourcePolicyDocumentException, "MalformedResourcePolicyDocumentException");
1828
+ var MalformedResourcePolicyDocumentException = _MalformedResourcePolicyDocumentException;
1829
+ var _ResourceNotFoundException = class _ResourceNotFoundException extends SSMServiceException {
1830
+ /**
1831
+ * @internal
1832
+ */
1833
+ constructor(opts) {
1834
+ super({
1835
+ name: "ResourceNotFoundException",
1836
+ $fault: "client",
1837
+ ...opts
1838
+ });
1839
+ this.name = "ResourceNotFoundException";
1840
+ this.$fault = "client";
1841
+ Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
1842
+ this.Message = opts.Message;
1843
+ }
1844
+ };
1845
+ __name(_ResourceNotFoundException, "ResourceNotFoundException");
1846
+ var ResourceNotFoundException = _ResourceNotFoundException;
1802
1847
  var _ResourcePolicyConflictException = class _ResourcePolicyConflictException extends SSMServiceException {
1803
1848
  /**
1804
1849
  * @internal
@@ -1836,6 +1881,24 @@ var _ResourcePolicyInvalidParameterException = class _ResourcePolicyInvalidParam
1836
1881
  };
1837
1882
  __name(_ResourcePolicyInvalidParameterException, "ResourcePolicyInvalidParameterException");
1838
1883
  var ResourcePolicyInvalidParameterException = _ResourcePolicyInvalidParameterException;
1884
+ var _ResourcePolicyNotFoundException = class _ResourcePolicyNotFoundException extends SSMServiceException {
1885
+ /**
1886
+ * @internal
1887
+ */
1888
+ constructor(opts) {
1889
+ super({
1890
+ name: "ResourcePolicyNotFoundException",
1891
+ $fault: "client",
1892
+ ...opts
1893
+ });
1894
+ this.name = "ResourcePolicyNotFoundException";
1895
+ this.$fault = "client";
1896
+ Object.setPrototypeOf(this, _ResourcePolicyNotFoundException.prototype);
1897
+ this.Message = opts.Message;
1898
+ }
1899
+ };
1900
+ __name(_ResourcePolicyNotFoundException, "ResourcePolicyNotFoundException");
1901
+ var ResourcePolicyNotFoundException = _ResourcePolicyNotFoundException;
1839
1902
  var _TargetInUseException = class _TargetInUseException extends SSMServiceException {
1840
1903
  /**
1841
1904
  * @internal
@@ -2165,6 +2228,41 @@ var InstancePatchStateOperatorType = {
2165
2228
  LESS_THAN: "LessThan",
2166
2229
  NOT_EQUAL: "NotEqual"
2167
2230
  };
2231
+ var InstancePropertyFilterOperator = {
2232
+ BEGIN_WITH: "BeginWith",
2233
+ EQUAL: "Equal",
2234
+ GREATER_THAN: "GreaterThan",
2235
+ LESS_THAN: "LessThan",
2236
+ NOT_EQUAL: "NotEqual"
2237
+ };
2238
+ var InstancePropertyFilterKey = {
2239
+ ACTIVATION_IDS: "ActivationIds",
2240
+ AGENT_VERSION: "AgentVersion",
2241
+ ASSOCIATION_STATUS: "AssociationStatus",
2242
+ DOCUMENT_NAME: "DocumentName",
2243
+ IAM_ROLE: "IamRole",
2244
+ INSTANCE_IDS: "InstanceIds",
2245
+ PING_STATUS: "PingStatus",
2246
+ PLATFORM_TYPES: "PlatformTypes",
2247
+ RESOURCE_TYPE: "ResourceType"
2248
+ };
2249
+ var _InvalidInstancePropertyFilterValue = class _InvalidInstancePropertyFilterValue extends SSMServiceException {
2250
+ /**
2251
+ * @internal
2252
+ */
2253
+ constructor(opts) {
2254
+ super({
2255
+ name: "InvalidInstancePropertyFilterValue",
2256
+ $fault: "client",
2257
+ ...opts
2258
+ });
2259
+ this.name = "InvalidInstancePropertyFilterValue";
2260
+ this.$fault = "client";
2261
+ Object.setPrototypeOf(this, _InvalidInstancePropertyFilterValue.prototype);
2262
+ }
2263
+ };
2264
+ __name(_InvalidInstancePropertyFilterValue, "InvalidInstancePropertyFilterValue");
2265
+ var InvalidInstancePropertyFilterValue = _InvalidInstancePropertyFilterValue;
2168
2266
  var InventoryDeletionStatus = {
2169
2267
  COMPLETE: "Complete",
2170
2268
  IN_PROGRESS: "InProgress"
@@ -2207,10 +2305,6 @@ var MaintenanceWindowResourceType = {
2207
2305
  Instance: "INSTANCE",
2208
2306
  ResourceGroup: "RESOURCE_GROUP"
2209
2307
  };
2210
- var MaintenanceWindowTaskCutoffBehavior = {
2211
- CancelTask: "CANCEL_TASK",
2212
- ContinueTask: "CONTINUE_TASK"
2213
- };
2214
2308
  var CreateAssociationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2215
2309
  ...obj,
2216
2310
  ...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
@@ -2301,22 +2395,13 @@ var DescribeMaintenanceWindowsResultFilterSensitiveLog = /* @__PURE__ */ __name(
2301
2395
  WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentityFilterSensitiveLog(item))
2302
2396
  }
2303
2397
  }), "DescribeMaintenanceWindowsResultFilterSensitiveLog");
2304
- var MaintenanceWindowTargetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2305
- ...obj,
2306
- ...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
2307
- ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
2308
- }), "MaintenanceWindowTargetFilterSensitiveLog");
2309
- var DescribeMaintenanceWindowTargetsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2310
- ...obj,
2311
- ...obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTargetFilterSensitiveLog(item)) }
2312
- }), "DescribeMaintenanceWindowTargetsResultFilterSensitiveLog");
2313
- var MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2314
- ...obj,
2315
- ...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
2316
- }), "MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog");
2317
2398
 
2318
2399
  // src/models/models_1.ts
2319
2400
 
2401
+ var MaintenanceWindowTaskCutoffBehavior = {
2402
+ CancelTask: "CANCEL_TASK",
2403
+ ContinueTask: "CONTINUE_TASK"
2404
+ };
2320
2405
  var OpsItemFilterKey = {
2321
2406
  ACCOUNT_ID: "AccountId",
2322
2407
  ACTUAL_END_TIME: "ActualEndTime",
@@ -3438,64 +3523,19 @@ var _InvalidAutomationExecutionParametersException = class _InvalidAutomationExe
3438
3523
  };
3439
3524
  __name(_InvalidAutomationExecutionParametersException, "InvalidAutomationExecutionParametersException");
3440
3525
  var InvalidAutomationExecutionParametersException = _InvalidAutomationExecutionParametersException;
3441
- var _AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotApprovedException extends SSMServiceException {
3442
- /**
3443
- * @internal
3444
- */
3445
- constructor(opts) {
3446
- super({
3447
- name: "AutomationDefinitionNotApprovedException",
3448
- $fault: "client",
3449
- ...opts
3450
- });
3451
- this.name = "AutomationDefinitionNotApprovedException";
3452
- this.$fault = "client";
3453
- Object.setPrototypeOf(this, _AutomationDefinitionNotApprovedException.prototype);
3454
- this.Message = opts.Message;
3455
- }
3456
- };
3457
- __name(_AutomationDefinitionNotApprovedException, "AutomationDefinitionNotApprovedException");
3458
- var AutomationDefinitionNotApprovedException = _AutomationDefinitionNotApprovedException;
3459
- var _TargetNotConnected = class _TargetNotConnected extends SSMServiceException {
3460
- /**
3461
- * @internal
3462
- */
3463
- constructor(opts) {
3464
- super({
3465
- name: "TargetNotConnected",
3466
- $fault: "client",
3467
- ...opts
3468
- });
3469
- this.name = "TargetNotConnected";
3470
- this.$fault = "client";
3471
- Object.setPrototypeOf(this, _TargetNotConnected.prototype);
3472
- this.Message = opts.Message;
3473
- }
3474
- };
3475
- __name(_TargetNotConnected, "TargetNotConnected");
3476
- var TargetNotConnected = _TargetNotConnected;
3477
- var _InvalidAutomationStatusUpdateException = class _InvalidAutomationStatusUpdateException extends SSMServiceException {
3478
- /**
3479
- * @internal
3480
- */
3481
- constructor(opts) {
3482
- super({
3483
- name: "InvalidAutomationStatusUpdateException",
3484
- $fault: "client",
3485
- ...opts
3486
- });
3487
- this.name = "InvalidAutomationStatusUpdateException";
3488
- this.$fault = "client";
3489
- Object.setPrototypeOf(this, _InvalidAutomationStatusUpdateException.prototype);
3490
- this.Message = opts.Message;
3491
- }
3492
- };
3493
- __name(_InvalidAutomationStatusUpdateException, "InvalidAutomationStatusUpdateException");
3494
- var InvalidAutomationStatusUpdateException = _InvalidAutomationStatusUpdateException;
3495
- var StopType = {
3496
- CANCEL: "Cancel",
3497
- COMPLETE: "Complete"
3498
- };
3526
+ var MaintenanceWindowTargetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3527
+ ...obj,
3528
+ ...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
3529
+ ...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
3530
+ }), "MaintenanceWindowTargetFilterSensitiveLog");
3531
+ var DescribeMaintenanceWindowTargetsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3532
+ ...obj,
3533
+ ...obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTargetFilterSensitiveLog(item)) }
3534
+ }), "DescribeMaintenanceWindowTargetsResultFilterSensitiveLog");
3535
+ var MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3536
+ ...obj,
3537
+ ...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
3538
+ }), "MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog");
3499
3539
  var MaintenanceWindowTaskFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3500
3540
  ...obj,
3501
3541
  ...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
@@ -3627,6 +3667,64 @@ var SendCommandResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3627
3667
 
3628
3668
  // src/models/models_2.ts
3629
3669
 
3670
+ var _AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotApprovedException extends SSMServiceException {
3671
+ /**
3672
+ * @internal
3673
+ */
3674
+ constructor(opts) {
3675
+ super({
3676
+ name: "AutomationDefinitionNotApprovedException",
3677
+ $fault: "client",
3678
+ ...opts
3679
+ });
3680
+ this.name = "AutomationDefinitionNotApprovedException";
3681
+ this.$fault = "client";
3682
+ Object.setPrototypeOf(this, _AutomationDefinitionNotApprovedException.prototype);
3683
+ this.Message = opts.Message;
3684
+ }
3685
+ };
3686
+ __name(_AutomationDefinitionNotApprovedException, "AutomationDefinitionNotApprovedException");
3687
+ var AutomationDefinitionNotApprovedException = _AutomationDefinitionNotApprovedException;
3688
+ var _TargetNotConnected = class _TargetNotConnected extends SSMServiceException {
3689
+ /**
3690
+ * @internal
3691
+ */
3692
+ constructor(opts) {
3693
+ super({
3694
+ name: "TargetNotConnected",
3695
+ $fault: "client",
3696
+ ...opts
3697
+ });
3698
+ this.name = "TargetNotConnected";
3699
+ this.$fault = "client";
3700
+ Object.setPrototypeOf(this, _TargetNotConnected.prototype);
3701
+ this.Message = opts.Message;
3702
+ }
3703
+ };
3704
+ __name(_TargetNotConnected, "TargetNotConnected");
3705
+ var TargetNotConnected = _TargetNotConnected;
3706
+ var _InvalidAutomationStatusUpdateException = class _InvalidAutomationStatusUpdateException extends SSMServiceException {
3707
+ /**
3708
+ * @internal
3709
+ */
3710
+ constructor(opts) {
3711
+ super({
3712
+ name: "InvalidAutomationStatusUpdateException",
3713
+ $fault: "client",
3714
+ ...opts
3715
+ });
3716
+ this.name = "InvalidAutomationStatusUpdateException";
3717
+ this.$fault = "client";
3718
+ Object.setPrototypeOf(this, _InvalidAutomationStatusUpdateException.prototype);
3719
+ this.Message = opts.Message;
3720
+ }
3721
+ };
3722
+ __name(_InvalidAutomationStatusUpdateException, "InvalidAutomationStatusUpdateException");
3723
+ var InvalidAutomationStatusUpdateException = _InvalidAutomationStatusUpdateException;
3724
+ var StopType = {
3725
+ CANCEL: "Cancel",
3726
+ COMPLETE: "Complete"
3727
+ };
3630
3728
  var _AssociationVersionLimitExceeded = class _AssociationVersionLimitExceeded extends SSMServiceException {
3631
3729
  /**
3632
3730
  * @internal
@@ -4105,6 +4203,12 @@ var se_DescribeInstancePatchStatesForPatchGroupCommand = /* @__PURE__ */ __name(
4105
4203
  body = JSON.stringify((0, import_smithy_client._json)(input));
4106
4204
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4107
4205
  }, "se_DescribeInstancePatchStatesForPatchGroupCommand");
4206
+ var se_DescribeInstancePropertiesCommand = /* @__PURE__ */ __name(async (input, context) => {
4207
+ const headers = sharedHeaders("DescribeInstanceProperties");
4208
+ let body;
4209
+ body = JSON.stringify((0, import_smithy_client._json)(input));
4210
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4211
+ }, "se_DescribeInstancePropertiesCommand");
4108
4212
  var se_DescribeInventoryDeletionsCommand = /* @__PURE__ */ __name(async (input, context) => {
4109
4213
  const headers = sharedHeaders("DescribeInventoryDeletions");
4110
4214
  let body;
@@ -4673,7 +4777,7 @@ var de_AddTagsToResourceCommand = /* @__PURE__ */ __name(async (output, context)
4673
4777
  if (output.statusCode >= 300) {
4674
4778
  return de_CommandError(output, context);
4675
4779
  }
4676
- const data = await parseBody(output.body, context);
4780
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4677
4781
  let contents = {};
4678
4782
  contents = (0, import_smithy_client._json)(data);
4679
4783
  const response = {
@@ -4686,7 +4790,7 @@ var de_AssociateOpsItemRelatedItemCommand = /* @__PURE__ */ __name(async (output
4686
4790
  if (output.statusCode >= 300) {
4687
4791
  return de_CommandError(output, context);
4688
4792
  }
4689
- const data = await parseBody(output.body, context);
4793
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4690
4794
  let contents = {};
4691
4795
  contents = (0, import_smithy_client._json)(data);
4692
4796
  const response = {
@@ -4699,7 +4803,7 @@ var de_CancelCommandCommand = /* @__PURE__ */ __name(async (output, context) =>
4699
4803
  if (output.statusCode >= 300) {
4700
4804
  return de_CommandError(output, context);
4701
4805
  }
4702
- const data = await parseBody(output.body, context);
4806
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4703
4807
  let contents = {};
4704
4808
  contents = (0, import_smithy_client._json)(data);
4705
4809
  const response = {
@@ -4712,7 +4816,7 @@ var de_CancelMaintenanceWindowExecutionCommand = /* @__PURE__ */ __name(async (o
4712
4816
  if (output.statusCode >= 300) {
4713
4817
  return de_CommandError(output, context);
4714
4818
  }
4715
- const data = await parseBody(output.body, context);
4819
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4716
4820
  let contents = {};
4717
4821
  contents = (0, import_smithy_client._json)(data);
4718
4822
  const response = {
@@ -4725,7 +4829,7 @@ var de_CreateActivationCommand = /* @__PURE__ */ __name(async (output, context)
4725
4829
  if (output.statusCode >= 300) {
4726
4830
  return de_CommandError(output, context);
4727
4831
  }
4728
- const data = await parseBody(output.body, context);
4832
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4729
4833
  let contents = {};
4730
4834
  contents = (0, import_smithy_client._json)(data);
4731
4835
  const response = {
@@ -4738,7 +4842,7 @@ var de_CreateAssociationCommand = /* @__PURE__ */ __name(async (output, context)
4738
4842
  if (output.statusCode >= 300) {
4739
4843
  return de_CommandError(output, context);
4740
4844
  }
4741
- const data = await parseBody(output.body, context);
4845
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4742
4846
  let contents = {};
4743
4847
  contents = de_CreateAssociationResult(data, context);
4744
4848
  const response = {
@@ -4751,7 +4855,7 @@ var de_CreateAssociationBatchCommand = /* @__PURE__ */ __name(async (output, con
4751
4855
  if (output.statusCode >= 300) {
4752
4856
  return de_CommandError(output, context);
4753
4857
  }
4754
- const data = await parseBody(output.body, context);
4858
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4755
4859
  let contents = {};
4756
4860
  contents = de_CreateAssociationBatchResult(data, context);
4757
4861
  const response = {
@@ -4764,7 +4868,7 @@ var de_CreateDocumentCommand = /* @__PURE__ */ __name(async (output, context) =>
4764
4868
  if (output.statusCode >= 300) {
4765
4869
  return de_CommandError(output, context);
4766
4870
  }
4767
- const data = await parseBody(output.body, context);
4871
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4768
4872
  let contents = {};
4769
4873
  contents = de_CreateDocumentResult(data, context);
4770
4874
  const response = {
@@ -4777,7 +4881,7 @@ var de_CreateMaintenanceWindowCommand = /* @__PURE__ */ __name(async (output, co
4777
4881
  if (output.statusCode >= 300) {
4778
4882
  return de_CommandError(output, context);
4779
4883
  }
4780
- const data = await parseBody(output.body, context);
4884
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4781
4885
  let contents = {};
4782
4886
  contents = (0, import_smithy_client._json)(data);
4783
4887
  const response = {
@@ -4790,7 +4894,7 @@ var de_CreateOpsItemCommand = /* @__PURE__ */ __name(async (output, context) =>
4790
4894
  if (output.statusCode >= 300) {
4791
4895
  return de_CommandError(output, context);
4792
4896
  }
4793
- const data = await parseBody(output.body, context);
4897
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4794
4898
  let contents = {};
4795
4899
  contents = (0, import_smithy_client._json)(data);
4796
4900
  const response = {
@@ -4803,7 +4907,7 @@ var de_CreateOpsMetadataCommand = /* @__PURE__ */ __name(async (output, context)
4803
4907
  if (output.statusCode >= 300) {
4804
4908
  return de_CommandError(output, context);
4805
4909
  }
4806
- const data = await parseBody(output.body, context);
4910
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4807
4911
  let contents = {};
4808
4912
  contents = (0, import_smithy_client._json)(data);
4809
4913
  const response = {
@@ -4816,7 +4920,7 @@ var de_CreatePatchBaselineCommand = /* @__PURE__ */ __name(async (output, contex
4816
4920
  if (output.statusCode >= 300) {
4817
4921
  return de_CommandError(output, context);
4818
4922
  }
4819
- const data = await parseBody(output.body, context);
4923
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4820
4924
  let contents = {};
4821
4925
  contents = (0, import_smithy_client._json)(data);
4822
4926
  const response = {
@@ -4829,7 +4933,7 @@ var de_CreateResourceDataSyncCommand = /* @__PURE__ */ __name(async (output, con
4829
4933
  if (output.statusCode >= 300) {
4830
4934
  return de_CommandError(output, context);
4831
4935
  }
4832
- const data = await parseBody(output.body, context);
4936
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4833
4937
  let contents = {};
4834
4938
  contents = (0, import_smithy_client._json)(data);
4835
4939
  const response = {
@@ -4842,7 +4946,7 @@ var de_DeleteActivationCommand = /* @__PURE__ */ __name(async (output, context)
4842
4946
  if (output.statusCode >= 300) {
4843
4947
  return de_CommandError(output, context);
4844
4948
  }
4845
- const data = await parseBody(output.body, context);
4949
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4846
4950
  let contents = {};
4847
4951
  contents = (0, import_smithy_client._json)(data);
4848
4952
  const response = {
@@ -4855,7 +4959,7 @@ var de_DeleteAssociationCommand = /* @__PURE__ */ __name(async (output, context)
4855
4959
  if (output.statusCode >= 300) {
4856
4960
  return de_CommandError(output, context);
4857
4961
  }
4858
- const data = await parseBody(output.body, context);
4962
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4859
4963
  let contents = {};
4860
4964
  contents = (0, import_smithy_client._json)(data);
4861
4965
  const response = {
@@ -4868,7 +4972,7 @@ var de_DeleteDocumentCommand = /* @__PURE__ */ __name(async (output, context) =>
4868
4972
  if (output.statusCode >= 300) {
4869
4973
  return de_CommandError(output, context);
4870
4974
  }
4871
- const data = await parseBody(output.body, context);
4975
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4872
4976
  let contents = {};
4873
4977
  contents = (0, import_smithy_client._json)(data);
4874
4978
  const response = {
@@ -4881,7 +4985,7 @@ var de_DeleteInventoryCommand = /* @__PURE__ */ __name(async (output, context) =
4881
4985
  if (output.statusCode >= 300) {
4882
4986
  return de_CommandError(output, context);
4883
4987
  }
4884
- const data = await parseBody(output.body, context);
4988
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4885
4989
  let contents = {};
4886
4990
  contents = (0, import_smithy_client._json)(data);
4887
4991
  const response = {
@@ -4894,7 +4998,7 @@ var de_DeleteMaintenanceWindowCommand = /* @__PURE__ */ __name(async (output, co
4894
4998
  if (output.statusCode >= 300) {
4895
4999
  return de_CommandError(output, context);
4896
5000
  }
4897
- const data = await parseBody(output.body, context);
5001
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4898
5002
  let contents = {};
4899
5003
  contents = (0, import_smithy_client._json)(data);
4900
5004
  const response = {
@@ -4907,7 +5011,7 @@ var de_DeleteOpsItemCommand = /* @__PURE__ */ __name(async (output, context) =>
4907
5011
  if (output.statusCode >= 300) {
4908
5012
  return de_CommandError(output, context);
4909
5013
  }
4910
- const data = await parseBody(output.body, context);
5014
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4911
5015
  let contents = {};
4912
5016
  contents = (0, import_smithy_client._json)(data);
4913
5017
  const response = {
@@ -4920,7 +5024,7 @@ var de_DeleteOpsMetadataCommand = /* @__PURE__ */ __name(async (output, context)
4920
5024
  if (output.statusCode >= 300) {
4921
5025
  return de_CommandError(output, context);
4922
5026
  }
4923
- const data = await parseBody(output.body, context);
5027
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4924
5028
  let contents = {};
4925
5029
  contents = (0, import_smithy_client._json)(data);
4926
5030
  const response = {
@@ -4933,7 +5037,7 @@ var de_DeleteParameterCommand = /* @__PURE__ */ __name(async (output, context) =
4933
5037
  if (output.statusCode >= 300) {
4934
5038
  return de_CommandError(output, context);
4935
5039
  }
4936
- const data = await parseBody(output.body, context);
5040
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4937
5041
  let contents = {};
4938
5042
  contents = (0, import_smithy_client._json)(data);
4939
5043
  const response = {
@@ -4946,7 +5050,7 @@ var de_DeleteParametersCommand = /* @__PURE__ */ __name(async (output, context)
4946
5050
  if (output.statusCode >= 300) {
4947
5051
  return de_CommandError(output, context);
4948
5052
  }
4949
- const data = await parseBody(output.body, context);
5053
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4950
5054
  let contents = {};
4951
5055
  contents = (0, import_smithy_client._json)(data);
4952
5056
  const response = {
@@ -4959,7 +5063,7 @@ var de_DeletePatchBaselineCommand = /* @__PURE__ */ __name(async (output, contex
4959
5063
  if (output.statusCode >= 300) {
4960
5064
  return de_CommandError(output, context);
4961
5065
  }
4962
- const data = await parseBody(output.body, context);
5066
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4963
5067
  let contents = {};
4964
5068
  contents = (0, import_smithy_client._json)(data);
4965
5069
  const response = {
@@ -4972,7 +5076,7 @@ var de_DeleteResourceDataSyncCommand = /* @__PURE__ */ __name(async (output, con
4972
5076
  if (output.statusCode >= 300) {
4973
5077
  return de_CommandError(output, context);
4974
5078
  }
4975
- const data = await parseBody(output.body, context);
5079
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4976
5080
  let contents = {};
4977
5081
  contents = (0, import_smithy_client._json)(data);
4978
5082
  const response = {
@@ -4985,7 +5089,7 @@ var de_DeleteResourcePolicyCommand = /* @__PURE__ */ __name(async (output, conte
4985
5089
  if (output.statusCode >= 300) {
4986
5090
  return de_CommandError(output, context);
4987
5091
  }
4988
- const data = await parseBody(output.body, context);
5092
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
4989
5093
  let contents = {};
4990
5094
  contents = (0, import_smithy_client._json)(data);
4991
5095
  const response = {
@@ -4998,7 +5102,7 @@ var de_DeregisterManagedInstanceCommand = /* @__PURE__ */ __name(async (output,
4998
5102
  if (output.statusCode >= 300) {
4999
5103
  return de_CommandError(output, context);
5000
5104
  }
5001
- const data = await parseBody(output.body, context);
5105
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5002
5106
  let contents = {};
5003
5107
  contents = (0, import_smithy_client._json)(data);
5004
5108
  const response = {
@@ -5011,7 +5115,7 @@ var de_DeregisterPatchBaselineForPatchGroupCommand = /* @__PURE__ */ __name(asyn
5011
5115
  if (output.statusCode >= 300) {
5012
5116
  return de_CommandError(output, context);
5013
5117
  }
5014
- const data = await parseBody(output.body, context);
5118
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5015
5119
  let contents = {};
5016
5120
  contents = (0, import_smithy_client._json)(data);
5017
5121
  const response = {
@@ -5024,7 +5128,7 @@ var de_DeregisterTargetFromMaintenanceWindowCommand = /* @__PURE__ */ __name(asy
5024
5128
  if (output.statusCode >= 300) {
5025
5129
  return de_CommandError(output, context);
5026
5130
  }
5027
- const data = await parseBody(output.body, context);
5131
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5028
5132
  let contents = {};
5029
5133
  contents = (0, import_smithy_client._json)(data);
5030
5134
  const response = {
@@ -5037,7 +5141,7 @@ var de_DeregisterTaskFromMaintenanceWindowCommand = /* @__PURE__ */ __name(async
5037
5141
  if (output.statusCode >= 300) {
5038
5142
  return de_CommandError(output, context);
5039
5143
  }
5040
- const data = await parseBody(output.body, context);
5144
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5041
5145
  let contents = {};
5042
5146
  contents = (0, import_smithy_client._json)(data);
5043
5147
  const response = {
@@ -5050,7 +5154,7 @@ var de_DescribeActivationsCommand = /* @__PURE__ */ __name(async (output, contex
5050
5154
  if (output.statusCode >= 300) {
5051
5155
  return de_CommandError(output, context);
5052
5156
  }
5053
- const data = await parseBody(output.body, context);
5157
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5054
5158
  let contents = {};
5055
5159
  contents = de_DescribeActivationsResult(data, context);
5056
5160
  const response = {
@@ -5063,7 +5167,7 @@ var de_DescribeAssociationCommand = /* @__PURE__ */ __name(async (output, contex
5063
5167
  if (output.statusCode >= 300) {
5064
5168
  return de_CommandError(output, context);
5065
5169
  }
5066
- const data = await parseBody(output.body, context);
5170
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5067
5171
  let contents = {};
5068
5172
  contents = de_DescribeAssociationResult(data, context);
5069
5173
  const response = {
@@ -5076,7 +5180,7 @@ var de_DescribeAssociationExecutionsCommand = /* @__PURE__ */ __name(async (outp
5076
5180
  if (output.statusCode >= 300) {
5077
5181
  return de_CommandError(output, context);
5078
5182
  }
5079
- const data = await parseBody(output.body, context);
5183
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5080
5184
  let contents = {};
5081
5185
  contents = de_DescribeAssociationExecutionsResult(data, context);
5082
5186
  const response = {
@@ -5089,7 +5193,7 @@ var de_DescribeAssociationExecutionTargetsCommand = /* @__PURE__ */ __name(async
5089
5193
  if (output.statusCode >= 300) {
5090
5194
  return de_CommandError(output, context);
5091
5195
  }
5092
- const data = await parseBody(output.body, context);
5196
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5093
5197
  let contents = {};
5094
5198
  contents = de_DescribeAssociationExecutionTargetsResult(data, context);
5095
5199
  const response = {
@@ -5102,7 +5206,7 @@ var de_DescribeAutomationExecutionsCommand = /* @__PURE__ */ __name(async (outpu
5102
5206
  if (output.statusCode >= 300) {
5103
5207
  return de_CommandError(output, context);
5104
5208
  }
5105
- const data = await parseBody(output.body, context);
5209
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5106
5210
  let contents = {};
5107
5211
  contents = de_DescribeAutomationExecutionsResult(data, context);
5108
5212
  const response = {
@@ -5115,7 +5219,7 @@ var de_DescribeAutomationStepExecutionsCommand = /* @__PURE__ */ __name(async (o
5115
5219
  if (output.statusCode >= 300) {
5116
5220
  return de_CommandError(output, context);
5117
5221
  }
5118
- const data = await parseBody(output.body, context);
5222
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5119
5223
  let contents = {};
5120
5224
  contents = de_DescribeAutomationStepExecutionsResult(data, context);
5121
5225
  const response = {
@@ -5128,7 +5232,7 @@ var de_DescribeAvailablePatchesCommand = /* @__PURE__ */ __name(async (output, c
5128
5232
  if (output.statusCode >= 300) {
5129
5233
  return de_CommandError(output, context);
5130
5234
  }
5131
- const data = await parseBody(output.body, context);
5235
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5132
5236
  let contents = {};
5133
5237
  contents = de_DescribeAvailablePatchesResult(data, context);
5134
5238
  const response = {
@@ -5141,7 +5245,7 @@ var de_DescribeDocumentCommand = /* @__PURE__ */ __name(async (output, context)
5141
5245
  if (output.statusCode >= 300) {
5142
5246
  return de_CommandError(output, context);
5143
5247
  }
5144
- const data = await parseBody(output.body, context);
5248
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5145
5249
  let contents = {};
5146
5250
  contents = de_DescribeDocumentResult(data, context);
5147
5251
  const response = {
@@ -5154,7 +5258,7 @@ var de_DescribeDocumentPermissionCommand = /* @__PURE__ */ __name(async (output,
5154
5258
  if (output.statusCode >= 300) {
5155
5259
  return de_CommandError(output, context);
5156
5260
  }
5157
- const data = await parseBody(output.body, context);
5261
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5158
5262
  let contents = {};
5159
5263
  contents = (0, import_smithy_client._json)(data);
5160
5264
  const response = {
@@ -5167,7 +5271,7 @@ var de_DescribeEffectiveInstanceAssociationsCommand = /* @__PURE__ */ __name(asy
5167
5271
  if (output.statusCode >= 300) {
5168
5272
  return de_CommandError(output, context);
5169
5273
  }
5170
- const data = await parseBody(output.body, context);
5274
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5171
5275
  let contents = {};
5172
5276
  contents = (0, import_smithy_client._json)(data);
5173
5277
  const response = {
@@ -5180,7 +5284,7 @@ var de_DescribeEffectivePatchesForPatchBaselineCommand = /* @__PURE__ */ __name(
5180
5284
  if (output.statusCode >= 300) {
5181
5285
  return de_CommandError(output, context);
5182
5286
  }
5183
- const data = await parseBody(output.body, context);
5287
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5184
5288
  let contents = {};
5185
5289
  contents = de_DescribeEffectivePatchesForPatchBaselineResult(data, context);
5186
5290
  const response = {
@@ -5193,7 +5297,7 @@ var de_DescribeInstanceAssociationsStatusCommand = /* @__PURE__ */ __name(async
5193
5297
  if (output.statusCode >= 300) {
5194
5298
  return de_CommandError(output, context);
5195
5299
  }
5196
- const data = await parseBody(output.body, context);
5300
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5197
5301
  let contents = {};
5198
5302
  contents = de_DescribeInstanceAssociationsStatusResult(data, context);
5199
5303
  const response = {
@@ -5206,7 +5310,7 @@ var de_DescribeInstanceInformationCommand = /* @__PURE__ */ __name(async (output
5206
5310
  if (output.statusCode >= 300) {
5207
5311
  return de_CommandError(output, context);
5208
5312
  }
5209
- const data = await parseBody(output.body, context);
5313
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5210
5314
  let contents = {};
5211
5315
  contents = de_DescribeInstanceInformationResult(data, context);
5212
5316
  const response = {
@@ -5219,7 +5323,7 @@ var de_DescribeInstancePatchesCommand = /* @__PURE__ */ __name(async (output, co
5219
5323
  if (output.statusCode >= 300) {
5220
5324
  return de_CommandError(output, context);
5221
5325
  }
5222
- const data = await parseBody(output.body, context);
5326
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5223
5327
  let contents = {};
5224
5328
  contents = de_DescribeInstancePatchesResult(data, context);
5225
5329
  const response = {
@@ -5232,7 +5336,7 @@ var de_DescribeInstancePatchStatesCommand = /* @__PURE__ */ __name(async (output
5232
5336
  if (output.statusCode >= 300) {
5233
5337
  return de_CommandError(output, context);
5234
5338
  }
5235
- const data = await parseBody(output.body, context);
5339
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5236
5340
  let contents = {};
5237
5341
  contents = de_DescribeInstancePatchStatesResult(data, context);
5238
5342
  const response = {
@@ -5245,7 +5349,7 @@ var de_DescribeInstancePatchStatesForPatchGroupCommand = /* @__PURE__ */ __name(
5245
5349
  if (output.statusCode >= 300) {
5246
5350
  return de_CommandError(output, context);
5247
5351
  }
5248
- const data = await parseBody(output.body, context);
5352
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5249
5353
  let contents = {};
5250
5354
  contents = de_DescribeInstancePatchStatesForPatchGroupResult(data, context);
5251
5355
  const response = {
@@ -5254,11 +5358,24 @@ var de_DescribeInstancePatchStatesForPatchGroupCommand = /* @__PURE__ */ __name(
5254
5358
  };
5255
5359
  return response;
5256
5360
  }, "de_DescribeInstancePatchStatesForPatchGroupCommand");
5361
+ var de_DescribeInstancePropertiesCommand = /* @__PURE__ */ __name(async (output, context) => {
5362
+ if (output.statusCode >= 300) {
5363
+ return de_CommandError(output, context);
5364
+ }
5365
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5366
+ let contents = {};
5367
+ contents = de_DescribeInstancePropertiesResult(data, context);
5368
+ const response = {
5369
+ $metadata: deserializeMetadata(output),
5370
+ ...contents
5371
+ };
5372
+ return response;
5373
+ }, "de_DescribeInstancePropertiesCommand");
5257
5374
  var de_DescribeInventoryDeletionsCommand = /* @__PURE__ */ __name(async (output, context) => {
5258
5375
  if (output.statusCode >= 300) {
5259
5376
  return de_CommandError(output, context);
5260
5377
  }
5261
- const data = await parseBody(output.body, context);
5378
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5262
5379
  let contents = {};
5263
5380
  contents = de_DescribeInventoryDeletionsResult(data, context);
5264
5381
  const response = {
@@ -5271,7 +5388,7 @@ var de_DescribeMaintenanceWindowExecutionsCommand = /* @__PURE__ */ __name(async
5271
5388
  if (output.statusCode >= 300) {
5272
5389
  return de_CommandError(output, context);
5273
5390
  }
5274
- const data = await parseBody(output.body, context);
5391
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5275
5392
  let contents = {};
5276
5393
  contents = de_DescribeMaintenanceWindowExecutionsResult(data, context);
5277
5394
  const response = {
@@ -5284,7 +5401,7 @@ var de_DescribeMaintenanceWindowExecutionTaskInvocationsCommand = /* @__PURE__ *
5284
5401
  if (output.statusCode >= 300) {
5285
5402
  return de_CommandError(output, context);
5286
5403
  }
5287
- const data = await parseBody(output.body, context);
5404
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5288
5405
  let contents = {};
5289
5406
  contents = de_DescribeMaintenanceWindowExecutionTaskInvocationsResult(data, context);
5290
5407
  const response = {
@@ -5297,7 +5414,7 @@ var de_DescribeMaintenanceWindowExecutionTasksCommand = /* @__PURE__ */ __name(a
5297
5414
  if (output.statusCode >= 300) {
5298
5415
  return de_CommandError(output, context);
5299
5416
  }
5300
- const data = await parseBody(output.body, context);
5417
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5301
5418
  let contents = {};
5302
5419
  contents = de_DescribeMaintenanceWindowExecutionTasksResult(data, context);
5303
5420
  const response = {
@@ -5310,7 +5427,7 @@ var de_DescribeMaintenanceWindowsCommand = /* @__PURE__ */ __name(async (output,
5310
5427
  if (output.statusCode >= 300) {
5311
5428
  return de_CommandError(output, context);
5312
5429
  }
5313
- const data = await parseBody(output.body, context);
5430
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5314
5431
  let contents = {};
5315
5432
  contents = (0, import_smithy_client._json)(data);
5316
5433
  const response = {
@@ -5323,7 +5440,7 @@ var de_DescribeMaintenanceWindowScheduleCommand = /* @__PURE__ */ __name(async (
5323
5440
  if (output.statusCode >= 300) {
5324
5441
  return de_CommandError(output, context);
5325
5442
  }
5326
- const data = await parseBody(output.body, context);
5443
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5327
5444
  let contents = {};
5328
5445
  contents = (0, import_smithy_client._json)(data);
5329
5446
  const response = {
@@ -5336,7 +5453,7 @@ var de_DescribeMaintenanceWindowsForTargetCommand = /* @__PURE__ */ __name(async
5336
5453
  if (output.statusCode >= 300) {
5337
5454
  return de_CommandError(output, context);
5338
5455
  }
5339
- const data = await parseBody(output.body, context);
5456
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5340
5457
  let contents = {};
5341
5458
  contents = (0, import_smithy_client._json)(data);
5342
5459
  const response = {
@@ -5349,7 +5466,7 @@ var de_DescribeMaintenanceWindowTargetsCommand = /* @__PURE__ */ __name(async (o
5349
5466
  if (output.statusCode >= 300) {
5350
5467
  return de_CommandError(output, context);
5351
5468
  }
5352
- const data = await parseBody(output.body, context);
5469
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5353
5470
  let contents = {};
5354
5471
  contents = (0, import_smithy_client._json)(data);
5355
5472
  const response = {
@@ -5362,7 +5479,7 @@ var de_DescribeMaintenanceWindowTasksCommand = /* @__PURE__ */ __name(async (out
5362
5479
  if (output.statusCode >= 300) {
5363
5480
  return de_CommandError(output, context);
5364
5481
  }
5365
- const data = await parseBody(output.body, context);
5482
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5366
5483
  let contents = {};
5367
5484
  contents = (0, import_smithy_client._json)(data);
5368
5485
  const response = {
@@ -5375,7 +5492,7 @@ var de_DescribeOpsItemsCommand = /* @__PURE__ */ __name(async (output, context)
5375
5492
  if (output.statusCode >= 300) {
5376
5493
  return de_CommandError(output, context);
5377
5494
  }
5378
- const data = await parseBody(output.body, context);
5495
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5379
5496
  let contents = {};
5380
5497
  contents = de_DescribeOpsItemsResponse(data, context);
5381
5498
  const response = {
@@ -5388,7 +5505,7 @@ var de_DescribeParametersCommand = /* @__PURE__ */ __name(async (output, context
5388
5505
  if (output.statusCode >= 300) {
5389
5506
  return de_CommandError(output, context);
5390
5507
  }
5391
- const data = await parseBody(output.body, context);
5508
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5392
5509
  let contents = {};
5393
5510
  contents = de_DescribeParametersResult(data, context);
5394
5511
  const response = {
@@ -5401,7 +5518,7 @@ var de_DescribePatchBaselinesCommand = /* @__PURE__ */ __name(async (output, con
5401
5518
  if (output.statusCode >= 300) {
5402
5519
  return de_CommandError(output, context);
5403
5520
  }
5404
- const data = await parseBody(output.body, context);
5521
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5405
5522
  let contents = {};
5406
5523
  contents = (0, import_smithy_client._json)(data);
5407
5524
  const response = {
@@ -5414,7 +5531,7 @@ var de_DescribePatchGroupsCommand = /* @__PURE__ */ __name(async (output, contex
5414
5531
  if (output.statusCode >= 300) {
5415
5532
  return de_CommandError(output, context);
5416
5533
  }
5417
- const data = await parseBody(output.body, context);
5534
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5418
5535
  let contents = {};
5419
5536
  contents = (0, import_smithy_client._json)(data);
5420
5537
  const response = {
@@ -5427,7 +5544,7 @@ var de_DescribePatchGroupStateCommand = /* @__PURE__ */ __name(async (output, co
5427
5544
  if (output.statusCode >= 300) {
5428
5545
  return de_CommandError(output, context);
5429
5546
  }
5430
- const data = await parseBody(output.body, context);
5547
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5431
5548
  let contents = {};
5432
5549
  contents = (0, import_smithy_client._json)(data);
5433
5550
  const response = {
@@ -5440,7 +5557,7 @@ var de_DescribePatchPropertiesCommand = /* @__PURE__ */ __name(async (output, co
5440
5557
  if (output.statusCode >= 300) {
5441
5558
  return de_CommandError(output, context);
5442
5559
  }
5443
- const data = await parseBody(output.body, context);
5560
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5444
5561
  let contents = {};
5445
5562
  contents = (0, import_smithy_client._json)(data);
5446
5563
  const response = {
@@ -5453,7 +5570,7 @@ var de_DescribeSessionsCommand = /* @__PURE__ */ __name(async (output, context)
5453
5570
  if (output.statusCode >= 300) {
5454
5571
  return de_CommandError(output, context);
5455
5572
  }
5456
- const data = await parseBody(output.body, context);
5573
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5457
5574
  let contents = {};
5458
5575
  contents = de_DescribeSessionsResponse(data, context);
5459
5576
  const response = {
@@ -5466,7 +5583,7 @@ var de_DisassociateOpsItemRelatedItemCommand = /* @__PURE__ */ __name(async (out
5466
5583
  if (output.statusCode >= 300) {
5467
5584
  return de_CommandError(output, context);
5468
5585
  }
5469
- const data = await parseBody(output.body, context);
5586
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5470
5587
  let contents = {};
5471
5588
  contents = (0, import_smithy_client._json)(data);
5472
5589
  const response = {
@@ -5479,7 +5596,7 @@ var de_GetAutomationExecutionCommand = /* @__PURE__ */ __name(async (output, con
5479
5596
  if (output.statusCode >= 300) {
5480
5597
  return de_CommandError(output, context);
5481
5598
  }
5482
- const data = await parseBody(output.body, context);
5599
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5483
5600
  let contents = {};
5484
5601
  contents = de_GetAutomationExecutionResult(data, context);
5485
5602
  const response = {
@@ -5492,7 +5609,7 @@ var de_GetCalendarStateCommand = /* @__PURE__ */ __name(async (output, context)
5492
5609
  if (output.statusCode >= 300) {
5493
5610
  return de_CommandError(output, context);
5494
5611
  }
5495
- const data = await parseBody(output.body, context);
5612
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5496
5613
  let contents = {};
5497
5614
  contents = (0, import_smithy_client._json)(data);
5498
5615
  const response = {
@@ -5505,7 +5622,7 @@ var de_GetCommandInvocationCommand = /* @__PURE__ */ __name(async (output, conte
5505
5622
  if (output.statusCode >= 300) {
5506
5623
  return de_CommandError(output, context);
5507
5624
  }
5508
- const data = await parseBody(output.body, context);
5625
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5509
5626
  let contents = {};
5510
5627
  contents = (0, import_smithy_client._json)(data);
5511
5628
  const response = {
@@ -5518,7 +5635,7 @@ var de_GetConnectionStatusCommand = /* @__PURE__ */ __name(async (output, contex
5518
5635
  if (output.statusCode >= 300) {
5519
5636
  return de_CommandError(output, context);
5520
5637
  }
5521
- const data = await parseBody(output.body, context);
5638
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5522
5639
  let contents = {};
5523
5640
  contents = (0, import_smithy_client._json)(data);
5524
5641
  const response = {
@@ -5531,7 +5648,7 @@ var de_GetDefaultPatchBaselineCommand = /* @__PURE__ */ __name(async (output, co
5531
5648
  if (output.statusCode >= 300) {
5532
5649
  return de_CommandError(output, context);
5533
5650
  }
5534
- const data = await parseBody(output.body, context);
5651
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5535
5652
  let contents = {};
5536
5653
  contents = (0, import_smithy_client._json)(data);
5537
5654
  const response = {
@@ -5544,7 +5661,7 @@ var de_GetDeployablePatchSnapshotForInstanceCommand = /* @__PURE__ */ __name(asy
5544
5661
  if (output.statusCode >= 300) {
5545
5662
  return de_CommandError(output, context);
5546
5663
  }
5547
- const data = await parseBody(output.body, context);
5664
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5548
5665
  let contents = {};
5549
5666
  contents = (0, import_smithy_client._json)(data);
5550
5667
  const response = {
@@ -5557,7 +5674,7 @@ var de_GetDocumentCommand = /* @__PURE__ */ __name(async (output, context) => {
5557
5674
  if (output.statusCode >= 300) {
5558
5675
  return de_CommandError(output, context);
5559
5676
  }
5560
- const data = await parseBody(output.body, context);
5677
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5561
5678
  let contents = {};
5562
5679
  contents = de_GetDocumentResult(data, context);
5563
5680
  const response = {
@@ -5570,7 +5687,7 @@ var de_GetInventoryCommand = /* @__PURE__ */ __name(async (output, context) => {
5570
5687
  if (output.statusCode >= 300) {
5571
5688
  return de_CommandError(output, context);
5572
5689
  }
5573
- const data = await parseBody(output.body, context);
5690
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5574
5691
  let contents = {};
5575
5692
  contents = (0, import_smithy_client._json)(data);
5576
5693
  const response = {
@@ -5583,7 +5700,7 @@ var de_GetInventorySchemaCommand = /* @__PURE__ */ __name(async (output, context
5583
5700
  if (output.statusCode >= 300) {
5584
5701
  return de_CommandError(output, context);
5585
5702
  }
5586
- const data = await parseBody(output.body, context);
5703
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5587
5704
  let contents = {};
5588
5705
  contents = (0, import_smithy_client._json)(data);
5589
5706
  const response = {
@@ -5596,7 +5713,7 @@ var de_GetMaintenanceWindowCommand = /* @__PURE__ */ __name(async (output, conte
5596
5713
  if (output.statusCode >= 300) {
5597
5714
  return de_CommandError(output, context);
5598
5715
  }
5599
- const data = await parseBody(output.body, context);
5716
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5600
5717
  let contents = {};
5601
5718
  contents = de_GetMaintenanceWindowResult(data, context);
5602
5719
  const response = {
@@ -5609,7 +5726,7 @@ var de_GetMaintenanceWindowExecutionCommand = /* @__PURE__ */ __name(async (outp
5609
5726
  if (output.statusCode >= 300) {
5610
5727
  return de_CommandError(output, context);
5611
5728
  }
5612
- const data = await parseBody(output.body, context);
5729
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5613
5730
  let contents = {};
5614
5731
  contents = de_GetMaintenanceWindowExecutionResult(data, context);
5615
5732
  const response = {
@@ -5622,7 +5739,7 @@ var de_GetMaintenanceWindowExecutionTaskCommand = /* @__PURE__ */ __name(async (
5622
5739
  if (output.statusCode >= 300) {
5623
5740
  return de_CommandError(output, context);
5624
5741
  }
5625
- const data = await parseBody(output.body, context);
5742
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5626
5743
  let contents = {};
5627
5744
  contents = de_GetMaintenanceWindowExecutionTaskResult(data, context);
5628
5745
  const response = {
@@ -5635,7 +5752,7 @@ var de_GetMaintenanceWindowExecutionTaskInvocationCommand = /* @__PURE__ */ __na
5635
5752
  if (output.statusCode >= 300) {
5636
5753
  return de_CommandError(output, context);
5637
5754
  }
5638
- const data = await parseBody(output.body, context);
5755
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5639
5756
  let contents = {};
5640
5757
  contents = de_GetMaintenanceWindowExecutionTaskInvocationResult(data, context);
5641
5758
  const response = {
@@ -5648,7 +5765,7 @@ var de_GetMaintenanceWindowTaskCommand = /* @__PURE__ */ __name(async (output, c
5648
5765
  if (output.statusCode >= 300) {
5649
5766
  return de_CommandError(output, context);
5650
5767
  }
5651
- const data = await parseBody(output.body, context);
5768
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5652
5769
  let contents = {};
5653
5770
  contents = de_GetMaintenanceWindowTaskResult(data, context);
5654
5771
  const response = {
@@ -5661,7 +5778,7 @@ var de_GetOpsItemCommand = /* @__PURE__ */ __name(async (output, context) => {
5661
5778
  if (output.statusCode >= 300) {
5662
5779
  return de_CommandError(output, context);
5663
5780
  }
5664
- const data = await parseBody(output.body, context);
5781
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5665
5782
  let contents = {};
5666
5783
  contents = de_GetOpsItemResponse(data, context);
5667
5784
  const response = {
@@ -5674,7 +5791,7 @@ var de_GetOpsMetadataCommand = /* @__PURE__ */ __name(async (output, context) =>
5674
5791
  if (output.statusCode >= 300) {
5675
5792
  return de_CommandError(output, context);
5676
5793
  }
5677
- const data = await parseBody(output.body, context);
5794
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5678
5795
  let contents = {};
5679
5796
  contents = (0, import_smithy_client._json)(data);
5680
5797
  const response = {
@@ -5687,7 +5804,7 @@ var de_GetOpsSummaryCommand = /* @__PURE__ */ __name(async (output, context) =>
5687
5804
  if (output.statusCode >= 300) {
5688
5805
  return de_CommandError(output, context);
5689
5806
  }
5690
- const data = await parseBody(output.body, context);
5807
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5691
5808
  let contents = {};
5692
5809
  contents = (0, import_smithy_client._json)(data);
5693
5810
  const response = {
@@ -5700,7 +5817,7 @@ var de_GetParameterCommand = /* @__PURE__ */ __name(async (output, context) => {
5700
5817
  if (output.statusCode >= 300) {
5701
5818
  return de_CommandError(output, context);
5702
5819
  }
5703
- const data = await parseBody(output.body, context);
5820
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5704
5821
  let contents = {};
5705
5822
  contents = de_GetParameterResult(data, context);
5706
5823
  const response = {
@@ -5713,7 +5830,7 @@ var de_GetParameterHistoryCommand = /* @__PURE__ */ __name(async (output, contex
5713
5830
  if (output.statusCode >= 300) {
5714
5831
  return de_CommandError(output, context);
5715
5832
  }
5716
- const data = await parseBody(output.body, context);
5833
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5717
5834
  let contents = {};
5718
5835
  contents = de_GetParameterHistoryResult(data, context);
5719
5836
  const response = {
@@ -5726,7 +5843,7 @@ var de_GetParametersCommand = /* @__PURE__ */ __name(async (output, context) =>
5726
5843
  if (output.statusCode >= 300) {
5727
5844
  return de_CommandError(output, context);
5728
5845
  }
5729
- const data = await parseBody(output.body, context);
5846
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5730
5847
  let contents = {};
5731
5848
  contents = de_GetParametersResult(data, context);
5732
5849
  const response = {
@@ -5739,7 +5856,7 @@ var de_GetParametersByPathCommand = /* @__PURE__ */ __name(async (output, contex
5739
5856
  if (output.statusCode >= 300) {
5740
5857
  return de_CommandError(output, context);
5741
5858
  }
5742
- const data = await parseBody(output.body, context);
5859
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5743
5860
  let contents = {};
5744
5861
  contents = de_GetParametersByPathResult(data, context);
5745
5862
  const response = {
@@ -5752,7 +5869,7 @@ var de_GetPatchBaselineCommand = /* @__PURE__ */ __name(async (output, context)
5752
5869
  if (output.statusCode >= 300) {
5753
5870
  return de_CommandError(output, context);
5754
5871
  }
5755
- const data = await parseBody(output.body, context);
5872
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5756
5873
  let contents = {};
5757
5874
  contents = de_GetPatchBaselineResult(data, context);
5758
5875
  const response = {
@@ -5765,7 +5882,7 @@ var de_GetPatchBaselineForPatchGroupCommand = /* @__PURE__ */ __name(async (outp
5765
5882
  if (output.statusCode >= 300) {
5766
5883
  return de_CommandError(output, context);
5767
5884
  }
5768
- const data = await parseBody(output.body, context);
5885
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5769
5886
  let contents = {};
5770
5887
  contents = (0, import_smithy_client._json)(data);
5771
5888
  const response = {
@@ -5778,7 +5895,7 @@ var de_GetResourcePoliciesCommand = /* @__PURE__ */ __name(async (output, contex
5778
5895
  if (output.statusCode >= 300) {
5779
5896
  return de_CommandError(output, context);
5780
5897
  }
5781
- const data = await parseBody(output.body, context);
5898
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5782
5899
  let contents = {};
5783
5900
  contents = (0, import_smithy_client._json)(data);
5784
5901
  const response = {
@@ -5791,7 +5908,7 @@ var de_GetServiceSettingCommand = /* @__PURE__ */ __name(async (output, context)
5791
5908
  if (output.statusCode >= 300) {
5792
5909
  return de_CommandError(output, context);
5793
5910
  }
5794
- const data = await parseBody(output.body, context);
5911
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5795
5912
  let contents = {};
5796
5913
  contents = de_GetServiceSettingResult(data, context);
5797
5914
  const response = {
@@ -5804,7 +5921,7 @@ var de_LabelParameterVersionCommand = /* @__PURE__ */ __name(async (output, cont
5804
5921
  if (output.statusCode >= 300) {
5805
5922
  return de_CommandError(output, context);
5806
5923
  }
5807
- const data = await parseBody(output.body, context);
5924
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5808
5925
  let contents = {};
5809
5926
  contents = (0, import_smithy_client._json)(data);
5810
5927
  const response = {
@@ -5817,7 +5934,7 @@ var de_ListAssociationsCommand = /* @__PURE__ */ __name(async (output, context)
5817
5934
  if (output.statusCode >= 300) {
5818
5935
  return de_CommandError(output, context);
5819
5936
  }
5820
- const data = await parseBody(output.body, context);
5937
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5821
5938
  let contents = {};
5822
5939
  contents = de_ListAssociationsResult(data, context);
5823
5940
  const response = {
@@ -5830,7 +5947,7 @@ var de_ListAssociationVersionsCommand = /* @__PURE__ */ __name(async (output, co
5830
5947
  if (output.statusCode >= 300) {
5831
5948
  return de_CommandError(output, context);
5832
5949
  }
5833
- const data = await parseBody(output.body, context);
5950
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5834
5951
  let contents = {};
5835
5952
  contents = de_ListAssociationVersionsResult(data, context);
5836
5953
  const response = {
@@ -5843,7 +5960,7 @@ var de_ListCommandInvocationsCommand = /* @__PURE__ */ __name(async (output, con
5843
5960
  if (output.statusCode >= 300) {
5844
5961
  return de_CommandError(output, context);
5845
5962
  }
5846
- const data = await parseBody(output.body, context);
5963
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5847
5964
  let contents = {};
5848
5965
  contents = de_ListCommandInvocationsResult(data, context);
5849
5966
  const response = {
@@ -5856,7 +5973,7 @@ var de_ListCommandsCommand = /* @__PURE__ */ __name(async (output, context) => {
5856
5973
  if (output.statusCode >= 300) {
5857
5974
  return de_CommandError(output, context);
5858
5975
  }
5859
- const data = await parseBody(output.body, context);
5976
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5860
5977
  let contents = {};
5861
5978
  contents = de_ListCommandsResult(data, context);
5862
5979
  const response = {
@@ -5869,7 +5986,7 @@ var de_ListComplianceItemsCommand = /* @__PURE__ */ __name(async (output, contex
5869
5986
  if (output.statusCode >= 300) {
5870
5987
  return de_CommandError(output, context);
5871
5988
  }
5872
- const data = await parseBody(output.body, context);
5989
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5873
5990
  let contents = {};
5874
5991
  contents = de_ListComplianceItemsResult(data, context);
5875
5992
  const response = {
@@ -5882,7 +5999,7 @@ var de_ListComplianceSummariesCommand = /* @__PURE__ */ __name(async (output, co
5882
5999
  if (output.statusCode >= 300) {
5883
6000
  return de_CommandError(output, context);
5884
6001
  }
5885
- const data = await parseBody(output.body, context);
6002
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5886
6003
  let contents = {};
5887
6004
  contents = (0, import_smithy_client._json)(data);
5888
6005
  const response = {
@@ -5895,7 +6012,7 @@ var de_ListDocumentMetadataHistoryCommand = /* @__PURE__ */ __name(async (output
5895
6012
  if (output.statusCode >= 300) {
5896
6013
  return de_CommandError(output, context);
5897
6014
  }
5898
- const data = await parseBody(output.body, context);
6015
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5899
6016
  let contents = {};
5900
6017
  contents = de_ListDocumentMetadataHistoryResponse(data, context);
5901
6018
  const response = {
@@ -5908,7 +6025,7 @@ var de_ListDocumentsCommand = /* @__PURE__ */ __name(async (output, context) =>
5908
6025
  if (output.statusCode >= 300) {
5909
6026
  return de_CommandError(output, context);
5910
6027
  }
5911
- const data = await parseBody(output.body, context);
6028
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5912
6029
  let contents = {};
5913
6030
  contents = de_ListDocumentsResult(data, context);
5914
6031
  const response = {
@@ -5921,7 +6038,7 @@ var de_ListDocumentVersionsCommand = /* @__PURE__ */ __name(async (output, conte
5921
6038
  if (output.statusCode >= 300) {
5922
6039
  return de_CommandError(output, context);
5923
6040
  }
5924
- const data = await parseBody(output.body, context);
6041
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5925
6042
  let contents = {};
5926
6043
  contents = de_ListDocumentVersionsResult(data, context);
5927
6044
  const response = {
@@ -5934,7 +6051,7 @@ var de_ListInventoryEntriesCommand = /* @__PURE__ */ __name(async (output, conte
5934
6051
  if (output.statusCode >= 300) {
5935
6052
  return de_CommandError(output, context);
5936
6053
  }
5937
- const data = await parseBody(output.body, context);
6054
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5938
6055
  let contents = {};
5939
6056
  contents = (0, import_smithy_client._json)(data);
5940
6057
  const response = {
@@ -5947,7 +6064,7 @@ var de_ListOpsItemEventsCommand = /* @__PURE__ */ __name(async (output, context)
5947
6064
  if (output.statusCode >= 300) {
5948
6065
  return de_CommandError(output, context);
5949
6066
  }
5950
- const data = await parseBody(output.body, context);
6067
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5951
6068
  let contents = {};
5952
6069
  contents = de_ListOpsItemEventsResponse(data, context);
5953
6070
  const response = {
@@ -5960,7 +6077,7 @@ var de_ListOpsItemRelatedItemsCommand = /* @__PURE__ */ __name(async (output, co
5960
6077
  if (output.statusCode >= 300) {
5961
6078
  return de_CommandError(output, context);
5962
6079
  }
5963
- const data = await parseBody(output.body, context);
6080
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5964
6081
  let contents = {};
5965
6082
  contents = de_ListOpsItemRelatedItemsResponse(data, context);
5966
6083
  const response = {
@@ -5973,7 +6090,7 @@ var de_ListOpsMetadataCommand = /* @__PURE__ */ __name(async (output, context) =
5973
6090
  if (output.statusCode >= 300) {
5974
6091
  return de_CommandError(output, context);
5975
6092
  }
5976
- const data = await parseBody(output.body, context);
6093
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5977
6094
  let contents = {};
5978
6095
  contents = de_ListOpsMetadataResult(data, context);
5979
6096
  const response = {
@@ -5986,7 +6103,7 @@ var de_ListResourceComplianceSummariesCommand = /* @__PURE__ */ __name(async (ou
5986
6103
  if (output.statusCode >= 300) {
5987
6104
  return de_CommandError(output, context);
5988
6105
  }
5989
- const data = await parseBody(output.body, context);
6106
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
5990
6107
  let contents = {};
5991
6108
  contents = de_ListResourceComplianceSummariesResult(data, context);
5992
6109
  const response = {
@@ -5999,7 +6116,7 @@ var de_ListResourceDataSyncCommand = /* @__PURE__ */ __name(async (output, conte
5999
6116
  if (output.statusCode >= 300) {
6000
6117
  return de_CommandError(output, context);
6001
6118
  }
6002
- const data = await parseBody(output.body, context);
6119
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6003
6120
  let contents = {};
6004
6121
  contents = de_ListResourceDataSyncResult(data, context);
6005
6122
  const response = {
@@ -6012,7 +6129,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
6012
6129
  if (output.statusCode >= 300) {
6013
6130
  return de_CommandError(output, context);
6014
6131
  }
6015
- const data = await parseBody(output.body, context);
6132
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6016
6133
  let contents = {};
6017
6134
  contents = (0, import_smithy_client._json)(data);
6018
6135
  const response = {
@@ -6025,7 +6142,7 @@ var de_ModifyDocumentPermissionCommand = /* @__PURE__ */ __name(async (output, c
6025
6142
  if (output.statusCode >= 300) {
6026
6143
  return de_CommandError(output, context);
6027
6144
  }
6028
- const data = await parseBody(output.body, context);
6145
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6029
6146
  let contents = {};
6030
6147
  contents = (0, import_smithy_client._json)(data);
6031
6148
  const response = {
@@ -6038,7 +6155,7 @@ var de_PutComplianceItemsCommand = /* @__PURE__ */ __name(async (output, context
6038
6155
  if (output.statusCode >= 300) {
6039
6156
  return de_CommandError(output, context);
6040
6157
  }
6041
- const data = await parseBody(output.body, context);
6158
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6042
6159
  let contents = {};
6043
6160
  contents = (0, import_smithy_client._json)(data);
6044
6161
  const response = {
@@ -6051,7 +6168,7 @@ var de_PutInventoryCommand = /* @__PURE__ */ __name(async (output, context) => {
6051
6168
  if (output.statusCode >= 300) {
6052
6169
  return de_CommandError(output, context);
6053
6170
  }
6054
- const data = await parseBody(output.body, context);
6171
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6055
6172
  let contents = {};
6056
6173
  contents = (0, import_smithy_client._json)(data);
6057
6174
  const response = {
@@ -6064,7 +6181,7 @@ var de_PutParameterCommand = /* @__PURE__ */ __name(async (output, context) => {
6064
6181
  if (output.statusCode >= 300) {
6065
6182
  return de_CommandError(output, context);
6066
6183
  }
6067
- const data = await parseBody(output.body, context);
6184
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6068
6185
  let contents = {};
6069
6186
  contents = (0, import_smithy_client._json)(data);
6070
6187
  const response = {
@@ -6077,7 +6194,7 @@ var de_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context)
6077
6194
  if (output.statusCode >= 300) {
6078
6195
  return de_CommandError(output, context);
6079
6196
  }
6080
- const data = await parseBody(output.body, context);
6197
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6081
6198
  let contents = {};
6082
6199
  contents = (0, import_smithy_client._json)(data);
6083
6200
  const response = {
@@ -6090,7 +6207,7 @@ var de_RegisterDefaultPatchBaselineCommand = /* @__PURE__ */ __name(async (outpu
6090
6207
  if (output.statusCode >= 300) {
6091
6208
  return de_CommandError(output, context);
6092
6209
  }
6093
- const data = await parseBody(output.body, context);
6210
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6094
6211
  let contents = {};
6095
6212
  contents = (0, import_smithy_client._json)(data);
6096
6213
  const response = {
@@ -6103,7 +6220,7 @@ var de_RegisterPatchBaselineForPatchGroupCommand = /* @__PURE__ */ __name(async
6103
6220
  if (output.statusCode >= 300) {
6104
6221
  return de_CommandError(output, context);
6105
6222
  }
6106
- const data = await parseBody(output.body, context);
6223
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6107
6224
  let contents = {};
6108
6225
  contents = (0, import_smithy_client._json)(data);
6109
6226
  const response = {
@@ -6116,7 +6233,7 @@ var de_RegisterTargetWithMaintenanceWindowCommand = /* @__PURE__ */ __name(async
6116
6233
  if (output.statusCode >= 300) {
6117
6234
  return de_CommandError(output, context);
6118
6235
  }
6119
- const data = await parseBody(output.body, context);
6236
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6120
6237
  let contents = {};
6121
6238
  contents = (0, import_smithy_client._json)(data);
6122
6239
  const response = {
@@ -6129,7 +6246,7 @@ var de_RegisterTaskWithMaintenanceWindowCommand = /* @__PURE__ */ __name(async (
6129
6246
  if (output.statusCode >= 300) {
6130
6247
  return de_CommandError(output, context);
6131
6248
  }
6132
- const data = await parseBody(output.body, context);
6249
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6133
6250
  let contents = {};
6134
6251
  contents = (0, import_smithy_client._json)(data);
6135
6252
  const response = {
@@ -6142,7 +6259,7 @@ var de_RemoveTagsFromResourceCommand = /* @__PURE__ */ __name(async (output, con
6142
6259
  if (output.statusCode >= 300) {
6143
6260
  return de_CommandError(output, context);
6144
6261
  }
6145
- const data = await parseBody(output.body, context);
6262
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6146
6263
  let contents = {};
6147
6264
  contents = (0, import_smithy_client._json)(data);
6148
6265
  const response = {
@@ -6155,7 +6272,7 @@ var de_ResetServiceSettingCommand = /* @__PURE__ */ __name(async (output, contex
6155
6272
  if (output.statusCode >= 300) {
6156
6273
  return de_CommandError(output, context);
6157
6274
  }
6158
- const data = await parseBody(output.body, context);
6275
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6159
6276
  let contents = {};
6160
6277
  contents = de_ResetServiceSettingResult(data, context);
6161
6278
  const response = {
@@ -6168,7 +6285,7 @@ var de_ResumeSessionCommand = /* @__PURE__ */ __name(async (output, context) =>
6168
6285
  if (output.statusCode >= 300) {
6169
6286
  return de_CommandError(output, context);
6170
6287
  }
6171
- const data = await parseBody(output.body, context);
6288
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6172
6289
  let contents = {};
6173
6290
  contents = (0, import_smithy_client._json)(data);
6174
6291
  const response = {
@@ -6181,7 +6298,7 @@ var de_SendAutomationSignalCommand = /* @__PURE__ */ __name(async (output, conte
6181
6298
  if (output.statusCode >= 300) {
6182
6299
  return de_CommandError(output, context);
6183
6300
  }
6184
- const data = await parseBody(output.body, context);
6301
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6185
6302
  let contents = {};
6186
6303
  contents = (0, import_smithy_client._json)(data);
6187
6304
  const response = {
@@ -6194,7 +6311,7 @@ var de_SendCommandCommand = /* @__PURE__ */ __name(async (output, context) => {
6194
6311
  if (output.statusCode >= 300) {
6195
6312
  return de_CommandError(output, context);
6196
6313
  }
6197
- const data = await parseBody(output.body, context);
6314
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6198
6315
  let contents = {};
6199
6316
  contents = de_SendCommandResult(data, context);
6200
6317
  const response = {
@@ -6207,7 +6324,7 @@ var de_StartAssociationsOnceCommand = /* @__PURE__ */ __name(async (output, cont
6207
6324
  if (output.statusCode >= 300) {
6208
6325
  return de_CommandError(output, context);
6209
6326
  }
6210
- const data = await parseBody(output.body, context);
6327
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6211
6328
  let contents = {};
6212
6329
  contents = (0, import_smithy_client._json)(data);
6213
6330
  const response = {
@@ -6220,7 +6337,7 @@ var de_StartAutomationExecutionCommand = /* @__PURE__ */ __name(async (output, c
6220
6337
  if (output.statusCode >= 300) {
6221
6338
  return de_CommandError(output, context);
6222
6339
  }
6223
- const data = await parseBody(output.body, context);
6340
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6224
6341
  let contents = {};
6225
6342
  contents = (0, import_smithy_client._json)(data);
6226
6343
  const response = {
@@ -6233,7 +6350,7 @@ var de_StartChangeRequestExecutionCommand = /* @__PURE__ */ __name(async (output
6233
6350
  if (output.statusCode >= 300) {
6234
6351
  return de_CommandError(output, context);
6235
6352
  }
6236
- const data = await parseBody(output.body, context);
6353
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6237
6354
  let contents = {};
6238
6355
  contents = (0, import_smithy_client._json)(data);
6239
6356
  const response = {
@@ -6246,7 +6363,7 @@ var de_StartSessionCommand = /* @__PURE__ */ __name(async (output, context) => {
6246
6363
  if (output.statusCode >= 300) {
6247
6364
  return de_CommandError(output, context);
6248
6365
  }
6249
- const data = await parseBody(output.body, context);
6366
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6250
6367
  let contents = {};
6251
6368
  contents = (0, import_smithy_client._json)(data);
6252
6369
  const response = {
@@ -6259,7 +6376,7 @@ var de_StopAutomationExecutionCommand = /* @__PURE__ */ __name(async (output, co
6259
6376
  if (output.statusCode >= 300) {
6260
6377
  return de_CommandError(output, context);
6261
6378
  }
6262
- const data = await parseBody(output.body, context);
6379
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6263
6380
  let contents = {};
6264
6381
  contents = (0, import_smithy_client._json)(data);
6265
6382
  const response = {
@@ -6272,7 +6389,7 @@ var de_TerminateSessionCommand = /* @__PURE__ */ __name(async (output, context)
6272
6389
  if (output.statusCode >= 300) {
6273
6390
  return de_CommandError(output, context);
6274
6391
  }
6275
- const data = await parseBody(output.body, context);
6392
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6276
6393
  let contents = {};
6277
6394
  contents = (0, import_smithy_client._json)(data);
6278
6395
  const response = {
@@ -6285,7 +6402,7 @@ var de_UnlabelParameterVersionCommand = /* @__PURE__ */ __name(async (output, co
6285
6402
  if (output.statusCode >= 300) {
6286
6403
  return de_CommandError(output, context);
6287
6404
  }
6288
- const data = await parseBody(output.body, context);
6405
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6289
6406
  let contents = {};
6290
6407
  contents = (0, import_smithy_client._json)(data);
6291
6408
  const response = {
@@ -6298,7 +6415,7 @@ var de_UpdateAssociationCommand = /* @__PURE__ */ __name(async (output, context)
6298
6415
  if (output.statusCode >= 300) {
6299
6416
  return de_CommandError(output, context);
6300
6417
  }
6301
- const data = await parseBody(output.body, context);
6418
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6302
6419
  let contents = {};
6303
6420
  contents = de_UpdateAssociationResult(data, context);
6304
6421
  const response = {
@@ -6311,7 +6428,7 @@ var de_UpdateAssociationStatusCommand = /* @__PURE__ */ __name(async (output, co
6311
6428
  if (output.statusCode >= 300) {
6312
6429
  return de_CommandError(output, context);
6313
6430
  }
6314
- const data = await parseBody(output.body, context);
6431
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6315
6432
  let contents = {};
6316
6433
  contents = de_UpdateAssociationStatusResult(data, context);
6317
6434
  const response = {
@@ -6324,7 +6441,7 @@ var de_UpdateDocumentCommand = /* @__PURE__ */ __name(async (output, context) =>
6324
6441
  if (output.statusCode >= 300) {
6325
6442
  return de_CommandError(output, context);
6326
6443
  }
6327
- const data = await parseBody(output.body, context);
6444
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6328
6445
  let contents = {};
6329
6446
  contents = de_UpdateDocumentResult(data, context);
6330
6447
  const response = {
@@ -6337,7 +6454,7 @@ var de_UpdateDocumentDefaultVersionCommand = /* @__PURE__ */ __name(async (outpu
6337
6454
  if (output.statusCode >= 300) {
6338
6455
  return de_CommandError(output, context);
6339
6456
  }
6340
- const data = await parseBody(output.body, context);
6457
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6341
6458
  let contents = {};
6342
6459
  contents = (0, import_smithy_client._json)(data);
6343
6460
  const response = {
@@ -6350,7 +6467,7 @@ var de_UpdateDocumentMetadataCommand = /* @__PURE__ */ __name(async (output, con
6350
6467
  if (output.statusCode >= 300) {
6351
6468
  return de_CommandError(output, context);
6352
6469
  }
6353
- const data = await parseBody(output.body, context);
6470
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6354
6471
  let contents = {};
6355
6472
  contents = (0, import_smithy_client._json)(data);
6356
6473
  const response = {
@@ -6363,7 +6480,7 @@ var de_UpdateMaintenanceWindowCommand = /* @__PURE__ */ __name(async (output, co
6363
6480
  if (output.statusCode >= 300) {
6364
6481
  return de_CommandError(output, context);
6365
6482
  }
6366
- const data = await parseBody(output.body, context);
6483
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6367
6484
  let contents = {};
6368
6485
  contents = (0, import_smithy_client._json)(data);
6369
6486
  const response = {
@@ -6376,7 +6493,7 @@ var de_UpdateMaintenanceWindowTargetCommand = /* @__PURE__ */ __name(async (outp
6376
6493
  if (output.statusCode >= 300) {
6377
6494
  return de_CommandError(output, context);
6378
6495
  }
6379
- const data = await parseBody(output.body, context);
6496
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6380
6497
  let contents = {};
6381
6498
  contents = (0, import_smithy_client._json)(data);
6382
6499
  const response = {
@@ -6389,7 +6506,7 @@ var de_UpdateMaintenanceWindowTaskCommand = /* @__PURE__ */ __name(async (output
6389
6506
  if (output.statusCode >= 300) {
6390
6507
  return de_CommandError(output, context);
6391
6508
  }
6392
- const data = await parseBody(output.body, context);
6509
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6393
6510
  let contents = {};
6394
6511
  contents = de_UpdateMaintenanceWindowTaskResult(data, context);
6395
6512
  const response = {
@@ -6402,7 +6519,7 @@ var de_UpdateManagedInstanceRoleCommand = /* @__PURE__ */ __name(async (output,
6402
6519
  if (output.statusCode >= 300) {
6403
6520
  return de_CommandError(output, context);
6404
6521
  }
6405
- const data = await parseBody(output.body, context);
6522
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6406
6523
  let contents = {};
6407
6524
  contents = (0, import_smithy_client._json)(data);
6408
6525
  const response = {
@@ -6415,7 +6532,7 @@ var de_UpdateOpsItemCommand = /* @__PURE__ */ __name(async (output, context) =>
6415
6532
  if (output.statusCode >= 300) {
6416
6533
  return de_CommandError(output, context);
6417
6534
  }
6418
- const data = await parseBody(output.body, context);
6535
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6419
6536
  let contents = {};
6420
6537
  contents = (0, import_smithy_client._json)(data);
6421
6538
  const response = {
@@ -6428,7 +6545,7 @@ var de_UpdateOpsMetadataCommand = /* @__PURE__ */ __name(async (output, context)
6428
6545
  if (output.statusCode >= 300) {
6429
6546
  return de_CommandError(output, context);
6430
6547
  }
6431
- const data = await parseBody(output.body, context);
6548
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6432
6549
  let contents = {};
6433
6550
  contents = (0, import_smithy_client._json)(data);
6434
6551
  const response = {
@@ -6441,7 +6558,7 @@ var de_UpdatePatchBaselineCommand = /* @__PURE__ */ __name(async (output, contex
6441
6558
  if (output.statusCode >= 300) {
6442
6559
  return de_CommandError(output, context);
6443
6560
  }
6444
- const data = await parseBody(output.body, context);
6561
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6445
6562
  let contents = {};
6446
6563
  contents = de_UpdatePatchBaselineResult(data, context);
6447
6564
  const response = {
@@ -6454,7 +6571,7 @@ var de_UpdateResourceDataSyncCommand = /* @__PURE__ */ __name(async (output, con
6454
6571
  if (output.statusCode >= 300) {
6455
6572
  return de_CommandError(output, context);
6456
6573
  }
6457
- const data = await parseBody(output.body, context);
6574
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6458
6575
  let contents = {};
6459
6576
  contents = (0, import_smithy_client._json)(data);
6460
6577
  const response = {
@@ -6467,7 +6584,7 @@ var de_UpdateServiceSettingCommand = /* @__PURE__ */ __name(async (output, conte
6467
6584
  if (output.statusCode >= 300) {
6468
6585
  return de_CommandError(output, context);
6469
6586
  }
6470
- const data = await parseBody(output.body, context);
6587
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
6471
6588
  let contents = {};
6472
6589
  contents = (0, import_smithy_client._json)(data);
6473
6590
  const response = {
@@ -6479,9 +6596,9 @@ var de_UpdateServiceSettingCommand = /* @__PURE__ */ __name(async (output, conte
6479
6596
  var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
6480
6597
  const parsedOutput = {
6481
6598
  ...output,
6482
- body: await parseErrorBody(output.body, context)
6599
+ body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
6483
6600
  };
6484
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
6601
+ const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
6485
6602
  switch (errorCode) {
6486
6603
  case "InternalServerError":
6487
6604
  case "com.amazonaws.ssm#InternalServerError":
@@ -6645,12 +6762,21 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
6645
6762
  case "ResourceDataSyncNotFoundException":
6646
6763
  case "com.amazonaws.ssm#ResourceDataSyncNotFoundException":
6647
6764
  throw await de_ResourceDataSyncNotFoundExceptionRes(parsedOutput, context);
6765
+ case "MalformedResourcePolicyDocumentException":
6766
+ case "com.amazonaws.ssm#MalformedResourcePolicyDocumentException":
6767
+ throw await de_MalformedResourcePolicyDocumentExceptionRes(parsedOutput, context);
6768
+ case "ResourceNotFoundException":
6769
+ case "com.amazonaws.ssm#ResourceNotFoundException":
6770
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
6648
6771
  case "ResourcePolicyConflictException":
6649
6772
  case "com.amazonaws.ssm#ResourcePolicyConflictException":
6650
6773
  throw await de_ResourcePolicyConflictExceptionRes(parsedOutput, context);
6651
6774
  case "ResourcePolicyInvalidParameterException":
6652
6775
  case "com.amazonaws.ssm#ResourcePolicyInvalidParameterException":
6653
6776
  throw await de_ResourcePolicyInvalidParameterExceptionRes(parsedOutput, context);
6777
+ case "ResourcePolicyNotFoundException":
6778
+ case "com.amazonaws.ssm#ResourcePolicyNotFoundException":
6779
+ throw await de_ResourcePolicyNotFoundExceptionRes(parsedOutput, context);
6654
6780
  case "TargetInUseException":
6655
6781
  case "com.amazonaws.ssm#TargetInUseException":
6656
6782
  throw await de_TargetInUseExceptionRes(parsedOutput, context);
@@ -6684,6 +6810,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
6684
6810
  case "InvalidInstanceInformationFilterValue":
6685
6811
  case "com.amazonaws.ssm#InvalidInstanceInformationFilterValue":
6686
6812
  throw await de_InvalidInstanceInformationFilterValueRes(parsedOutput, context);
6813
+ case "InvalidInstancePropertyFilterValue":
6814
+ case "com.amazonaws.ssm#InvalidInstancePropertyFilterValue":
6815
+ throw await de_InvalidInstancePropertyFilterValueRes(parsedOutput, context);
6687
6816
  case "InvalidDeletionIdException":
6688
6817
  case "com.amazonaws.ssm#InvalidDeletionIdException":
6689
6818
  throw await de_InvalidDeletionIdExceptionRes(parsedOutput, context);
@@ -7356,6 +7485,15 @@ var de_InvalidInstanceInformationFilterValueRes = /* @__PURE__ */ __name(async (
7356
7485
  });
7357
7486
  return (0, import_smithy_client.decorateServiceException)(exception, body);
7358
7487
  }, "de_InvalidInstanceInformationFilterValueRes");
7488
+ var de_InvalidInstancePropertyFilterValueRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
7489
+ const body = parsedOutput.body;
7490
+ const deserialized = (0, import_smithy_client._json)(body);
7491
+ const exception = new InvalidInstancePropertyFilterValue({
7492
+ $metadata: deserializeMetadata(parsedOutput),
7493
+ ...deserialized
7494
+ });
7495
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
7496
+ }, "de_InvalidInstancePropertyFilterValueRes");
7359
7497
  var de_InvalidInventoryGroupExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
7360
7498
  const body = parsedOutput.body;
7361
7499
  const deserialized = (0, import_smithy_client._json)(body);
@@ -7608,6 +7746,15 @@ var de_ItemSizeLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedO
7608
7746
  });
7609
7747
  return (0, import_smithy_client.decorateServiceException)(exception, body);
7610
7748
  }, "de_ItemSizeLimitExceededExceptionRes");
7749
+ var de_MalformedResourcePolicyDocumentExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
7750
+ const body = parsedOutput.body;
7751
+ const deserialized = (0, import_smithy_client._json)(body);
7752
+ const exception = new MalformedResourcePolicyDocumentException({
7753
+ $metadata: deserializeMetadata(parsedOutput),
7754
+ ...deserialized
7755
+ });
7756
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
7757
+ }, "de_MalformedResourcePolicyDocumentExceptionRes");
7611
7758
  var de_MaxDocumentSizeExceededRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
7612
7759
  const body = parsedOutput.body;
7613
7760
  const deserialized = (0, import_smithy_client._json)(body);
@@ -7878,6 +8025,15 @@ var de_ResourceLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedO
7878
8025
  });
7879
8026
  return (0, import_smithy_client.decorateServiceException)(exception, body);
7880
8027
  }, "de_ResourceLimitExceededExceptionRes");
8028
+ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
8029
+ const body = parsedOutput.body;
8030
+ const deserialized = (0, import_smithy_client._json)(body);
8031
+ const exception = new ResourceNotFoundException({
8032
+ $metadata: deserializeMetadata(parsedOutput),
8033
+ ...deserialized
8034
+ });
8035
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
8036
+ }, "de_ResourceNotFoundExceptionRes");
7881
8037
  var de_ResourcePolicyConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
7882
8038
  const body = parsedOutput.body;
7883
8039
  const deserialized = (0, import_smithy_client._json)(body);
@@ -7905,6 +8061,15 @@ var de_ResourcePolicyLimitExceededExceptionRes = /* @__PURE__ */ __name(async (p
7905
8061
  });
7906
8062
  return (0, import_smithy_client.decorateServiceException)(exception, body);
7907
8063
  }, "de_ResourcePolicyLimitExceededExceptionRes");
8064
+ var de_ResourcePolicyNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
8065
+ const body = parsedOutput.body;
8066
+ const deserialized = (0, import_smithy_client._json)(body);
8067
+ const exception = new ResourcePolicyNotFoundException({
8068
+ $metadata: deserializeMetadata(parsedOutput),
8069
+ ...deserialized
8070
+ });
8071
+ return (0, import_smithy_client.decorateServiceException)(exception, body);
8072
+ }, "de_ResourcePolicyNotFoundExceptionRes");
7908
8073
  var de_ServiceSettingNotFoundRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
7909
8074
  const body = parsedOutput.body;
7910
8075
  const deserialized = (0, import_smithy_client._json)(body);
@@ -8737,6 +8902,12 @@ var de_DescribeInstancePatchStatesResult = /* @__PURE__ */ __name((output, conte
8737
8902
  NextToken: import_smithy_client.expectString
8738
8903
  });
8739
8904
  }, "de_DescribeInstancePatchStatesResult");
8905
+ var de_DescribeInstancePropertiesResult = /* @__PURE__ */ __name((output, context) => {
8906
+ return (0, import_smithy_client.take)(output, {
8907
+ InstanceProperties: (_) => de_InstanceProperties(_, context),
8908
+ NextToken: import_smithy_client.expectString
8909
+ });
8910
+ }, "de_DescribeInstancePropertiesResult");
8740
8911
  var de_DescribeInventoryDeletionsResult = /* @__PURE__ */ __name((output, context) => {
8741
8912
  return (0, import_smithy_client.take)(output, {
8742
8913
  InventoryDeletions: (_) => de_InventoryDeletionsList(_, context),
@@ -9139,6 +9310,42 @@ var de_InstancePatchStatesList = /* @__PURE__ */ __name((output, context) => {
9139
9310
  });
9140
9311
  return retVal;
9141
9312
  }, "de_InstancePatchStatesList");
9313
+ var de_InstanceProperties = /* @__PURE__ */ __name((output, context) => {
9314
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
9315
+ return de_InstanceProperty(entry, context);
9316
+ });
9317
+ return retVal;
9318
+ }, "de_InstanceProperties");
9319
+ var de_InstanceProperty = /* @__PURE__ */ __name((output, context) => {
9320
+ return (0, import_smithy_client.take)(output, {
9321
+ ActivationId: import_smithy_client.expectString,
9322
+ AgentVersion: import_smithy_client.expectString,
9323
+ Architecture: import_smithy_client.expectString,
9324
+ AssociationOverview: import_smithy_client._json,
9325
+ AssociationStatus: import_smithy_client.expectString,
9326
+ ComputerName: import_smithy_client.expectString,
9327
+ IPAddress: import_smithy_client.expectString,
9328
+ IamRole: import_smithy_client.expectString,
9329
+ InstanceId: import_smithy_client.expectString,
9330
+ InstanceRole: import_smithy_client.expectString,
9331
+ InstanceState: import_smithy_client.expectString,
9332
+ InstanceType: import_smithy_client.expectString,
9333
+ KeyName: import_smithy_client.expectString,
9334
+ LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9335
+ LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9336
+ LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9337
+ LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9338
+ Name: import_smithy_client.expectString,
9339
+ PingStatus: import_smithy_client.expectString,
9340
+ PlatformName: import_smithy_client.expectString,
9341
+ PlatformType: import_smithy_client.expectString,
9342
+ PlatformVersion: import_smithy_client.expectString,
9343
+ RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
9344
+ ResourceType: import_smithy_client.expectString,
9345
+ SourceId: import_smithy_client.expectString,
9346
+ SourceType: import_smithy_client.expectString
9347
+ });
9348
+ }, "de_InstanceProperty");
9142
9349
  var de_InventoryDeletionsList = /* @__PURE__ */ __name((output, context) => {
9143
9350
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
9144
9351
  return de_InventoryDeletionStatusItem(entry, context);
@@ -9458,6 +9665,7 @@ var de_ParameterList = /* @__PURE__ */ __name((output, context) => {
9458
9665
  }, "de_ParameterList");
9459
9666
  var de_ParameterMetadata = /* @__PURE__ */ __name((output, context) => {
9460
9667
  return (0, import_smithy_client.take)(output, {
9668
+ ARN: import_smithy_client.expectString,
9461
9669
  AllowedPattern: import_smithy_client.expectString,
9462
9670
  DataType: import_smithy_client.expectString,
9463
9671
  Description: import_smithy_client.expectString,
@@ -9718,7 +9926,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
9718
9926
  extendedRequestId: output.headers["x-amz-id-2"],
9719
9927
  cfId: output.headers["x-amz-cf-id"]
9720
9928
  }), "deserializeMetadata");
9721
- var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
9722
9929
  var throwDefaultError = (0, import_smithy_client.withBaseException)(SSMServiceException);
9723
9930
  var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
9724
9931
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -9745,46 +9952,6 @@ function sharedHeaders(operation) {
9745
9952
  };
9746
9953
  }
9747
9954
  __name(sharedHeaders, "sharedHeaders");
9748
- var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
9749
- if (encoded.length) {
9750
- return JSON.parse(encoded);
9751
- }
9752
- return {};
9753
- }), "parseBody");
9754
- var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
9755
- const value = await parseBody(errorBody, context);
9756
- value.message = value.message ?? value.Message;
9757
- return value;
9758
- }, "parseErrorBody");
9759
- var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
9760
- const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
9761
- const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
9762
- let cleanValue = rawValue;
9763
- if (typeof cleanValue === "number") {
9764
- cleanValue = cleanValue.toString();
9765
- }
9766
- if (cleanValue.indexOf(",") >= 0) {
9767
- cleanValue = cleanValue.split(",")[0];
9768
- }
9769
- if (cleanValue.indexOf(":") >= 0) {
9770
- cleanValue = cleanValue.split(":")[0];
9771
- }
9772
- if (cleanValue.indexOf("#") >= 0) {
9773
- cleanValue = cleanValue.split("#")[1];
9774
- }
9775
- return cleanValue;
9776
- }, "sanitizeErrorCode");
9777
- const headerKey = findKey(output.headers, "x-amzn-errortype");
9778
- if (headerKey !== void 0) {
9779
- return sanitizeErrorCode(output.headers[headerKey]);
9780
- }
9781
- if (data.code !== void 0) {
9782
- return sanitizeErrorCode(data.code);
9783
- }
9784
- if (data["__type"] !== void 0) {
9785
- return sanitizeErrorCode(data["__type"]);
9786
- }
9787
- }, "loadRestJsonErrorCode");
9788
9955
 
9789
9956
  // src/commands/AddTagsToResourceCommand.ts
9790
9957
  var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep({
@@ -10547,6 +10714,23 @@ var _DescribeInstancePatchStatesForPatchGroupCommand = class _DescribeInstancePa
10547
10714
  __name(_DescribeInstancePatchStatesForPatchGroupCommand, "DescribeInstancePatchStatesForPatchGroupCommand");
10548
10715
  var DescribeInstancePatchStatesForPatchGroupCommand = _DescribeInstancePatchStatesForPatchGroupCommand;
10549
10716
 
10717
+ // src/commands/DescribeInstancePropertiesCommand.ts
10718
+
10719
+
10720
+
10721
+
10722
+ var _DescribeInstancePropertiesCommand = class _DescribeInstancePropertiesCommand extends import_smithy_client.Command.classBuilder().ep({
10723
+ ...commonParams
10724
+ }).m(function(Command2, cs, config, o) {
10725
+ return [
10726
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10727
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command2.getEndpointParameterInstructions())
10728
+ ];
10729
+ }).s("AmazonSSM", "DescribeInstanceProperties", {}).n("SSMClient", "DescribeInstancePropertiesCommand").f(void 0, void 0).ser(se_DescribeInstancePropertiesCommand).de(de_DescribeInstancePropertiesCommand).build() {
10730
+ };
10731
+ __name(_DescribeInstancePropertiesCommand, "DescribeInstancePropertiesCommand");
10732
+ var DescribeInstancePropertiesCommand = _DescribeInstancePropertiesCommand;
10733
+
10550
10734
  // src/commands/DescribeInventoryDeletionsCommand.ts
10551
10735
 
10552
10736
 
@@ -12192,6 +12376,7 @@ var commands = {
12192
12376
  DescribeInstancePatchesCommand,
12193
12377
  DescribeInstancePatchStatesCommand,
12194
12378
  DescribeInstancePatchStatesForPatchGroupCommand,
12379
+ DescribeInstancePropertiesCommand,
12195
12380
  DescribeInventoryDeletionsCommand,
12196
12381
  DescribeMaintenanceWindowExecutionsCommand,
12197
12382
  DescribeMaintenanceWindowExecutionTaskInvocationsCommand,
@@ -12345,6 +12530,10 @@ var paginateDescribeInstancePatchStates = (0, import_core.createPaginator)(SSMCl
12345
12530
 
12346
12531
  var paginateDescribeInstancePatches = (0, import_core.createPaginator)(SSMClient, DescribeInstancePatchesCommand, "NextToken", "NextToken", "MaxResults");
12347
12532
 
12533
+ // src/pagination/DescribeInstancePropertiesPaginator.ts
12534
+
12535
+ var paginateDescribeInstanceProperties = (0, import_core.createPaginator)(SSMClient, DescribeInstancePropertiesCommand, "NextToken", "NextToken", "MaxResults");
12536
+
12348
12537
  // src/pagination/DescribeInventoryDeletionsPaginator.ts
12349
12538
 
12350
12539
  var paginateDescribeInventoryDeletions = (0, import_core.createPaginator)(SSMClient, DescribeInventoryDeletionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -12577,9 +12766,6 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
12577
12766
  const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
12578
12767
  return (0, import_util_waiter.checkExceptions)(result);
12579
12768
  }, "waitUntilCommandExecuted");
12580
-
12581
- // src/index.ts
12582
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
12583
12769
  // Annotate the CommonJS export names for ESM import in node:
12584
12770
 
12585
12771
  0 && (module.exports = {
@@ -12633,6 +12819,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12633
12819
  DescribeInstancePatchStatesCommand,
12634
12820
  DescribeInstancePatchStatesForPatchGroupCommand,
12635
12821
  DescribeInstancePatchesCommand,
12822
+ DescribeInstancePropertiesCommand,
12636
12823
  DescribeInventoryDeletionsCommand,
12637
12824
  DescribeMaintenanceWindowExecutionTaskInvocationsCommand,
12638
12825
  DescribeMaintenanceWindowExecutionTasksCommand,
@@ -12740,6 +12927,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12740
12927
  paginateDescribeInstancePatchStatesForPatchGroup,
12741
12928
  paginateDescribeInstancePatchStates,
12742
12929
  paginateDescribeInstancePatches,
12930
+ paginateDescribeInstanceProperties,
12743
12931
  paginateDescribeInventoryDeletions,
12744
12932
  paginateDescribeMaintenanceWindowExecutionTaskInvocations,
12745
12933
  paginateDescribeMaintenanceWindowExecutionTasks,
@@ -12852,8 +13040,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12852
13040
  ParameterNotFound,
12853
13041
  ResourceInUseException,
12854
13042
  ResourceDataSyncNotFoundException,
13043
+ MalformedResourcePolicyDocumentException,
13044
+ ResourceNotFoundException,
12855
13045
  ResourcePolicyConflictException,
12856
13046
  ResourcePolicyInvalidParameterException,
13047
+ ResourcePolicyNotFoundException,
12857
13048
  TargetInUseException,
12858
13049
  DescribeActivationsFilterKeys,
12859
13050
  InvalidFilter,
@@ -12885,12 +13076,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12885
13076
  PatchOperationType,
12886
13077
  RebootOption,
12887
13078
  InstancePatchStateOperatorType,
13079
+ InstancePropertyFilterOperator,
13080
+ InstancePropertyFilterKey,
13081
+ InvalidInstancePropertyFilterValue,
12888
13082
  InventoryDeletionStatus,
12889
13083
  InvalidDeletionIdException,
12890
13084
  MaintenanceWindowExecutionStatus,
12891
13085
  MaintenanceWindowTaskType,
12892
13086
  MaintenanceWindowResourceType,
12893
- MaintenanceWindowTaskCutoffBehavior,
12894
13087
  CreateAssociationRequestFilterSensitiveLog,
12895
13088
  AssociationDescriptionFilterSensitiveLog,
12896
13089
  CreateAssociationResultFilterSensitiveLog,
@@ -12909,9 +13102,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12909
13102
  DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog,
12910
13103
  MaintenanceWindowIdentityFilterSensitiveLog,
12911
13104
  DescribeMaintenanceWindowsResultFilterSensitiveLog,
12912
- MaintenanceWindowTargetFilterSensitiveLog,
12913
- DescribeMaintenanceWindowTargetsResultFilterSensitiveLog,
12914
- MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
13105
+ MaintenanceWindowTaskCutoffBehavior,
12915
13106
  OpsItemFilterKey,
12916
13107
  OpsItemFilterOperator,
12917
13108
  OpsItemStatus,
@@ -12998,10 +13189,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
12998
13189
  AutomationDefinitionVersionNotFoundException,
12999
13190
  AutomationExecutionLimitExceededException,
13000
13191
  InvalidAutomationExecutionParametersException,
13001
- AutomationDefinitionNotApprovedException,
13002
- TargetNotConnected,
13003
- InvalidAutomationStatusUpdateException,
13004
- StopType,
13192
+ MaintenanceWindowTargetFilterSensitiveLog,
13193
+ DescribeMaintenanceWindowTargetsResultFilterSensitiveLog,
13194
+ MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
13005
13195
  MaintenanceWindowTaskFilterSensitiveLog,
13006
13196
  DescribeMaintenanceWindowTasksResultFilterSensitiveLog,
13007
13197
  BaselineOverrideFilterSensitiveLog,
@@ -13030,6 +13220,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
13030
13220
  RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog,
13031
13221
  SendCommandRequestFilterSensitiveLog,
13032
13222
  SendCommandResultFilterSensitiveLog,
13223
+ AutomationDefinitionNotApprovedException,
13224
+ TargetNotConnected,
13225
+ InvalidAutomationStatusUpdateException,
13226
+ StopType,
13033
13227
  AssociationVersionLimitExceeded,
13034
13228
  InvalidUpdate,
13035
13229
  StatusUnchanged,