@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
package/dist-cjs/index.js CHANGED
@@ -8664,6 +8664,7 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
8664
8664
  StepExecutionsTruncated: import_smithy_client.expectBoolean,
8665
8665
  Target: import_smithy_client.expectString,
8666
8666
  TargetLocations: import_smithy_client._json,
8667
+ TargetLocationsURL: import_smithy_client.expectString,
8667
8668
  TargetMaps: import_smithy_client._json,
8668
8669
  TargetParameterName: import_smithy_client.expectString,
8669
8670
  Targets: import_smithy_client._json,
@@ -8699,6 +8700,7 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
8699
8700
  Runbooks: import_smithy_client._json,
8700
8701
  ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8701
8702
  Target: import_smithy_client.expectString,
8703
+ TargetLocationsURL: import_smithy_client.expectString,
8702
8704
  TargetMaps: import_smithy_client._json,
8703
8705
  TargetParameterName: import_smithy_client.expectString,
8704
8706
  Targets: import_smithy_client._json,
@@ -4736,6 +4736,7 @@ const de_AutomationExecution = (output, context) => {
4736
4736
  StepExecutionsTruncated: __expectBoolean,
4737
4737
  Target: __expectString,
4738
4738
  TargetLocations: _json,
4739
+ TargetLocationsURL: __expectString,
4739
4740
  TargetMaps: _json,
4740
4741
  TargetParameterName: __expectString,
4741
4742
  Targets: _json,
@@ -4771,6 +4772,7 @@ const de_AutomationExecutionMetadata = (output, context) => {
4771
4772
  Runbooks: _json,
4772
4773
  ScheduledTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4773
4774
  Target: __expectString,
4775
+ TargetLocationsURL: __expectString,
4774
4776
  TargetMaps: _json,
4775
4777
  TargetParameterName: __expectString,
4776
4778
  Targets: _json,
@@ -125,4 +125,15 @@ declare const AddTagsToResourceCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: AddTagsToResourceRequest;
132
+ output: {};
133
+ };
134
+ sdk: {
135
+ input: AddTagsToResourceCommandInput;
136
+ output: AddTagsToResourceCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -81,4 +81,15 @@ declare const AssociateOpsItemRelatedItemCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class AssociateOpsItemRelatedItemCommand extends AssociateOpsItemRelatedItemCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: AssociateOpsItemRelatedItemRequest;
88
+ output: AssociateOpsItemRelatedItemResponse;
89
+ };
90
+ sdk: {
91
+ input: AssociateOpsItemRelatedItemCommandInput;
92
+ output: AssociateOpsItemRelatedItemCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -88,4 +88,15 @@ declare const CancelCommandCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CancelCommandCommand extends CancelCommandCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CancelCommandRequest;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: CancelCommandCommandInput;
99
+ output: CancelCommandCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -68,4 +68,15 @@ declare const CancelMaintenanceWindowExecutionCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class CancelMaintenanceWindowExecutionCommand extends CancelMaintenanceWindowExecutionCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: CancelMaintenanceWindowExecutionRequest;
75
+ output: CancelMaintenanceWindowExecutionResult;
76
+ };
77
+ sdk: {
78
+ input: CancelMaintenanceWindowExecutionCommandInput;
79
+ output: CancelMaintenanceWindowExecutionCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -31,9 +31,8 @@ declare const CreateActivationCommand_base: {
31
31
  * servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with
32
32
  * Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and
33
33
  * ID when installing SSM Agent on machines in your hybrid environment. For more information about
34
- * requirements for managing on-premises machines using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html">Setting up
35
- * Amazon Web Services Systems Manager for hybrid and multicloud environments</a> in the
36
- * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
34
+ * requirements for managing on-premises machines using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-hybrid-multicloud.html">Using Amazon Web Services Systems Manager in
35
+ * hybrid and multicloud environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
37
36
  * <note>
38
37
  * <p>Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are
39
38
  * configured for Systems Manager are all called <i>managed nodes</i>.</p>
@@ -91,4 +90,15 @@ declare const CreateActivationCommand_base: {
91
90
  * @public
92
91
  */
93
92
  export declare class CreateActivationCommand extends CreateActivationCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: CreateActivationRequest;
97
+ output: CreateActivationResult;
98
+ };
99
+ sdk: {
100
+ input: CreateActivationCommandInput;
101
+ output: CreateActivationCommandOutput;
102
+ };
103
+ };
94
104
  }
@@ -96,6 +96,20 @@ declare const CreateAssociationBatchCommand_base: {
96
96
  * },
97
97
  * ],
98
98
  * },
