@aws-sdk/client-ssm 3.533.0 → 3.540.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 (291) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/SSM.d.ts +29 -1
  6. package/dist-types/SSMClient.d.ts +1 -1
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +2 -1
  9. package/dist-types/commands/CancelCommandCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateActivationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateAssociationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDocumentCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateOpsItemCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +2 -1
  18. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteActivationCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteAssociationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteDocumentCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteInventoryCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteOpsItemCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteParameterCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteParametersCommand.d.ts +2 -1
  29. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  32. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -1
  33. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  34. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +2 -1
  35. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeActivationsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeDocumentCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -1
  51. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -1
  52. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +2 -1
  53. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +2 -1
  54. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +2 -1
  55. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +2 -1
  56. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -1
  57. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +2 -1
  58. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +2 -1
  59. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
  60. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +2 -1
  61. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +2 -1
  62. package/dist-types/commands/DescribeParametersCommand.d.ts +2 -1
  63. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +2 -1
  64. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -1
  65. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +2 -1
  66. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +2 -1
  67. package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  68. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +2 -1
  69. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +2 -1
  70. package/dist-types/commands/GetCalendarStateCommand.d.ts +2 -1
  71. package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -1
  72. package/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -1
  73. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +2 -1
  74. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -1
  75. package/dist-types/commands/GetDocumentCommand.d.ts +2 -1
  76. package/dist-types/commands/GetInventoryCommand.d.ts +2 -1
  77. package/dist-types/commands/GetInventorySchemaCommand.d.ts +2 -1
  78. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +2 -1
  79. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +2 -1
  80. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +2 -1
  81. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +2 -1
  82. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +2 -1
  83. package/dist-types/commands/GetOpsItemCommand.d.ts +2 -1
  84. package/dist-types/commands/GetOpsMetadataCommand.d.ts +2 -1
  85. package/dist-types/commands/GetOpsSummaryCommand.d.ts +2 -1
  86. package/dist-types/commands/GetParameterCommand.d.ts +2 -1
  87. package/dist-types/commands/GetParameterHistoryCommand.d.ts +2 -1
  88. package/dist-types/commands/GetParametersByPathCommand.d.ts +2 -1
  89. package/dist-types/commands/GetParametersCommand.d.ts +2 -1
  90. package/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -1
  91. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +2 -1
  92. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
  93. package/dist-types/commands/GetServiceSettingCommand.d.ts +2 -1
  94. package/dist-types/commands/LabelParameterVersionCommand.d.ts +2 -1
  95. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +2 -1
  96. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
  97. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +2 -1
  98. package/dist-types/commands/ListCommandsCommand.d.ts +2 -1
  99. package/dist-types/commands/ListComplianceItemsCommand.d.ts +2 -1
  100. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +2 -1
  101. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +2 -1
  102. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +2 -1
  103. package/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
  104. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +2 -1
  105. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +2 -1
  106. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +2 -1
  107. package/dist-types/commands/ListOpsMetadataCommand.d.ts +2 -1
  108. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +2 -1
  109. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +2 -1
  110. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  111. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +2 -1
  112. package/dist-types/commands/PutComplianceItemsCommand.d.ts +2 -1
  113. package/dist-types/commands/PutInventoryCommand.d.ts +2 -1
  114. package/dist-types/commands/PutParameterCommand.d.ts +2 -1
  115. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  116. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +2 -1
  117. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
  118. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +2 -1
  119. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +2 -1
  120. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
  121. package/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
  122. package/dist-types/commands/ResumeSessionCommand.d.ts +2 -1
  123. package/dist-types/commands/SendAutomationSignalCommand.d.ts +2 -1
  124. package/dist-types/commands/SendCommandCommand.d.ts +2 -1
  125. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +2 -1
  126. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +2 -1
  127. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +2 -1
  128. package/dist-types/commands/StartSessionCommand.d.ts +2 -1
  129. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +2 -1
  130. package/dist-types/commands/TerminateSessionCommand.d.ts +2 -1
  131. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +2 -1
  132. package/dist-types/commands/UpdateAssociationCommand.d.ts +2 -1
  133. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -1
  134. package/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
  135. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +2 -1
  136. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +2 -1
  138. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +2 -1
  139. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +2 -1
  140. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -1
  141. package/dist-types/commands/UpdateOpsItemCommand.d.ts +2 -1
  142. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +2 -1
  143. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +2 -1
  144. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +2 -1
  145. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +2 -1
  146. package/dist-types/index.d.ts +0 -1
  147. package/dist-types/models/models_0.d.ts +896 -896
  148. package/dist-types/models/models_1.d.ts +1076 -1076
  149. package/dist-types/models/models_2.d.ts +211 -211
  150. package/dist-types/ts3.4/SSM.d.ts +28 -0
  151. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +9 -0
  196. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +9 -0
  197. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +9 -0
  198. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +9 -0
  199. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +9 -0
  200. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +9 -0
  201. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +9 -0
  202. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +9 -0
  203. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +9 -0
  204. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +9 -0
  205. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +9 -0
  206. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +9 -0
  207. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +9 -0
  208. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +9 -0
  209. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +9 -0
  210. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +9 -0
  211. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  212. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +9 -0
  213. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +9 -0
  214. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +9 -0
  215. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +9 -0
  216. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +9 -0
  217. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +9 -0
  218. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
  219. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +9 -0
  220. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +9 -0
  221. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +9 -0
  222. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +9 -0
  223. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +9 -0
  224. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +9 -0
  225. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +9 -0
  226. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +9 -0
  227. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +9 -0
  228. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +9 -0
  229. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +9 -0
  230. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +9 -0
  231. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +9 -0
  232. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +9 -0
  233. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +9 -0
  234. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +9 -0
  235. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +9 -0
  236. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
  237. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +9 -0
  238. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +9 -0
  239. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +9 -0
  240. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +9 -0
  241. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +9 -0
  242. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +9 -0
  243. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +9 -0
  244. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +9 -0
  245. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +9 -0
  246. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +9 -0
  247. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +9 -0
  248. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +9 -0
  249. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +9 -0
  250. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +9 -0
  251. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +9 -0
  252. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +9 -0
  253. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +9 -0
  254. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  255. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +9 -0
  256. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +9 -0
  257. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +9 -0
  258. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +9 -0
  259. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  260. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +9 -0
  261. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +9 -0
  262. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +9 -0
  263. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +9 -0
  264. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +9 -0
  265. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +9 -0
  266. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +9 -0
  267. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +9 -0
  268. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +9 -0
  269. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +9 -0
  270. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +9 -0
  271. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +9 -0
  272. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +9 -0
  273. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +9 -0
  274. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +9 -0
  275. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +9 -0
  276. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +9 -0
  277. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +9 -0
  278. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +9 -0
  279. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +9 -0
  280. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +9 -0
  281. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +9 -0
  282. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +9 -0
  283. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +9 -0
  284. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +9 -0
  285. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +9 -0
  286. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +9 -0
  287. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +9 -0
  288. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +9 -0
  289. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +9 -0
  290. package/dist-types/ts3.4/index.d.ts +0 -1
  291. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface DeleteInventoryCommandOutput extends DeleteInventoryResult, __M
