@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
@@ -68,4 +68,15 @@ declare const DeregisterTaskFromMaintenanceWindowCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeregisterTaskFromMaintenanceWindowCommand extends DeregisterTaskFromMaintenanceWindowCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeregisterTaskFromMaintenanceWindowRequest;
75
+ output: DeregisterTaskFromMaintenanceWindowResult;
76
+ };
77
+ sdk: {
78
+ input: DeregisterTaskFromMaintenanceWindowCommandInput;
79
+ output: DeregisterTaskFromMaintenanceWindowCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -97,4 +97,15 @@ declare const DescribeActivationsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribeActivationsCommand extends DescribeActivationsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribeActivationsRequest;
104
+ output: DescribeActivationsResult;
105
+ };
106
+ sdk: {
107
+ input: DescribeActivationsCommandInput;
108
+ output: DescribeActivationsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -118,6 +118,20 @@ declare const DescribeAssociationCommand_base: {
118
118
  * // },
119
119
  * // ],
120
120
  * // },
121
+ * // IncludeChildOrganizationUnits: true || false,
122
+ * // ExcludeAccounts: [ // ExcludeAccounts
123
+ * // "STRING_VALUE",
124
+ * // ],
125
+ * // Targets: [
126
+ * // {
127
+ * // Key: "STRING_VALUE",
128
+ * // Values: [
129
+ * // "STRING_VALUE",
130
+ * // ],
131
+ * // },
132
+ * // ],
133
+ * // TargetsMaxConcurrency: "STRING_VALUE",
134
+ * // TargetsMaxErrors: "STRING_VALUE",
121
135
  * // },
122
136
  * // ],
123
137
  * // ScheduleOffset: Number("int"),
@@ -194,4 +208,15 @@ declare const DescribeAssociationCommand_base: {
194
208
  * @public
195
209
  */
196
210
  export declare class DescribeAssociationCommand extends DescribeAssociationCommand_base {
211
+ /** @internal type navigation helper, not in runtime. */
212
+ protected static __types: {
213
+ api: {
214
+ input: DescribeAssociationRequest;
215
+ output: DescribeAssociationResult;
216
+ };
217
+ sdk: {
218
+ input: DescribeAssociationCommandInput;
219
+ output: DescribeAssociationCommandOutput;
220
+ };
221
+ };
197
222
  }
@@ -94,4 +94,15 @@ declare const DescribeAssociationExecutionTargetsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeAssociationExecutionTargetsCommand extends DescribeAssociationExecutionTargetsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeAssociationExecutionTargetsRequest;
101
+ output: DescribeAssociationExecutionTargetsResult;
102
+ };
103
+ sdk: {
104
+ input: DescribeAssociationExecutionTargetsCommandInput;
105
+ output: DescribeAssociationExecutionTargetsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -101,4 +101,15 @@ declare const DescribeAssociationExecutionsCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class DescribeAssociationExecutionsCommand extends DescribeAssociationExecutionsCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: DescribeAssociationExecutionsRequest;
108
+ output: DescribeAssociationExecutionsResult;
109
+ };
110
+ sdk: {
111
+ input: DescribeAssociationExecutionsCommandInput;
112
+ output: DescribeAssociationExecutionsCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -109,6 +109,7 @@ declare const DescribeAutomationExecutionsCommand_base: {
109
109
  * // State: "UNKNOWN" || "ALARM", // required
110
110
  * // },
111
111
  * // ],
112
+ * // TargetLocationsURL: "STRING_VALUE",
112
113
  * // AutomationSubtype: "ChangeRequest",
113
114
  * // ScheduledTime: new Date("TIMESTAMP"),
114
115
  * // Runbooks: [ // Runbooks
@@ -157,6 +158,13 @@ declare const DescribeAutomationExecutionsCommand_base: {
157
158
  * // },
158
159
  * // ],
159
160
  * // },
161
+ * // IncludeChildOrganizationUnits: true || false,
162
+ * // ExcludeAccounts: [ // ExcludeAccounts
163
+ * // "STRING_VALUE",
164
+ * // ],
165
+ * // Targets: "<Targets>",
166
+ * // TargetsMaxConcurrency: "STRING_VALUE",
167
+ * // TargetsMaxErrors: "STRING_VALUE",
160
168
  * // },
161
169
  * // ],
162
170
  * // },
@@ -195,4 +203,15 @@ declare const DescribeAutomationExecutionsCommand_base: {
195
203
  * @public
196
204
  */
197
205
  export declare class DescribeAutomationExecutionsCommand extends DescribeAutomationExecutionsCommand_base {
206
+ /** @internal type navigation helper, not in runtime. */
207
+ protected static __types: {
208
+ api: {
209
+ input: DescribeAutomationExecutionsRequest;
210
+ output: DescribeAutomationExecutionsResult;
211
+ };
212
+ sdk: {
213
+ input: DescribeAutomationExecutionsCommandInput;
214
+ output: DescribeAutomationExecutionsCommandOutput;
215
+ };
216
+ };
198
217
  }
@@ -120,6 +120,20 @@ declare const DescribeAutomationStepExecutionsCommand_base: {
120
120
  * // },
121
121
  * // ],
122
122
  * // },
123
+ * // IncludeChildOrganizationUnits: true || false,
124
+ * // ExcludeAccounts: [ // ExcludeAccounts
125
+ * // "STRING_VALUE",
126
+ * // ],
127
+ * // Targets: [
128
+ * // {
129
+ * // Key: "STRING_VALUE",
130
+ * // Values: [
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // },
134
+ * // ],
135
+ * // TargetsMaxConcurrency: "STRING_VALUE",
136
+ * // TargetsMaxErrors: "STRING_VALUE",
123
137
  * // },
124
138
  * // TriggeredAlarms: [ // AlarmStateInformationList
125
139
  * // { // AlarmStateInformation
@@ -169,4 +183,15 @@ declare const DescribeAutomationStepExecutionsCommand_base: {
169
183
  * @public
170
184
  */
171
185
  export declare class DescribeAutomationStepExecutionsCommand extends DescribeAutomationStepExecutionsCommand_base {
186
+ /** @internal type navigation helper, not in runtime. */
187
+ protected static __types: {
188
+ api: {
189
+ input: DescribeAutomationStepExecutionsRequest;
190
+ output: DescribeAutomationStepExecutionsResult;
191
+ };
192
+ sdk: {
193
+ input: DescribeAutomationStepExecutionsCommandInput;
194
+ output: DescribeAutomationStepExecutionsCommandOutput;
195
+ };
196
+ };
172
197
  }
@@ -106,4 +106,15 @@ declare const DescribeAvailablePatchesCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class DescribeAvailablePatchesCommand extends DescribeAvailablePatchesCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: DescribeAvailablePatchesRequest;
113
+ output: DescribeAvailablePatchesResult;
114
+ };
115
+ sdk: {
116
+ input: DescribeAvailablePatchesCommandInput;
117
+ output: DescribeAvailablePatchesCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -134,4 +134,15 @@ declare const DescribeDocumentCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class DescribeDocumentCommand extends DescribeDocumentCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: DescribeDocumentRequest;
141
+ output: DescribeDocumentResult;
142
+ };
143
+ sdk: {
144
+ input: DescribeDocumentCommandInput;
145
+ output: DescribeDocumentCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -88,4 +88,15 @@ declare const DescribeDocumentPermissionCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class DescribeDocumentPermissionCommand extends DescribeDocumentPermissionCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DescribeDocumentPermissionRequest;
95
+ output: DescribeDocumentPermissionResponse;
96
+ };
97
+ sdk: {
98
+ input: DescribeDocumentPermissionCommandInput;
99
+ output: DescribeDocumentPermissionCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -93,4 +93,15 @@ declare const DescribeEffectiveInstanceAssociationsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeEffectiveInstanceAssociationsCommand extends DescribeEffectiveInstanceAssociationsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeEffectiveInstanceAssociationsRequest;
100
+ output: DescribeEffectiveInstanceAssociationsResult;
101
+ };
102
+ sdk: {
103
+ input: DescribeEffectiveInstanceAssociationsCommandInput;
104
+ output: DescribeEffectiveInstanceAssociationsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -116,4 +116,15 @@ declare const DescribeEffectivePatchesForPatchBaselineCommand_base: {
116
116
  * @public
117
117
  */
118
118
  export declare class DescribeEffectivePatchesForPatchBaselineCommand extends DescribeEffectivePatchesForPatchBaselineCommand_base {
119
+ /** @internal type navigation helper, not in runtime. */
120
+ protected static __types: {
121
+ api: {
122
+ input: DescribeEffectivePatchesForPatchBaselineRequest;
123
+ output: DescribeEffectivePatchesForPatchBaselineResult;
124
+ };
125
+ sdk: {
126
+ input: DescribeEffectivePatchesForPatchBaselineCommandInput;
127
+ output: DescribeEffectivePatchesForPatchBaselineCommandOutput;
128
+ };
129
+ };
119
130
  }
@@ -105,4 +105,15 @@ declare const DescribeInstanceAssociationsStatusCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class DescribeInstanceAssociationsStatusCommand extends DescribeInstanceAssociationsStatusCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: DescribeInstanceAssociationsStatusRequest;
112
+ output: DescribeInstanceAssociationsStatusResult;
113
+ };
114
+ sdk: {
115
+ input: DescribeInstanceAssociationsStatusCommandInput;
116
+ output: DescribeInstanceAssociationsStatusCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -146,4 +146,15 @@ declare const DescribeInstanceInformationCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class DescribeInstanceInformationCommand extends DescribeInstanceInformationCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: DescribeInstanceInformationRequest;
153
+ output: DescribeInstanceInformationResult;
154
+ };
155
+ sdk: {
156
+ input: DescribeInstanceInformationCommandInput;
157
+ output: DescribeInstanceInformationCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -93,4 +93,15 @@ declare const DescribeInstancePatchStatesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeInstancePatchStatesCommand extends DescribeInstancePatchStatesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeInstancePatchStatesRequest;
100
+ output: DescribeInstancePatchStatesResult;
101
+ };
102
+ sdk: {
103
+ input: DescribeInstancePatchStatesCommandInput;
104
+ output: DescribeInstancePatchStatesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -104,4 +104,15 @@ declare const DescribeInstancePatchStatesForPatchGroupCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeInstancePatchStatesForPatchGroupCommand extends DescribeInstancePatchStatesForPatchGroupCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeInstancePatchStatesForPatchGroupRequest;
111
+ output: DescribeInstancePatchStatesForPatchGroupResult;
112
+ };
113
+ sdk: {
114
+ input: DescribeInstancePatchStatesForPatchGroupCommandInput;
115
+ output: DescribeInstancePatchStatesForPatchGroupCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -108,4 +108,15 @@ declare const DescribeInstancePatchesCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DescribeInstancePatchesCommand extends DescribeInstancePatchesCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DescribeInstancePatchesRequest;
115
+ output: DescribeInstancePatchesResult;
116
+ };
117
+ sdk: {
118
+ input: DescribeInstancePatchesCommandInput;
119
+ output: DescribeInstancePatchesCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -150,4 +150,15 @@ declare const DescribeInstancePropertiesCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class DescribeInstancePropertiesCommand extends DescribeInstancePropertiesCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: DescribeInstancePropertiesRequest;
157
+ output: DescribeInstancePropertiesResult;
158
+ };
159
+ sdk: {
160
+ input: DescribeInstancePropertiesCommandInput;
161
+ output: DescribeInstancePropertiesCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -90,4 +90,15 @@ declare const DescribeInventoryDeletionsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DescribeInventoryDeletionsCommand extends DescribeInventoryDeletionsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DescribeInventoryDeletionsRequest;
97
+ output: DescribeInventoryDeletionsResult;
98
+ };
99
+ sdk: {
100
+ input: DescribeInventoryDeletionsCommandInput;
101
+ output: DescribeInventoryDeletionsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -94,4 +94,15 @@ declare const DescribeMaintenanceWindowExecutionTaskInvocationsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends DescribeMaintenanceWindowExecutionTaskInvocationsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeMaintenanceWindowExecutionTaskInvocationsRequest;
101
+ output: DescribeMaintenanceWindowExecutionTaskInvocationsResult;
102
+ };
103
+ sdk: {
104
+ input: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput;
105
+ output: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -102,4 +102,15 @@ declare const DescribeMaintenanceWindowExecutionTasksCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class DescribeMaintenanceWindowExecutionTasksCommand extends DescribeMaintenanceWindowExecutionTasksCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: DescribeMaintenanceWindowExecutionTasksRequest;
109
+ output: DescribeMaintenanceWindowExecutionTasksResult;
110
+ };
111
+ sdk: {
112
+ input: DescribeMaintenanceWindowExecutionTasksCommandInput;
113
+ output: DescribeMaintenanceWindowExecutionTasksCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -82,4 +82,15 @@ declare const DescribeMaintenanceWindowExecutionsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DescribeMaintenanceWindowExecutionsCommand extends DescribeMaintenanceWindowExecutionsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DescribeMaintenanceWindowExecutionsRequest;
89
+ output: DescribeMaintenanceWindowExecutionsResult;
90
+ };
91
+ sdk: {
92
+ input: DescribeMaintenanceWindowExecutionsCommandInput;
93
+ output: DescribeMaintenanceWindowExecutionsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -93,4 +93,15 @@ declare const DescribeMaintenanceWindowScheduleCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeMaintenanceWindowScheduleCommand extends DescribeMaintenanceWindowScheduleCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeMaintenanceWindowScheduleRequest;
100
+ output: DescribeMaintenanceWindowScheduleResult;
101
+ };
102
+ sdk: {
103
+ input: DescribeMaintenanceWindowScheduleCommandInput;
104
+ output: DescribeMaintenanceWindowScheduleCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -94,4 +94,15 @@ declare const DescribeMaintenanceWindowTargetsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeMaintenanceWindowTargetsCommand extends DescribeMaintenanceWindowTargetsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeMaintenanceWindowTargetsRequest;
101
+ output: DescribeMaintenanceWindowTargetsResult;
102
+ };
103
+ sdk: {
104
+ input: DescribeMaintenanceWindowTargetsCommandInput;
105
+ output: DescribeMaintenanceWindowTargetsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -125,4 +125,15 @@ declare const DescribeMaintenanceWindowTasksCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class DescribeMaintenanceWindowTasksCommand extends DescribeMaintenanceWindowTasksCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: DescribeMaintenanceWindowTasksRequest;
132
+ output: DescribeMaintenanceWindowTasksResult;
133
+ };
134
+ sdk: {
135
+ input: DescribeMaintenanceWindowTasksCommandInput;
136
+ output: DescribeMaintenanceWindowTasksCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -85,4 +85,15 @@ declare const DescribeMaintenanceWindowsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class DescribeMaintenanceWindowsCommand extends DescribeMaintenanceWindowsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: DescribeMaintenanceWindowsRequest;
92
+ output: DescribeMaintenanceWindowsResult;
93
+ };
94
+ sdk: {
95
+ input: DescribeMaintenanceWindowsCommandInput;
96
+ output: DescribeMaintenanceWindowsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -77,4 +77,15 @@ declare const DescribeMaintenanceWindowsForTargetCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class DescribeMaintenanceWindowsForTargetCommand extends DescribeMaintenanceWindowsForTargetCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DescribeMaintenanceWindowsForTargetRequest;
84
+ output: DescribeMaintenanceWindowsForTargetResult;
85
+ };
86
+ sdk: {
87
+ input: DescribeMaintenanceWindowsForTargetCommandInput;
88
+ output: DescribeMaintenanceWindowsForTargetCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -101,4 +101,15 @@ declare const DescribeOpsItemsCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class DescribeOpsItemsCommand extends DescribeOpsItemsCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: DescribeOpsItemsRequest;
108
+ output: DescribeOpsItemsResponse;
109
+ };
110
+ sdk: {
111
+ input: DescribeOpsItemsCommandInput;
112
+ output: DescribeOpsItemsCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -127,4 +127,15 @@ declare const DescribeParametersCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: DescribeParametersRequest;
134
+ output: DescribeParametersResult;
135
+ };
136
+ sdk: {
137
+ input: DescribeParametersCommandInput;
138
+ output: DescribeParametersCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -78,4 +78,15 @@ declare const DescribePatchBaselinesCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DescribePatchBaselinesCommand extends DescribePatchBaselinesCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DescribePatchBaselinesRequest;
85
+ output: DescribePatchBaselinesResult;
86
+ };
87
+ sdk: {
88
+ input: DescribePatchBaselinesCommandInput;
89
+ output: DescribePatchBaselinesCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -74,4 +74,15 @@ declare const DescribePatchGroupStateCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribePatchGroupStateCommand extends DescribePatchGroupStateCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribePatchGroupStateRequest;
81
+ output: DescribePatchGroupStateResult;
82
+ };
83
+ sdk: {
84
+ input: DescribePatchGroupStateCommandInput;
85
+ output: DescribePatchGroupStateCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -81,4 +81,15 @@ declare const DescribePatchGroupsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DescribePatchGroupsCommand extends DescribePatchGroupsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DescribePatchGroupsRequest;
88
+ output: DescribePatchGroupsResult;
89
+ };
90
+ sdk: {
91
+ input: DescribePatchGroupsCommandInput;
92
+ output: DescribePatchGroupsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -138,4 +138,15 @@ declare const DescribePatchPropertiesCommand_base: {
138
138
  * @public
139
139
  */
140
140
  export declare class DescribePatchPropertiesCommand extends DescribePatchPropertiesCommand_base {
141
+ /** @internal type navigation helper, not in runtime. */
142
+ protected static __types: {
143
+ api: {
144
+ input: DescribePatchPropertiesRequest;
145
+ output: DescribePatchPropertiesResult;
146
+ };
147
+ sdk: {
148
+ input: DescribePatchPropertiesCommandInput;
149
+ output: DescribePatchPropertiesCommandOutput;
150
+ };
151
+ };
141
152
  }
@@ -93,4 +93,15 @@ declare const DescribeSessionsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeSessionsCommand extends DescribeSessionsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeSessionsRequest;
100
+ output: DescribeSessionsResponse;
101
+ };
102
+ sdk: {
103
+ input: DescribeSessionsCommandInput;
104
+ output: DescribeSessionsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -75,4 +75,15 @@ declare const DisassociateOpsItemRelatedItemCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DisassociateOpsItemRelatedItemCommand extends DisassociateOpsItemRelatedItemCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DisassociateOpsItemRelatedItemRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DisassociateOpsItemRelatedItemCommandInput;
86
+ output: DisassociateOpsItemRelatedItemCommandOutput;
87
+ };
88
+ };
78
89
  }