@aws-sdk/client-ssm 3.651.1 → 3.654.0

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 (288) hide show
  1. package/dist-cjs/index.js +2 -0
  2. package/dist-es/protocols/Aws_json1_1.js +2 -0
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  4. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +11 -0
  5. package/dist-types/commands/CancelCommandCommand.d.ts +11 -0
  6. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateActivationCommand.d.ts +13 -3
  8. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +47 -8
  9. package/dist-types/commands/CreateAssociationCommand.d.ts +39 -0
  10. package/dist-types/commands/CreateDocumentCommand.d.ts +12 -1
  11. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateOpsItemCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +11 -0
  14. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -2
  16. package/dist-types/commands/DeleteActivationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteAssociationCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteInventoryCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteOpsItemCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteParameterCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  25. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  28. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +11 -0
  29. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  30. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +11 -0
  31. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeActivationsCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeAssociationCommand.d.ts +25 -0
  34. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +11 -0
  35. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +11 -0
  36. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  37. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +25 -0
  38. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +11 -0
  39. package/dist-types/commands/DescribeDocumentCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -0
  42. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +11 -0
  43. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -0
  44. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +11 -0
  45. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +11 -0
  47. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +11 -0
  48. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +11 -0
  49. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +11 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +11 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +11 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -0
  54. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +11 -0
  55. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +11 -0
  56. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +11 -0
  57. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +11 -0
  58. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +11 -0
  59. package/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
  60. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +11 -0
  61. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +11 -0
  62. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +11 -0
  63. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
  64. package/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  65. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +11 -0
  66. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -16
  67. package/dist-types/commands/GetCalendarStateCommand.d.ts +11 -0
  68. package/dist-types/commands/GetCommandInvocationCommand.d.ts +11 -0
  69. package/dist-types/commands/GetConnectionStatusCommand.d.ts +11 -0
  70. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +11 -0
  71. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +11 -0
  72. package/dist-types/commands/GetDocumentCommand.d.ts +11 -0
  73. package/dist-types/commands/GetInventoryCommand.d.ts +11 -0
  74. package/dist-types/commands/GetInventorySchemaCommand.d.ts +11 -0
  75. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +11 -0
  76. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +11 -0
  77. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +11 -0
  78. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +11 -0
  79. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +11 -0
  80. package/dist-types/commands/GetOpsItemCommand.d.ts +11 -0
  81. package/dist-types/commands/GetOpsMetadataCommand.d.ts +11 -0
  82. package/dist-types/commands/GetOpsSummaryCommand.d.ts +11 -0
  83. package/dist-types/commands/GetParameterCommand.d.ts +11 -0
  84. package/dist-types/commands/GetParameterHistoryCommand.d.ts +11 -0
  85. package/dist-types/commands/GetParametersByPathCommand.d.ts +11 -0
  86. package/dist-types/commands/GetParametersCommand.d.ts +11 -0
  87. package/dist-types/commands/GetPatchBaselineCommand.d.ts +11 -0
  88. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +11 -0
  89. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
  90. package/dist-types/commands/GetServiceSettingCommand.d.ts +11 -0
  91. package/dist-types/commands/LabelParameterVersionCommand.d.ts +11 -0
  92. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +25 -0
  93. package/dist-types/commands/ListAssociationsCommand.d.ts +11 -0
  94. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +11 -0
  95. package/dist-types/commands/ListCommandsCommand.d.ts +11 -0
  96. package/dist-types/commands/ListComplianceItemsCommand.d.ts +11 -0
  97. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +11 -0
  98. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +11 -0
  99. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +11 -0
  100. package/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
  101. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +11 -0
  102. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +11 -0
  103. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +11 -0
  104. package/dist-types/commands/ListOpsMetadataCommand.d.ts +11 -0
  105. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +11 -0
  106. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +11 -0
  107. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  108. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  109. package/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -0
  110. package/dist-types/commands/PutInventoryCommand.d.ts +11 -0
  111. package/dist-types/commands/PutParameterCommand.d.ts +11 -0
  112. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  113. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +11 -0
  114. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  115. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +11 -0
  116. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +11 -0
  117. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  118. package/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
  119. package/dist-types/commands/ResumeSessionCommand.d.ts +11 -0
  120. package/dist-types/commands/SendAutomationSignalCommand.d.ts +11 -0
  121. package/dist-types/commands/SendCommandCommand.d.ts +11 -0
  122. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +11 -0
  123. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +26 -0
  124. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +25 -0
  125. package/dist-types/commands/StartSessionCommand.d.ts +12 -1
  126. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
  127. package/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  128. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  129. package/dist-types/commands/UpdateAssociationCommand.d.ts +39 -0
  130. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +25 -0
  131. package/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
  132. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +11 -0
  133. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +11 -0
  134. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +11 -0
  135. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +11 -0
  136. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +11 -0
  137. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +11 -0
  138. package/dist-types/commands/UpdateOpsItemCommand.d.ts +11 -0
  139. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  140. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +11 -0
  141. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +11 -0
  142. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
  143. package/dist-types/models/models_0.d.ts +125 -76
  144. package/dist-types/models/models_1.d.ts +42 -27
  145. package/dist-types/models/models_2.d.ts +10 -12
  146. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -1
  201. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +12 -1
  202. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
  203. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +12 -1
  204. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +12 -1
  206. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +12 -1
  207. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +12 -1
  208. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +12 -1
  209. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +12 -1
  210. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +12 -1
  211. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +12 -1
  212. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +12 -1
  213. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +12 -1
  214. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +12 -1
  215. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
  216. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +12 -1
  217. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +12 -1
  218. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +12 -1
  219. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +12 -1
  220. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +12 -1
  221. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +12 -1
  222. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +12 -1
  223. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +12 -1
  224. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +12 -1
  225. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +12 -1
  226. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +12 -1
  227. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +12 -1
  228. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +12 -1
  229. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +12 -1
  230. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +12 -1
  231. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +12 -1
  232. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
  233. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +12 -1
  234. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +12 -1
  235. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +12 -1
  236. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +12 -1
  237. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +12 -1
  238. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +12 -1
  239. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +12 -1
  240. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +12 -1
  241. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +12 -1
  242. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +12 -1
  243. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
  244. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +12 -1
  245. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +12 -1
  246. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +12 -1
  247. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +12 -1
  248. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +12 -1
  249. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +12 -1
  250. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  251. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +12 -1
  252. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +12 -1
  253. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +12 -1
  254. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +12 -1
  255. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  256. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +12 -1
  257. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  258. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +12 -1
  259. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +12 -1
  260. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  261. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +12 -1
  262. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +12 -1
  263. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +12 -1
  264. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +12 -1
  265. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +12 -1
  266. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +12 -1
  267. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +12 -1
  268. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  269. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +12 -1
  270. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  271. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +12 -1
  272. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +12 -1
  273. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +12 -1
  274. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
  275. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +12 -1
  276. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +12 -1
  277. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +12 -1
  278. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +12 -1
  279. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +12 -1
  280. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +12 -1
  281. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +12 -1
  282. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +12 -1
  283. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +12 -1
  284. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +12 -1
  285. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +12 -1
  286. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  287. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  288. package/package.json +36 -36