22
22
  }
23
23
  declare const DeleteInventoryCommand_base: {
24
24
  new (input: DeleteInventoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInventoryCommandInput, DeleteInventoryCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInventoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInventoryCommandInput, DeleteInventoryCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a custom inventory type or the data associated with a custom Inventory type. Deleting
30
30
  * a custom inventory type is also referred to as deleting a custom inventory schema.</p>
31
31
  * @example
@@ -85,6 +85,7 @@ declare const DeleteInventoryCommand_base: {
85
85
  * @throws {@link SSMServiceException}
86
86
  * <p>Base exception class for all service exceptions from SSM service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DeleteInventoryCommand extends DeleteInventoryCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DeleteMaintenanceWindowCommandOutput extends DeleteMaintenanceW
22
22
  }
23
23
  declare const DeleteMaintenanceWindowCommand_base: {
24
24
  new (input: DeleteMaintenanceWindowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMaintenanceWindowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a maintenance window.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -56,6 +56,7 @@ declare const DeleteMaintenanceWindowCommand_base: {
56
56
  * @throws {@link SSMServiceException}
57
57
  * <p>Base exception class for all service exceptions from SSM service.</p>
58
58
  *
59
+ * @public
59
60
  */
60
61
  export declare class DeleteMaintenanceWindowCommand extends DeleteMaintenanceWindowCommand_base {
61
62
  }
@@ -22,10 +22,10 @@ export interface DeleteOpsItemCommandOutput extends DeleteOpsItemResponse, __Met
22
22
  }
23
23
  declare const DeleteOpsItemCommand_base: {
24
24
  new (input: DeleteOpsItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOpsItemCommandInput, DeleteOpsItemCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOpsItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOpsItemCommandInput, DeleteOpsItemCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to
30
30
  * delete an OpsItem. </p>
31
31
  * <important>
@@ -85,6 +85,7 @@ declare const DeleteOpsItemCommand_base: {
85
85
  * @throws {@link SSMServiceException}
86
86
  * <p>Base exception class for all service exceptions from SSM service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DeleteOpsItemCommand extends DeleteOpsItemCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DeleteOpsMetadataCommandOutput extends DeleteOpsMetadataResult,
22
22
  }
23
23
  declare const DeleteOpsMetadataCommand_base: {
24
24
  new (input: DeleteOpsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteOpsMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete OpsMetadata related to an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeleteOpsMetadataCommand_base: {
60
60
  * @throws {@link SSMServiceException}
61
61
  * <p>Base exception class for all service exceptions from SSM service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeleteOpsMetadataCommand extends DeleteOpsMetadataCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteParameterCommandOutput extends DeleteParameterResult, __M
22
22
  }
23
23
  declare const DeleteParameterCommand_base: {
24
24
  new (input: DeleteParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParameterCommandInput, DeleteParameterCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParameterCommandInput, DeleteParameterCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds
30
30
  * to create a parameter with the same name.</p>
31
31
  * @example
@@ -58,6 +58,7 @@ declare const DeleteParameterCommand_base: {
58
58
  * @throws {@link SSMServiceException}
59
59
  * <p>Base exception class for all service exceptions from SSM service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DeleteParameterCommand extends DeleteParameterCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface DeleteParametersCommandOutput extends DeleteParametersResult, _
22
22
  }
23
23
  declare const DeleteParametersCommand_base: {
24
24
  new (input: DeleteParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParametersCommandInput, DeleteParametersCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteParametersCommandInput, DeleteParametersCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to
30
30
  * create a parameter with the same name.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteParametersCommand_base: {
64
64
  * @throws {@link SSMServiceException}
65
65
  * <p>Base exception class for all service exceptions from SSM service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteParametersCommand extends DeleteParametersCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeletePatchBaselineCommandOutput extends DeletePatchBaselineRes
22
22
  }
23
23
  declare const DeletePatchBaselineCommand_base: {
24
24
  new (input: DeletePatchBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePatchBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a patch baseline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -60,6 +60,7 @@ declare const DeletePatchBaselineCommand_base: {
60
60
  * @throws {@link SSMServiceException}
61
61
  * <p>Base exception class for all service exceptions from SSM service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class DeletePatchBaselineCommand extends DeletePatchBaselineCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface DeleteResourceDataSyncCommandOutput extends DeleteResourceDataS
22
22
  }
23
23
  declare const DeleteResourceDataSyncCommand_base: {
24
24
  new (input: DeleteResourceDataSyncCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourceDataSyncCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a resource data sync configuration. After the configuration is deleted, changes to
30
30
  * data on managed nodes are no longer synced to or from the target. Deleting a sync configuration
31
31
  * doesn't delete data.</p>
@@ -63,6 +63,7 @@ declare const DeleteResourceDataSyncCommand_base: {
63
63
  * @throws {@link SSMServiceException}
64
64
  * <p>Base exception class for all service exceptions from SSM service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteResourceDataSyncCommand extends DeleteResourceDataSyncCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following
30
30
  * resources support Systems Manager resource policies.</p>
31
31
  * <ul>
@@ -90,6 +90,7 @@ declare const DeleteResourcePolicyCommand_base: {
90
90
  * @throws {@link SSMServiceException}
91
91
  * <p>Base exception class for all service exceptions from SSM service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DeregisterManagedInstanceCommandOutput extends DeregisterManage
22
22
  }
23
23
  declare const DeregisterManagedInstanceCommand_base: {
24
24
  new (input: DeregisterManagedInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterManagedInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the server or virtual machine from the list of registered servers. You can
30
30
  * reregister the node again at any time. If you don't plan to use Run Command on the server, we
31
31
  * suggest uninstalling SSM Agent first.</p>
@@ -76,6 +76,7 @@ declare const DeregisterManagedInstanceCommand_base: {
76
76
  * @throws {@link SSMServiceException}
77
77
  * <p>Base exception class for all service exceptions from SSM service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeregisterManagedInstanceCommand extends DeregisterManagedInstanceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DeregisterPatchBaselineForPatchGroupCommandOutput extends Dereg
22
22
  }
23
23
  declare const DeregisterPatchBaselineForPatchGroupCommand_base: {
24
24
  new (input: DeregisterPatchBaselineForPatchGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterPatchBaselineForPatchGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a patch group from a patch baseline.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeregisterPatchBaselineForPatchGroupCommand_base: {
61
61
  * @throws {@link SSMServiceException}
62
62
  * <p>Base exception class for all service exceptions from SSM service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeregisterPatchBaselineForPatchGroupCommand extends DeregisterPatchBaselineForPatchGroupCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DeregisterTargetFromMaintenanceWindowCommandOutput extends Dere
22
22
  }
23
23
  declare const DeregisterTargetFromMaintenanceWindowCommand_base: {
24
24
  new (input: DeregisterTargetFromMaintenanceWindowCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterTargetFromMaintenanceWindowCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a target from a maintenance window.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeregisterTargetFromMaintenanceWindowCommand_base: {
69
69
  * @throws {@link SSMServiceException}
70
70
  * <p>Base exception class for all service exceptions from SSM service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeregisterTargetFromMaintenanceWindowCommand extends DeregisterTargetFromMaintenanceWindowCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeregisterTaskFromMaintenanceWindowCommandOutput extends Deregi
22
22
  }
23
23
  declare const DeregisterTaskFromMaintenanceWindowCommand_base: {
24
24
  new (input: DeregisterTaskFromMaintenanceWindowCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterTaskFromMaintenanceWindowCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes a task from a maintenance window.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeregisterTaskFromMaintenanceWindowCommand_base: {
64
64
  * @throws {@link SSMServiceException}
65
65
  * <p>Base exception class for all service exceptions from SSM service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeregisterTaskFromMaintenanceWindowCommand extends DeregisterTaskFromMaintenanceWindowCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DescribeActivationsCommandOutput extends DescribeActivationsRes
22
22
  }
23
23
  declare const DescribeActivationsCommand_base: {
24
24
  new (input: DescribeActivationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivationsCommandInput, DescribeActivationsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeActivationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeActivationsCommandInput, DescribeActivationsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes details about the activation, such as the date and time the activation was
30
30
  * created, its expiration date, the Identity and Access Management (IAM) role assigned to
31
31
  * the managed nodes in the activation, and the number of nodes registered by using this
@@ -93,6 +93,7 @@ declare const DescribeActivationsCommand_base: {
93
93
  * @throws {@link SSMServiceException}
94
94
  * <p>Base exception class for all service exceptions from SSM service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DescribeActivationsCommand extends DescribeActivationsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DescribeAssociationCommandOutput extends DescribeAssociationRes
22
22
  }
23
23
  declare const DescribeAssociationCommand_base: {
24
24
  new (input: DescribeAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssociationCommandInput, DescribeAssociationCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAssociationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAssociationCommandInput, DescribeAssociationCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the association for the specified target or managed node. If you created the
30
30
  * association by using the <code>Targets</code> parameter, then you must retrieve the association
31
31
  * by using the association ID.</p>
@@ -190,6 +190,7 @@ declare const DescribeAssociationCommand_base: {
190
190
  * @throws {@link SSMServiceException}
191
191
  * <p>Base exception class for all service exceptions from SSM service.</p>
192
192
  *
193
+ * @public
193
194
  */
194
195
  export declare class DescribeAssociationCommand extends DescribeAssociationCommand_base {
195
196
  }
@@ -22,10 +22,10 @@ export interface DescribeAssociationExecutionTargetsCommandOutput extends Descri
22
22
  }
23
23
  declare const DescribeAssociationExecutionTargetsCommand_base: {
24
24
  new (input: DescribeAssociationExecutionTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAssociationExecutionTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Views information about a specific execution of a specific association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const DescribeAssociationExecutionTargetsCommand_base: {
90
90
  * @throws {@link SSMServiceException}
91
91
  * <p>Base exception class for all service exceptions from SSM service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DescribeAssociationExecutionTargetsCommand extends DescribeAssociationExecutionTargetsCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DescribeAssociationExecutionsCommandOutput extends DescribeAsso
22
22
  }
23
23
  declare const DescribeAssociationExecutionsCommand_base: {
24
24
  new (input: DescribeAssociationExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAssociationExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Views all executions for a specific association ID. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const DescribeAssociationExecutionsCommand_base: {
97
97
  * @throws {@link SSMServiceException}
98
98
  * <p>Base exception class for all service exceptions from SSM service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DescribeAssociationExecutionsCommand extends DescribeAssociationExecutionsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface DescribeAutomationExecutionsCommandOutput extends DescribeAutom
22
22
  }
23
23
  declare const DescribeAutomationExecutionsCommand_base: {
24
24
  new (input: DescribeAutomationExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAutomationExecutionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides details about all active and terminated Automation executions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -191,6 +191,7 @@ declare const DescribeAutomationExecutionsCommand_base: {
191
191
  * @throws {@link SSMServiceException}
192
192
  * <p>Base exception class for all service exceptions from SSM service.</p>
193
193
  *
194
+ * @public
194
195
  */
195
196
  export declare class DescribeAutomationExecutionsCommand extends DescribeAutomationExecutionsCommand_base {
196
197
  }
@@ -22,10 +22,10 @@ export interface DescribeAutomationStepExecutionsCommandOutput extends DescribeA
22
22
  }
23
23
  declare const DescribeAutomationStepExecutionsCommand_base: {
24
24
  new (input: DescribeAutomationStepExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAutomationStepExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Information about all active and terminated step executions in an Automation
30
30
  * workflow.</p>
31
31
  * @example
@@ -165,6 +165,7 @@ declare const DescribeAutomationStepExecutionsCommand_base: {
165
165
  * @throws {@link SSMServiceException}
166
166
  * <p>Base exception class for all service exceptions from SSM service.</p>
167
167
  *
168
+ * @public
168
169
  */
169
170
  export declare class DescribeAutomationStepExecutionsCommand extends DescribeAutomationStepExecutionsCommand_base {
170
171
  }
@@ -22,10 +22,10 @@ export interface DescribeAvailablePatchesCommandOutput extends DescribeAvailable
22
22
  }
23
23
  declare const DescribeAvailablePatchesCommand_base: {
24
24
  new (input: DescribeAvailablePatchesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAvailablePatchesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all patches eligible to be included in a patch baseline.</p>
30
30
  * <note>
31
31
  * <p>Currently, <code>DescribeAvailablePatches</code> supports only the Amazon Linux 1, Amazon
@@ -102,6 +102,7 @@ declare const DescribeAvailablePatchesCommand_base: {
102
102
  * @throws {@link SSMServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSM service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DescribeAvailablePatchesCommand extends DescribeAvailablePatchesCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DescribeDocumentCommandOutput extends DescribeDocumentResult, _
22
22
  }
23
23
  declare const DescribeDocumentCommand_base: {
24
24
  new (input: DescribeDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentCommandInput, DescribeDocumentCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentCommandInput, DescribeDocumentCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified Amazon Web Services Systems Manager document (SSM document).</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -130,6 +130,7 @@ declare const DescribeDocumentCommand_base: {
130
130
  * @throws {@link SSMServiceException}
131
131
  * <p>Base exception class for all service exceptions from SSM service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class DescribeDocumentCommand extends DescribeDocumentCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface DescribeDocumentPermissionCommandOutput extends DescribeDocumen
22
22
  }
23
23
  declare const DescribeDocumentPermissionCommand_base: {
24
24
  new (input: DescribeDocumentPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDocumentPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the
30
30
  * document, you are the owner. If a document is shared, it can either be shared privately (by
31
31
  * specifying a user's Amazon Web Services account ID) or publicly (<i>All</i>). </p>
@@ -84,6 +84,7 @@ declare const DescribeDocumentPermissionCommand_base: {
84
84
  * @throws {@link SSMServiceException}
85
85
  * <p>Base exception class for all service exceptions from SSM service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DescribeDocumentPermissionCommand extends DescribeDocumentPermissionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeEffectiveInstanceAssociationsCommandOutput extends Desc
22
22
  }
23
23
  declare const DescribeEffectiveInstanceAssociationsCommand_base: {
24
24
  new (input: DescribeEffectiveInstanceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEffectiveInstanceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>All associations for the managed nodes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const DescribeEffectiveInstanceAssociationsCommand_base: {
89
89
  * @throws {@link SSMServiceException}
90
90
  * <p>Base exception class for all service exceptions from SSM service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DescribeEffectiveInstanceAssociationsCommand extends DescribeEffectiveInstanceAssociationsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DescribeEffectivePatchesForPatchBaselineCommandOutput extends D
22
22
  }
23
23
  declare const DescribeEffectivePatchesForPatchBaselineCommand_base: {
24
24
  new (input: DescribeEffectivePatchesForPatchBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEffectivePatchesForPatchBaselineCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the current effective patches (the patch and the approval state) for the specified
30
30
  * patch baseline. Applies to patch baselines for Windows only.</p>
31
31
  * @example
@@ -112,6 +112,7 @@ declare const DescribeEffectivePatchesForPatchBaselineCommand_base: {
112
112
  * @throws {@link SSMServiceException}
113
113
  * <p>Base exception class for all service exceptions from SSM service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class DescribeEffectivePatchesForPatchBaselineCommand extends DescribeEffectivePatchesForPatchBaselineCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface DescribeInstanceAssociationsStatusCommandOutput extends Describ
22
22
  }
23
23
  declare const DescribeInstanceAssociationsStatusCommand_base: {
24
24
  new (input: DescribeInstanceAssociationsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInstanceAssociationsStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The status of the associations for the managed nodes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const DescribeInstanceAssociationsStatusCommand_base: {
101
101
  * @throws {@link SSMServiceException}
102
102
  * <p>Base exception class for all service exceptions from SSM service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class DescribeInstanceAssociationsStatusCommand extends DescribeInstanceAssociationsStatusCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
22
22
  }
23
23
  declare const DescribeInstanceInformationCommand_base: {
24
24
  new (input: DescribeInstanceInformationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeInstanceInformationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about one or more of your managed nodes, including the operating system
30
30
  * platform, SSM Agent version, association status, and IP address. This operation does not return
31
31
  * information for nodes that are either Stopped or Terminated.</p>
@@ -141,6 +141,7 @@ declare const DescribeInstanceInformationCommand_base: {
141
141
  * @throws {@link SSMServiceException}
142
142
  * <p>Base exception class for all service exceptions from SSM service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class DescribeInstanceInformationCommand extends DescribeInstanceInformationCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface DescribeInstancePatchStatesCommandOutput extends DescribeInstan
22
22
  }
23
23
  declare const DescribeInstancePatchStatesCommand_base: {
24
24
  new (input: DescribeInstancePatchStatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInstancePatchStatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the high-level patch state of one or more managed nodes.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const DescribeInstancePatchStatesCommand_base: {
89
89
  * @throws {@link SSMServiceException}
90
90
  * <p>Base exception class for all service exceptions from SSM service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DescribeInstancePatchStatesCommand extends DescribeInstancePatchStatesCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DescribeInstancePatchStatesForPatchGroupCommandOutput extends D
22
22
  }
23
23
  declare const DescribeInstancePatchStatesForPatchGroupCommand_base: {
24
24
  new (input: DescribeInstancePatchStatesForPatchGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInstancePatchStatesForPatchGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the high-level patch state for the managed nodes in the specified patch
30
30
  * group.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const DescribeInstancePatchStatesForPatchGroupCommand_base: {
100
100
  * @throws {@link SSMServiceException}
101
101
  * <p>Base exception class for all service exceptions from SSM service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DescribeInstancePatchStatesForPatchGroupCommand extends DescribeInstancePatchStatesForPatchGroupCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DescribeInstancePatchesCommandOutput extends DescribeInstancePa
22
22
  }
23
23
  declare const DescribeInstancePatchesCommand_base: {
24
24
  new (input: DescribeInstancePatchesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInstancePatchesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the patches on the specified managed node and their state
30
30
  * relative to the patch baseline being used for the node.</p>
31
31
  * @example
@@ -104,6 +104,7 @@ declare const DescribeInstancePatchesCommand_base: {
104
104
  * @throws {@link SSMServiceException}
105
105
  * <p>Base exception class for all service exceptions from SSM service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class DescribeInstancePatchesCommand extends DescribeInstancePatchesCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DescribeInventoryDeletionsCommandOutput extends DescribeInvento
22
22
  }
23
23
  declare const DescribeInventoryDeletionsCommand_base: {
24
24
  new (input: DescribeInventoryDeletionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeInventoryDeletionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a specific delete inventory operation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const DescribeInventoryDeletionsCommand_base: {
86
86
  * @throws {@link SSMServiceException}
87
87
  * <p>Base exception class for all service exceptions from SSM service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DescribeInventoryDeletionsCommand extends DescribeInventoryDeletionsCommand_base {
91
92
  }