99
+ * IncludeChildOrganizationUnits: true || false,
100
+ * ExcludeAccounts: [ // ExcludeAccounts
101
+ * "STRING_VALUE",
102
+ * ],
103
+ * Targets: [
104
+ * {
105
+ * Key: "STRING_VALUE",
106
+ * Values: [
107
+ * "STRING_VALUE",
108
+ * ],
109
+ * },
110
+ * ],
111
+ * TargetsMaxConcurrency: "STRING_VALUE",
112
+ * TargetsMaxErrors: "STRING_VALUE",
99
113
  * },
100
114
  * ],
101
115
  * ScheduleOffset: Number("int"),
@@ -195,6 +209,20 @@ declare const CreateAssociationBatchCommand_base: {
195
209
  * // },
196
210
  * // ],
197
211
  * // },
212
+ * // IncludeChildOrganizationUnits: true || false,
213
+ * // ExcludeAccounts: [ // ExcludeAccounts
214
+ * // "STRING_VALUE",
215
+ * // ],
216
+ * // Targets: [
217
+ * // {
218
+ * // Key: "STRING_VALUE",
219
+ * // Values: [
220
+ * // "STRING_VALUE",
221
+ * // ],
222
+ * // },
223
+ * // ],
224
+ * // TargetsMaxConcurrency: "STRING_VALUE",
225
+ * // TargetsMaxErrors: "STRING_VALUE",
198
226
  * // },
199
227
  * // ],
200
228
  * // ScheduleOffset: Number("int"),
@@ -234,14 +262,7 @@ declare const CreateAssociationBatchCommand_base: {
234
262
  * // },
235
263
  * // AutomationTargetParameterName: "STRING_VALUE",
236
264
  * // DocumentVersion: "STRING_VALUE",
237
- * // Targets: [
238
- * // {
239
- * // Key: "STRING_VALUE",
240
- * // Values: [
241
- * // "STRING_VALUE",
242
- * // ],
243
- * // },
244
- * // ],
265
+ * // Targets: "<Targets>",
245
266
  * // ScheduleExpression: "STRING_VALUE",
246
267
  * // OutputLocation: {
247
268
  * // S3Location: {
@@ -271,6 +292,13 @@ declare const CreateAssociationBatchCommand_base: {
271
292
  * // TargetLocationMaxErrors: "STRING_VALUE",
272
293
  * // ExecutionRoleName: "STRING_VALUE",
273
294
  * // TargetLocationAlarmConfiguration: "<AlarmConfiguration>",
295
+ * // IncludeChildOrganizationUnits: true || false,
296
+ * // ExcludeAccounts: [
297
+ * // "STRING_VALUE",
298
+ * // ],
299
+ * // Targets: "<Targets>",
300
+ * // TargetsMaxConcurrency: "STRING_VALUE",
301
+ * // TargetsMaxErrors: "STRING_VALUE",
274
302
  * // },
275
303
  * // ],
276
304
  * // ScheduleOffset: Number("int"),
@@ -360,4 +388,15 @@ declare const CreateAssociationBatchCommand_base: {
360
388
  * @public
361
389
  */
362
390
  export declare class CreateAssociationBatchCommand extends CreateAssociationBatchCommand_base {
391
+ /** @internal type navigation helper, not in runtime. */
392
+ protected static __types: {
393
+ api: {
394
+ input: CreateAssociationBatchRequest;
395
+ output: CreateAssociationBatchResult;
396
+ };
397
+ sdk: {
398
+ input: CreateAssociationBatchCommandInput;
399
+ output: CreateAssociationBatchCommandOutput;
400
+ };
401
+ };
363
402
  }
@@ -97,6 +97,20 @@ declare const CreateAssociationCommand_base: {
97
97
  * },
98
98
  * ],
99
99
  * },
100
+ * IncludeChildOrganizationUnits: true || false,
101
+ * ExcludeAccounts: [ // ExcludeAccounts
102
+ * "STRING_VALUE",
103
+ * ],
104
+ * Targets: [
105
+ * {
106
+ * Key: "STRING_VALUE",
107
+ * Values: [
108
+ * "STRING_VALUE",
109
+ * ],
110
+ * },
111
+ * ],
112
+ * TargetsMaxConcurrency: "STRING_VALUE",
113
+ * TargetsMaxErrors: "STRING_VALUE",
100
114
  * },
101
115
  * ],
102
116
  * ScheduleOffset: Number("int"),