@@ -79,4 +79,15 @@ declare const UpdateDocumentDefaultVersionCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateDocumentDefaultVersionCommand extends UpdateDocumentDefaultVersionCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateDocumentDefaultVersionRequest;
86
+ output: UpdateDocumentDefaultVersionResult;
87
+ };
88
+ sdk: {
89
+ input: UpdateDocumentDefaultVersionCommandInput;
90
+ output: UpdateDocumentDefaultVersionCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -79,4 +79,15 @@ declare const UpdateDocumentMetadataCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateDocumentMetadataCommand extends UpdateDocumentMetadataCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateDocumentMetadataRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: UpdateDocumentMetadataCommandInput;
90
+ output: UpdateDocumentMetadataCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -97,4 +97,15 @@ declare const UpdateMaintenanceWindowCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateMaintenanceWindowCommand extends UpdateMaintenanceWindowCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateMaintenanceWindowRequest;
104
+ output: UpdateMaintenanceWindowResult;
105
+ };
106
+ sdk: {
107
+ input: UpdateMaintenanceWindowCommandInput;
108
+ output: UpdateMaintenanceWindowCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -116,4 +116,15 @@ declare const UpdateMaintenanceWindowTargetCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class UpdateMaintenanceWindowTargetCommand extends UpdateMaintenanceWindowTargetCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: UpdateMaintenanceWindowTargetRequest;
123
+ output: UpdateMaintenanceWindowTargetResult;
124
+ };
125
+ sdk: {
126
+ input: UpdateMaintenanceWindowTargetCommandInput;
127
+ output: UpdateMaintenanceWindowTargetCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -286,4 +286,15 @@ declare const UpdateMaintenanceWindowTaskCommand_base: {
286
286
  * @public
287
287
  */
288
288
  export declare class UpdateMaintenanceWindowTaskCommand extends UpdateMaintenanceWindowTaskCommand_base {
289
+ /** @internal type navigation helper, not in runtime. */
290
+ protected static __types: {
291
+ api: {
292
+ input: UpdateMaintenanceWindowTaskRequest;
293
+ output: UpdateMaintenanceWindowTaskResult;
294
+ };
295
+ sdk: {
296
+ input: UpdateMaintenanceWindowTaskCommandInput;
297
+ output: UpdateMaintenanceWindowTaskCommandOutput;
298
+ };
299
+ };
289
300
  }
@@ -81,4 +81,15 @@ declare const UpdateManagedInstanceRoleCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateManagedInstanceRoleCommand extends UpdateManagedInstanceRoleCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateManagedInstanceRoleRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: UpdateManagedInstanceRoleCommandInput;
92
+ output: UpdateManagedInstanceRoleCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -114,4 +114,15 @@ declare const UpdateOpsItemCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class UpdateOpsItemCommand extends UpdateOpsItemCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: UpdateOpsItemRequest;
121
+ output: {};
122
+ };
123
+ sdk: {
124
+ input: UpdateOpsItemCommandInput;
125
+ output: UpdateOpsItemCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -82,4 +82,15 @@ declare const UpdateOpsMetadataCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateOpsMetadataCommand extends UpdateOpsMetadataCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateOpsMetadataRequest;
89
+ output: UpdateOpsMetadataResult;
90
+ };
91
+ sdk: {
92
+ input: UpdateOpsMetadataCommandInput;
93
+ output: UpdateOpsMetadataCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -175,4 +175,15 @@ declare const UpdatePatchBaselineCommand_base: {
175
175
  * @public
176
176
  */
177
177
  export declare class UpdatePatchBaselineCommand extends UpdatePatchBaselineCommand_base {
178
+ /** @internal type navigation helper, not in runtime. */
179
+ protected static __types: {
180
+ api: {
181
+ input: UpdatePatchBaselineRequest;
182
+ output: UpdatePatchBaselineResult;
183
+ };
184
+ sdk: {
185
+ input: UpdatePatchBaselineCommandInput;
186
+ output: UpdatePatchBaselineCommandOutput;
187
+ };
188
+ };
178
189
  }
@@ -94,4 +94,15 @@ declare const UpdateResourceDataSyncCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class UpdateResourceDataSyncCommand extends UpdateResourceDataSyncCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: UpdateResourceDataSyncRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: UpdateResourceDataSyncCommandInput;
105
+ output: UpdateResourceDataSyncCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -79,4 +79,15 @@ declare const UpdateServiceSettingCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateServiceSettingCommand extends UpdateServiceSettingCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateServiceSettingRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: UpdateServiceSettingCommandInput;
90
+ output: UpdateServiceSettingCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -583,9 +583,8 @@ export interface CreateActivationRequest {
583
583
  /**
584
584
  * <p>The name of the Identity and Access Management (IAM) role that you want to assign to
585
585
  * the managed node. This IAM role must provide AssumeRole permissions for the
586
- * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
587
- * IAM service role for a hybrid and multicloud environment</a> in the
588
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
586
+ * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-service-role.html">Create the IAM service role required for Systems Manager in a hybrid and multicloud
587
+ * environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
589
588
  * <note>
590
589
  * <p>You can't specify an IAM service-linked role for this parameter. You must
591
590
  * create a unique role.</p>
@@ -601,7 +600,7 @@ export interface CreateActivationRequest {
601
600
  RegistrationLimit?: number;
602
601
  /**
603
602
  * <p>The date by which this activation request should expire, in timestamp format, such as
604
- * "2021-07-07T00:00:00". You can specify a date up to 30 days in advance. If you don't provide an
603
+ * "2024-07-07T00:00:00". You can specify a date up to 30 days in advance. If you don't provide an
605
604
  * expiration date, the activation code expires in 24 hours.</p>
606
605
  * @public
607
606
  */
@@ -758,47 +757,6 @@ export declare const AssociationSyncCompliance: {
758
757
  * @public
759
758
  */
760
759
  export type AssociationSyncCompliance = (typeof AssociationSyncCompliance)[keyof typeof AssociationSyncCompliance];
761
- /**
762
- * <p>The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation
763
- * execution.</p>
764
- * @public
765
- */
766
- export interface TargetLocation {
767
- /**
768
- * <p>The Amazon Web Services accounts targeted by the current Automation execution.</p>
769
- * @public
770
- */
771
- Accounts?: string[];
772
- /**
773
- * <p>The Amazon Web Services Regions targeted by the current Automation execution.</p>
774
- * @public
775
- */
776
- Regions?: string[];
777
- /**
778
- * <p>The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation
779
- * concurrently.</p>
780
- * @public
781
- */
782
- TargetLocationMaxConcurrency?: string;
783
- /**
784
- * <p>The maximum number of errors allowed before the system stops queueing additional Automation
785
- * executions for the currently running Automation.</p>
786
- * @public
787
- */
788
- TargetLocationMaxErrors?: string;
789
- /**
790
- * <p>The Automation execution role used by the currently running Automation. If not specified,
791
- * the default value is <code>AWS-SystemsManager-AutomationExecutionRole</code>.</p>
792
- * @public
793
- */
794
- ExecutionRoleName?: string;
795
- /**
796
- * <p>The details for the CloudWatch alarm you want to apply to an automation or
797
- * command.</p>
798
- * @public
799
- */
800
- TargetLocationAlarmConfiguration?: AlarmConfiguration;
801
- }
802
760
  /**
803
761
  * <p>An array of search criteria that targets managed nodes using a key-value pair that you
804
762
  * specify.</p>
@@ -932,6 +890,80 @@ export interface Target {
932
890
  */
933
891
  Values?: string[];
934
892
  }
893
+ /**
894
+ * <p>The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation
895
+ * execution.</p>
896
+ * @public
897
+ */
898
+ export interface TargetLocation {
899
+ /**
900
+ * <p>The Amazon Web Services accounts targeted by the current Automation execution.</p>
901
+ * @public
902
+ */
903
+ Accounts?: string[];
904
+ /**
905
+ * <p>The Amazon Web Services Regions targeted by the current Automation execution.</p>
906
+ * @public
907
+ */
908
+ Regions?: string[];
909
+ /**
910
+ * <p>The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation
911
+ * concurrently.</p>
912
+ * @public
913
+ */
914
+ TargetLocationMaxConcurrency?: string;
915
+ /**
916
+ * <p>The maximum number of errors allowed before the system stops queueing additional Automation
917
+ * executions for the currently running Automation.</p>
918
+ * @public
919
+ */
920
+ TargetLocationMaxErrors?: string;
921
+ /**
922
+ * <p>The Automation execution role used by the currently running Automation. If not specified,
923
+ * the default value is <code>AWS-SystemsManager-AutomationExecutionRole</code>.</p>
924
+ * @public
925
+ */
926
+ ExecutionRoleName?: string;
927
+ /**
928
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
929
+ * command.</p>
930
+ * @public
931
+ */
932
+ TargetLocationAlarmConfiguration?: AlarmConfiguration;
933
+ /**
934
+ * <p>Indicates whether to include child organizational units (OUs) that are children of the
935
+ * targeted OUs. The default is <code>false</code>.</p>
936
+ * @public
937
+ */
938
+ IncludeChildOrganizationUnits?: boolean;
939
+ /**
940
+ * <p>Amazon Web Services accounts or organizational units to exclude as expanded targets.</p>
941
+ * @public
942
+ */
943
+ ExcludeAccounts?: string[];
944
+ /**
945
+ * <p>A list of key-value mappings to target resources. If you specify values for this data type,
946
+ * you must also specify a value for <code>TargetParameterName</code>.</p>
947
+ * <p>This <code>Targets</code> parameter takes precedence over the
948
+ * <code>StartAutomationExecution:Targets</code> parameter if both are supplied.</p>
949
+ * @public
950
+ */
951
+ Targets?: Target[];
952
+ /**
953
+ * <p>The maximum number of targets allowed to run this task in parallel. This
954
+ * <code>TargetsMaxConcurrency</code> takes precedence over the
955
+ * <code>StartAutomationExecution:MaxConcurrency</code> parameter if both are supplied.</p>
956
+ * @public
957
+ */
958
+ TargetsMaxConcurrency?: string;
959
+ /**
960
+ * <p>The maximum number of errors that are allowed before the system stops running the automation
961
+ * on additional targets. This <code>TargetsMaxErrors</code> parameter takes precedence over the
962
+ * <code>StartAutomationExecution:MaxErrors</code> parameter if both are supplied.</p>
963
+ * @public
964
+ */
965
+ TargetsMaxErrors?: string;
966
+ }
935
967
  /**
936
968
  * @public
937
969
  */
@@ -995,7 +1027,7 @@ export interface CreateAssociationRequest {
995
1027
  * <p>The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource
996
1028
  * groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all
997
1029
  * managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
998
- * <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">About targets and rate controls in State Manager associations</a> in the
1030
+ * <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">Understanding targets and rate controls in State Manager associations</a> in the
999
1031
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1000
1032
  * @public
1001
1033
  */
@@ -1793,14 +1825,14 @@ export interface AttachmentsSource {
1793
1825
  * <p>For the key <i>SourceUrl</i>, the value is an S3 bucket location. For
1794
1826
  * example:</p>
1795
1827
  * <p>
1796
- * <code>"Values": [ "s3://doc-example-bucket/my-folder" ]</code>
1828
+ * <code>"Values": [ "s3://amzn-s3-demo-bucket/my-prefix" ]</code>
1797
1829
  * </p>
1798
1830
  * </li>
1799
1831
  * <li>
1800
1832
  * <p>For the key <i>S3FileUrl</i>, the value is a file in an S3 bucket. For
1801
1833
  * example:</p>
1802
1834
  * <p>
1803
- * <code>"Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]</code>
1835
+ * <code>"Values": [ "s3://amzn-s3-demo-bucket/my-prefix/my-file.py" ]</code>
1804
1836
  * </p>
1805
1837
  * </li>
1806
1838
  * <li>
@@ -3042,11 +3074,16 @@ export interface PatchRule {
3042
3074
  * <p>The number of days after the release date of each patch matched by the rule that the patch
3043
3075
  * is marked as approved in the patch baseline. For example, a value of <code>7</code> means that
3044
3076
  * patches are approved seven days after they are released.</p>
3045
- * <note>
3046
- * <p>This parameter is marked as not required, but your request must include a value
3047
- * for either <code>ApproveAfterDays</code> or <code>ApproveUntilDate</code>.</p>
3048
- * </note>
3049
- * <p> Not supported for Debian Server or Ubuntu Server.</p>
3077
+ * <p>This parameter is marked as <code>Required: No</code>, but your request must include a value
3078
+ * for either <code>ApproveAfterDays</code> or <code>ApproveUntilDate</code>.</p>
3079
+ * <p>Not supported for Debian Server or Ubuntu Server.</p>
3080
+ * <important>
3081
+ * <p>Use caution when setting this value for Windows Server patch baselines. Because patch
3082
+ * updates that are replaced by later updates are removed, setting too broad a value for this
3083
+ * parameter can result in crucial patches not being installed. For more information, see the
3084
+ * <b>Windows Server</b> tab in the topic <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html">How security
3085
+ * patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3086
+ * </important>
3050
3087
  * @public
3051
3088
  */
3052
3089
  ApproveAfterDays?: number;
@@ -3054,12 +3091,17 @@ export interface PatchRule {
3054
3091
  * <p>The cutoff date for auto approval of released patches. Any patches released on or before
3055
3092
  * this date are installed automatically.</p>
3056
3093
  * <p>Enter dates in the format <code>YYYY-MM-DD</code>. For example,
3057
- * <code>2021-12-31</code>.</p>
3058
- * <note>
3059
- * <p>This parameter is marked as not required, but your request must include a value
3060
- * for either <code>ApproveUntilDate</code> or <code>ApproveAfterDays</code>.</p>
3061
- * </note>
3094
+ * <code>2024-12-31</code>.</p>
3095
+ * <p>This parameter is marked as <code>Required: No</code>, but your request must include a value
3096
+ * for either <code>ApproveUntilDate</code> or <code>ApproveAfterDays</code>.</p>
3062
3097
  * <p>Not supported for Debian Server or Ubuntu Server.</p>
3098
+ * <important>
3099
+ * <p>Use caution when setting this value for Windows Server patch baselines. Because patch
3100
+ * updates that are replaced by later updates are removed, setting too broad a value for this
3101
+ * parameter can result in crucial patches not being installed. For more information, see the
3102
+ * <b>Windows Server</b> tab in the topic <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html">How security
3103
+ * patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3104
+ * </important>
3063
3105
  * @public
3064
3106
  */
3065
3107
  ApproveUntilDate?: string;
@@ -3187,8 +3229,8 @@ export interface CreatePatchBaselineRequest {
3187
3229
  /**
3188
3230
  * <p>A list of explicitly approved patches for the baseline.</p>
3189
3231
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
3190
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
3191
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3232
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
3233
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3192
3234
  * @public
3193
3235
  */
3194
3236
  ApprovedPatches?: string[];
@@ -3209,8 +3251,8 @@ export interface CreatePatchBaselineRequest {
3209
3251
  /**
3210
3252
  * <p>A list of explicitly rejected patches for the baseline.</p>
3211
3253
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
3212
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
3213
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3254
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
3255
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3214
3256
  * @public
3215
3257
  */
3216
3258
  RejectedPatches?: string[];
@@ -3764,8 +3806,7 @@ export interface DeleteInventoryResult {
3764
3806
  */
3765
3807
  TypeName?: string;
3766
3808
  /**
3767
- * <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary">Understanding the delete inventory summary</a> in the
3768
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3809
+ * <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-custom.html#delete-custom-inventory-summary">Deleting custom inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3769
3810
  * @public
3770
3811
  */
3771
3812
  DeletionSummary?: InventoryDeletionSummary;
@@ -5012,7 +5053,7 @@ export interface AutomationExecutionMetadata {
5012
5053
  /**
5013
5054
  * <p>Use this filter with <a>DescribeAutomationExecutions</a>. Specify either Local or
5014
5055
  * CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and
5015
- * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running Automation workflows in multiple Amazon Web Services Regions and accounts</a> in the
5056
+ * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running automations in multiple Amazon Web Services Regions and accounts</a> in the
5016
5057
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
5017
5058
  * @public
5018
5059
  */
@@ -5027,6 +5068,12 @@ export interface AutomationExecutionMetadata {
5027
5068
  * @public
5028
5069
  */
5029
5070
  TriggeredAlarms?: AlarmStateInformation[];
5071
+ /**
5072
+ * <p>A publicly accessible URL for a file that contains the <code>TargetLocations</code> body.
5073
+ * Currently, only files in presigned Amazon S3 buckets are supported</p>
5074
+ * @public
5075
+ */
5076
+ TargetLocationsURL?: string;
5030
5077
  /**
5031
5078
  * <p>The subtype of the Automation operation. Currently, the only supported value is
5032
5079
  * <code>ChangeRequest</code>.</p>
@@ -6463,10 +6510,11 @@ export interface InstanceInformation {
6463
6510
  * activated as a Systems Manager managed node. The name is specified as the <code>DefaultInstanceName</code>
6464
6511
  * property using the <a>CreateActivation</a> command. It is applied to the managed node
6465
6512
  * by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as
6466
- * explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html">Install SSM Agent for a
6467
- * hybrid and multicloud environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
6468
- * hybrid and multicloud environment (Windows)</a>. To retrieve the <code>Name</code> tag of an
6469
- * EC2 instance, use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
6513
+ * explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-ssm-agent-install-linux.html">How to
6514
+ * install SSM Agent on hybrid Linux nodes</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-ssm-agent-install-windows.html">How to
6515
+ * install SSM Agent on hybrid Windows Server nodes</a>. To retrieve the <code>Name</code> tag
6516
+ * of an EC2 instance, use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see
6517
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
6470
6518
  * @public
6471
6519
  */
6472
6520
  Name?: string;
@@ -6590,8 +6638,8 @@ export interface DescribeInstancePatchesRequest {
6590
6638
  * <p>Sample values: <code>Installed</code> | <code>InstalledOther</code> |
6591
6639
  * <code>InstalledPendingReboot</code>
6592
6640
  * </p>
6593
- * <p>For lists of all <code>State</code> values, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html">Understanding
6594
- * patch compliance state values</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6641
+ * <p>For lists of all <code>State</code> values, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html">Patch compliance
6642
+ * state values</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6595
6643
  * </li>
6596
6644
  * </ul>
6597
6645
  * @public
@@ -6656,7 +6704,8 @@ export interface PatchComplianceData {
6656
6704
  Severity: string | undefined;
6657
6705
  /**
6658
6706
  * <p>The state of the patch on the managed node, such as INSTALLED or FAILED.</p>
6659
- * <p>For descriptions of each patch state, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch">About patch compliance</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6707
+ * <p>For descriptions of each patch state, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/compliance-about.html#compliance-monitor-patch">About
6708
+ * patch compliance</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6660
6709
  * @public
6661
6710
  */
6662
6711
  State: PatchComplianceDataState | undefined;
@@ -6795,8 +6844,8 @@ export interface InstancePatchState {
6795
6844
  * patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML
6796
6845
  * format and specify in the SSM document <code>AWS-RunPatchBaseline</code>, overrides the patches
6797
6846
  * specified by the default patch baseline.</p>
6798
- * <p>For more information about the <code>InstallOverrideList</code> parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html">About the
6799
- * <code>AWS-RunPatchBaseline SSM document</code>
6847
+ * <p>For more information about the <code>InstallOverrideList</code> parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html">SSM Command
6848
+ * document for patching: <code>AWS-RunPatchBaseline</code>
6800
6849
  * </a> in the
6801
6850
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6802
6851
  * @public
@@ -7441,7 +7490,7 @@ export interface InventoryDeletionStatusItem {
7441
7490
  */
7442
7491
  LastStatusMessage?: string;
7443
7492
  /**
7444
- * <p>Information about the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete">Understanding the delete inventory summary</a> in the
7493
+ * <p>Information about the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-custom.html#delete-custom-inventory">Understanding the delete inventory summary</a> in the
7445
7494
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
7446
7495
  * @public
7447
7496
  */
@@ -7551,7 +7600,7 @@ export interface DescribeMaintenanceWindowExecutionsRequest {
7551
7600
  * <li>
7552
7601
  * <p>Values. An array of strings, each between 1 and 256 characters. Supported values are
7553
7602
  * date/time strings in a valid ISO 8601 date/time format, such as
7554
- * <code>2021-11-04T05:00:00Z</code>.</p>
7603
+ * <code>2024-11-04T05:00:00Z</code>.</p>
7555
7604
  * </li>
7556
7605
  * </ul>
7557
7606
  * @public