@@ -199,6 +213,20 @@ declare const CreateAssociationCommand_base: {
199
213
  * // },
200
214
  * // ],
201
215
  * // },
216
+ * // IncludeChildOrganizationUnits: true || false,
217
+ * // ExcludeAccounts: [ // ExcludeAccounts
218
+ * // "STRING_VALUE",
219
+ * // ],
220
+ * // Targets: [
221
+ * // {
222
+ * // Key: "STRING_VALUE",
223
+ * // Values: [
224
+ * // "STRING_VALUE",
225
+ * // ],
226
+ * // },
227
+ * // ],
228
+ * // TargetsMaxConcurrency: "STRING_VALUE",
229
+ * // TargetsMaxErrors: "STRING_VALUE",
202
230
  * // },
203
231
  * // ],
204
232
  * // ScheduleOffset: Number("int"),
@@ -300,4 +328,15 @@ declare const CreateAssociationCommand_base: {
300
328
  * @public
301
329
  */
302
330
  export declare class CreateAssociationCommand extends CreateAssociationCommand_base {
331
+ /** @internal type navigation helper, not in runtime. */
332
+ protected static __types: {
333
+ api: {
334
+ input: CreateAssociationRequest;
335
+ output: CreateAssociationResult;
336
+ };
337
+ sdk: {
338
+ input: CreateAssociationCommandInput;
339
+ output: CreateAssociationCommandOutput;
340
+ };
341
+ };
303
342
  }
@@ -29,7 +29,7 @@ declare const CreateDocumentCommand_base: {
29
29
  /**
30
30
  * <p>Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs
31
31
  * on your managed nodes. For more information about SSM documents, including information about
32
- * supported schemas, features, and syntax, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html">Amazon Web Services Systems Manager Documents</a> in the
32
+ * supported schemas, features, and syntax, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents.html">Amazon Web Services Systems Manager Documents</a> in the
33
33
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -173,4 +173,15 @@ declare const CreateDocumentCommand_base: {
173
173
  * @public
174
174
  */
175
175
  export declare class CreateDocumentCommand extends CreateDocumentCommand_base {
176
+ /** @internal type navigation helper, not in runtime. */
177
+ protected static __types: {
178
+ api: {
179
+ input: CreateDocumentRequest;
180
+ output: CreateDocumentResult;
181
+ };
182
+ sdk: {
183
+ input: CreateDocumentCommandInput;
184
+ output: CreateDocumentCommandOutput;
185
+ };
186
+ };
176
187
  }
@@ -94,4 +94,15 @@ declare const CreateMaintenanceWindowCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class CreateMaintenanceWindowCommand extends CreateMaintenanceWindowCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: CreateMaintenanceWindowRequest;
101
+ output: CreateMaintenanceWindowResult;
102
+ };
103
+ sdk: {
104
+ input: CreateMaintenanceWindowCommandInput;
105
+ output: CreateMaintenanceWindowCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -114,4 +114,15 @@ declare const CreateOpsItemCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class CreateOpsItemCommand extends CreateOpsItemCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: CreateOpsItemRequest;
121
+ output: CreateOpsItemResponse;
122
+ };
123
+ sdk: {
124
+ input: CreateOpsItemCommandInput;
125
+ output: CreateOpsItemCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -86,4 +86,15 @@ declare const CreateOpsMetadataCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class CreateOpsMetadataCommand extends CreateOpsMetadataCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateOpsMetadataRequest;
93
+ output: CreateOpsMetadataResult;
94
+ };
95
+ sdk: {
96
+ input: CreateOpsMetadataCommandInput;
97
+ output: CreateOpsMetadataCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -131,4 +131,15 @@ declare const CreatePatchBaselineCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class CreatePatchBaselineCommand extends CreatePatchBaselineCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: CreatePatchBaselineRequest;
138
+ output: CreatePatchBaselineResult;
139
+ };
140
+ sdk: {
141
+ input: CreatePatchBaselineCommandInput;
142
+ output: CreatePatchBaselineCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -31,8 +31,8 @@ declare const CreateResourceDataSyncCommand_base: {
31
31
  * Amazon Web Services Systems Manager offers two types of resource data sync: <code>SyncToDestination</code> and
32
32
  * <code>SyncFromSource</code>.</p>
33
33
  * <p>You can configure Systems Manager Inventory to use the <code>SyncToDestination</code> type to
34
- * synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html">Configuring resource data
35
- * sync for Inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
34
+ * synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-create-resource-data-sync.html">Creatinga a
35
+ * resource data sync for Inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
36
36
  * <p>You can configure Systems Manager Explorer to use the <code>SyncFromSource</code> type to synchronize
37
37
  * operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a
38
38
  * single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple
@@ -114,4 +114,15 @@ declare const CreateResourceDataSyncCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class CreateResourceDataSyncCommand extends CreateResourceDataSyncCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: CreateResourceDataSyncRequest;
121
+ output: {};
122
+ };
123
+ sdk: {
124
+ input: CreateResourceDataSyncCommandInput;
125
+ output: CreateResourceDataSyncCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -71,4 +71,15 @@ declare const DeleteActivationCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteActivationCommand extends DeleteActivationCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteActivationRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteActivationCommandInput;
82
+ output: DeleteActivationCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -95,4 +95,15 @@ declare const DeleteAssociationCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DeleteAssociationCommand extends DeleteAssociationCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DeleteAssociationRequest;
102
+ output: {};
103
+ };
104
+ sdk: {
105
+ input: DeleteAssociationCommandInput;
106
+ output: DeleteAssociationCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -73,4 +73,15 @@ declare const DeleteDocumentCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteDocumentCommand extends DeleteDocumentCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteDocumentRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteDocumentCommandInput;
84
+ output: DeleteDocumentCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -89,4 +89,15 @@ declare const DeleteInventoryCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DeleteInventoryCommand extends DeleteInventoryCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DeleteInventoryRequest;
96
+ output: DeleteInventoryResult;
97
+ };
98
+ sdk: {
99
+ input: DeleteInventoryCommandInput;
100
+ output: DeleteInventoryCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -60,4 +60,15 @@ declare const DeleteMaintenanceWindowCommand_base: {
60
60
  * @public
61
61
  */
62
62
  export declare class DeleteMaintenanceWindowCommand extends DeleteMaintenanceWindowCommand_base {
63
+ /** @internal type navigation helper, not in runtime. */
64
+ protected static __types: {
65
+ api: {
66
+ input: DeleteMaintenanceWindowRequest;
67
+ output: DeleteMaintenanceWindowResult;
68
+ };
69
+ sdk: {
70
+ input: DeleteMaintenanceWindowCommandInput;
71
+ output: DeleteMaintenanceWindowCommandOutput;
72
+ };
73
+ };
63
74
  }
@@ -89,4 +89,15 @@ declare const DeleteOpsItemCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DeleteOpsItemCommand extends DeleteOpsItemCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DeleteOpsItemRequest;
96
+ output: {};
97
+ };
98
+ sdk: {
99
+ input: DeleteOpsItemCommandInput;
100
+ output: DeleteOpsItemCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -64,4 +64,15 @@ declare const DeleteOpsMetadataCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteOpsMetadataCommand extends DeleteOpsMetadataCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteOpsMetadataRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteOpsMetadataCommandInput;
75
+ output: DeleteOpsMetadataCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -62,4 +62,15 @@ declare const DeleteParameterCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteParameterCommand extends DeleteParameterCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteParameterRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteParameterCommandInput;
73
+ output: DeleteParameterCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -68,4 +68,15 @@ declare const DeleteParametersCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteParametersCommand extends DeleteParametersCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteParametersRequest;
75
+ output: DeleteParametersResult;
76
+ };
77
+ sdk: {
78
+ input: DeleteParametersCommandInput;
79
+ output: DeleteParametersCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -64,4 +64,15 @@ declare const DeletePatchBaselineCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeletePatchBaselineCommand extends DeletePatchBaselineCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeletePatchBaselineRequest;
71
+ output: DeletePatchBaselineResult;
72
+ };
73
+ sdk: {
74
+ input: DeletePatchBaselineCommandInput;
75
+ output: DeletePatchBaselineCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -67,4 +67,15 @@ declare const DeleteResourceDataSyncCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteResourceDataSyncCommand extends DeleteResourceDataSyncCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteResourceDataSyncRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteResourceDataSyncCommandInput;
78
+ output: DeleteResourceDataSyncCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -94,4 +94,15 @@ declare const DeleteResourcePolicyCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DeleteResourcePolicyRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: DeleteResourcePolicyCommandInput;
105
+ output: DeleteResourcePolicyCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -80,4 +80,15 @@ declare const DeregisterManagedInstanceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeregisterManagedInstanceCommand extends DeregisterManagedInstanceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeregisterManagedInstanceRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DeregisterManagedInstanceCommandInput;
91
+ output: DeregisterManagedInstanceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -65,4 +65,15 @@ declare const DeregisterPatchBaselineForPatchGroupCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeregisterPatchBaselineForPatchGroupCommand extends DeregisterPatchBaselineForPatchGroupCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeregisterPatchBaselineForPatchGroupRequest;
72
+ output: DeregisterPatchBaselineForPatchGroupResult;
73
+ };
74
+ sdk: {
75
+ input: DeregisterPatchBaselineForPatchGroupCommandInput;
76
+ output: DeregisterPatchBaselineForPatchGroupCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -73,4 +73,15 @@ declare const DeregisterTargetFromMaintenanceWindowCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeregisterTargetFromMaintenanceWindowCommand extends DeregisterTargetFromMaintenanceWindowCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeregisterTargetFromMaintenanceWindowRequest;
80
+ output: DeregisterTargetFromMaintenanceWindowResult;
81
+ };
82
+ sdk: {
83
+ input: DeregisterTargetFromMaintenanceWindowCommandInput;
84
+ output: DeregisterTargetFromMaintenanceWindowCommandOutput;
85
+ };
86
+ };
76
87
  }