@depup/aws-sdk__client-ssm 3.1010.0-depup.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 (678) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +39 -0
  3. package/changes.json +42 -0
  4. package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  5. package/dist-cjs/endpoint/endpointResolver.js +18 -0
  6. package/dist-cjs/endpoint/ruleset.js +7 -0
  7. package/dist-cjs/index.js +3267 -0
  8. package/dist-cjs/models/SSMServiceException.js +12 -0
  9. package/dist-cjs/models/errors.js +2059 -0
  10. package/dist-cjs/runtimeConfig.browser.js +38 -0
  11. package/dist-cjs/runtimeConfig.js +53 -0
  12. package/dist-cjs/runtimeConfig.native.js +15 -0
  13. package/dist-cjs/runtimeConfig.shared.js +44 -0
  14. package/dist-cjs/schemas/schemas_0.js +5616 -0
  15. package/dist-es/SSM.js +405 -0
  16. package/dist-es/SSMClient.js +50 -0
  17. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  18. package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  19. package/dist-es/commands/AddTagsToResourceCommand.js +16 -0
  20. package/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +16 -0
  21. package/dist-es/commands/CancelCommandCommand.js +16 -0
  22. package/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +16 -0
  23. package/dist-es/commands/CreateActivationCommand.js +16 -0
  24. package/dist-es/commands/CreateAssociationBatchCommand.js +16 -0
  25. package/dist-es/commands/CreateAssociationCommand.js +16 -0
  26. package/dist-es/commands/CreateDocumentCommand.js +16 -0
  27. package/dist-es/commands/CreateMaintenanceWindowCommand.js +16 -0
  28. package/dist-es/commands/CreateOpsItemCommand.js +16 -0
  29. package/dist-es/commands/CreateOpsMetadataCommand.js +16 -0
  30. package/dist-es/commands/CreatePatchBaselineCommand.js +16 -0
  31. package/dist-es/commands/CreateResourceDataSyncCommand.js +16 -0
  32. package/dist-es/commands/DeleteActivationCommand.js +16 -0
  33. package/dist-es/commands/DeleteAssociationCommand.js +16 -0
  34. package/dist-es/commands/DeleteDocumentCommand.js +16 -0
  35. package/dist-es/commands/DeleteInventoryCommand.js +16 -0
  36. package/dist-es/commands/DeleteMaintenanceWindowCommand.js +16 -0
  37. package/dist-es/commands/DeleteOpsItemCommand.js +16 -0
  38. package/dist-es/commands/DeleteOpsMetadataCommand.js +16 -0
  39. package/dist-es/commands/DeleteParameterCommand.js +16 -0
  40. package/dist-es/commands/DeleteParametersCommand.js +16 -0
  41. package/dist-es/commands/DeletePatchBaselineCommand.js +16 -0
  42. package/dist-es/commands/DeleteResourceDataSyncCommand.js +16 -0
  43. package/dist-es/commands/DeleteResourcePolicyCommand.js +16 -0
  44. package/dist-es/commands/DeregisterManagedInstanceCommand.js +16 -0
  45. package/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +16 -0
  46. package/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +16 -0
  47. package/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +16 -0
  48. package/dist-es/commands/DescribeActivationsCommand.js +16 -0
  49. package/dist-es/commands/DescribeAssociationCommand.js +16 -0
  50. package/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +16 -0
  51. package/dist-es/commands/DescribeAssociationExecutionsCommand.js +16 -0
  52. package/dist-es/commands/DescribeAutomationExecutionsCommand.js +16 -0
  53. package/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +16 -0
  54. package/dist-es/commands/DescribeAvailablePatchesCommand.js +16 -0
  55. package/dist-es/commands/DescribeDocumentCommand.js +16 -0
  56. package/dist-es/commands/DescribeDocumentPermissionCommand.js +16 -0
  57. package/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +16 -0
  58. package/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +16 -0
  59. package/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +16 -0
  60. package/dist-es/commands/DescribeInstanceInformationCommand.js +16 -0
  61. package/dist-es/commands/DescribeInstancePatchStatesCommand.js +16 -0
  62. package/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +16 -0
  63. package/dist-es/commands/DescribeInstancePatchesCommand.js +16 -0
  64. package/dist-es/commands/DescribeInstancePropertiesCommand.js +16 -0
  65. package/dist-es/commands/DescribeInventoryDeletionsCommand.js +16 -0
  66. package/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +16 -0
  67. package/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +16 -0
  68. package/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +16 -0
  69. package/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +16 -0
  70. package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +16 -0
  71. package/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +16 -0
  72. package/dist-es/commands/DescribeMaintenanceWindowsCommand.js +16 -0
  73. package/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +16 -0
  74. package/dist-es/commands/DescribeOpsItemsCommand.js +16 -0
  75. package/dist-es/commands/DescribeParametersCommand.js +16 -0
  76. package/dist-es/commands/DescribePatchBaselinesCommand.js +16 -0
  77. package/dist-es/commands/DescribePatchGroupStateCommand.js +16 -0
  78. package/dist-es/commands/DescribePatchGroupsCommand.js +16 -0
  79. package/dist-es/commands/DescribePatchPropertiesCommand.js +16 -0
  80. package/dist-es/commands/DescribeSessionsCommand.js +16 -0
  81. package/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +16 -0
  82. package/dist-es/commands/GetAccessTokenCommand.js +16 -0
  83. package/dist-es/commands/GetAutomationExecutionCommand.js +16 -0
  84. package/dist-es/commands/GetCalendarStateCommand.js +16 -0
  85. package/dist-es/commands/GetCommandInvocationCommand.js +16 -0
  86. package/dist-es/commands/GetConnectionStatusCommand.js +16 -0
  87. package/dist-es/commands/GetDefaultPatchBaselineCommand.js +16 -0
  88. package/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +16 -0
  89. package/dist-es/commands/GetDocumentCommand.js +16 -0
  90. package/dist-es/commands/GetExecutionPreviewCommand.js +16 -0
  91. package/dist-es/commands/GetInventoryCommand.js +16 -0
  92. package/dist-es/commands/GetInventorySchemaCommand.js +16 -0
  93. package/dist-es/commands/GetMaintenanceWindowCommand.js +16 -0
  94. package/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +16 -0
  95. package/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +16 -0
  96. package/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +16 -0
  97. package/dist-es/commands/GetMaintenanceWindowTaskCommand.js +16 -0
  98. package/dist-es/commands/GetOpsItemCommand.js +16 -0
  99. package/dist-es/commands/GetOpsMetadataCommand.js +16 -0
  100. package/dist-es/commands/GetOpsSummaryCommand.js +16 -0
  101. package/dist-es/commands/GetParameterCommand.js +16 -0
  102. package/dist-es/commands/GetParameterHistoryCommand.js +16 -0
  103. package/dist-es/commands/GetParametersByPathCommand.js +16 -0
  104. package/dist-es/commands/GetParametersCommand.js +16 -0
  105. package/dist-es/commands/GetPatchBaselineCommand.js +16 -0
  106. package/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +16 -0
  107. package/dist-es/commands/GetResourcePoliciesCommand.js +16 -0
  108. package/dist-es/commands/GetServiceSettingCommand.js +16 -0
  109. package/dist-es/commands/LabelParameterVersionCommand.js +16 -0
  110. package/dist-es/commands/ListAssociationVersionsCommand.js +16 -0
  111. package/dist-es/commands/ListAssociationsCommand.js +16 -0
  112. package/dist-es/commands/ListCommandInvocationsCommand.js +16 -0
  113. package/dist-es/commands/ListCommandsCommand.js +16 -0
  114. package/dist-es/commands/ListComplianceItemsCommand.js +16 -0
  115. package/dist-es/commands/ListComplianceSummariesCommand.js +16 -0
  116. package/dist-es/commands/ListDocumentMetadataHistoryCommand.js +16 -0
  117. package/dist-es/commands/ListDocumentVersionsCommand.js +16 -0
  118. package/dist-es/commands/ListDocumentsCommand.js +16 -0
  119. package/dist-es/commands/ListInventoryEntriesCommand.js +16 -0
  120. package/dist-es/commands/ListNodesCommand.js +16 -0
  121. package/dist-es/commands/ListNodesSummaryCommand.js +16 -0
  122. package/dist-es/commands/ListOpsItemEventsCommand.js +16 -0
  123. package/dist-es/commands/ListOpsItemRelatedItemsCommand.js +16 -0
  124. package/dist-es/commands/ListOpsMetadataCommand.js +16 -0
  125. package/dist-es/commands/ListResourceComplianceSummariesCommand.js +16 -0
  126. package/dist-es/commands/ListResourceDataSyncCommand.js +16 -0
  127. package/dist-es/commands/ListTagsForResourceCommand.js +16 -0
  128. package/dist-es/commands/ModifyDocumentPermissionCommand.js +16 -0
  129. package/dist-es/commands/PutComplianceItemsCommand.js +16 -0
  130. package/dist-es/commands/PutInventoryCommand.js +16 -0
  131. package/dist-es/commands/PutParameterCommand.js +16 -0
  132. package/dist-es/commands/PutResourcePolicyCommand.js +16 -0
  133. package/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +16 -0
  134. package/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +16 -0
  135. package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +16 -0
  136. package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +16 -0
  137. package/dist-es/commands/RemoveTagsFromResourceCommand.js +16 -0
  138. package/dist-es/commands/ResetServiceSettingCommand.js +16 -0
  139. package/dist-es/commands/ResumeSessionCommand.js +16 -0
  140. package/dist-es/commands/SendAutomationSignalCommand.js +16 -0
  141. package/dist-es/commands/SendCommandCommand.js +16 -0
  142. package/dist-es/commands/StartAccessRequestCommand.js +16 -0
  143. package/dist-es/commands/StartAssociationsOnceCommand.js +16 -0
  144. package/dist-es/commands/StartAutomationExecutionCommand.js +16 -0
  145. package/dist-es/commands/StartChangeRequestExecutionCommand.js +16 -0
  146. package/dist-es/commands/StartExecutionPreviewCommand.js +16 -0
  147. package/dist-es/commands/StartSessionCommand.js +16 -0
  148. package/dist-es/commands/StopAutomationExecutionCommand.js +16 -0
  149. package/dist-es/commands/TerminateSessionCommand.js +16 -0
  150. package/dist-es/commands/UnlabelParameterVersionCommand.js +16 -0
  151. package/dist-es/commands/UpdateAssociationCommand.js +16 -0
  152. package/dist-es/commands/UpdateAssociationStatusCommand.js +16 -0
  153. package/dist-es/commands/UpdateDocumentCommand.js +16 -0
  154. package/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +16 -0
  155. package/dist-es/commands/UpdateDocumentMetadataCommand.js +16 -0
  156. package/dist-es/commands/UpdateMaintenanceWindowCommand.js +16 -0
  157. package/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +16 -0
  158. package/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +16 -0
  159. package/dist-es/commands/UpdateManagedInstanceRoleCommand.js +16 -0
  160. package/dist-es/commands/UpdateOpsItemCommand.js +16 -0
  161. package/dist-es/commands/UpdateOpsMetadataCommand.js +16 -0
  162. package/dist-es/commands/UpdatePatchBaselineCommand.js +16 -0
  163. package/dist-es/commands/UpdateResourceDataSyncCommand.js +16 -0
  164. package/dist-es/commands/UpdateServiceSettingCommand.js +16 -0
  165. package/dist-es/commands/index.js +146 -0
  166. package/dist-es/endpoint/EndpointParameters.js +13 -0
  167. package/dist-es/endpoint/endpointResolver.js +14 -0
  168. package/dist-es/endpoint/ruleset.js +4 -0
  169. package/dist-es/extensionConfiguration.js +1 -0
  170. package/dist-es/index.js +11 -0
  171. package/dist-es/models/SSMServiceException.js +8 -0
  172. package/dist-es/models/enums.js +674 -0
  173. package/dist-es/models/errors.js +1915 -0
  174. package/dist-es/models/models_0.js +1 -0
  175. package/dist-es/models/models_1.js +1 -0
  176. package/dist-es/pagination/DescribeActivationsPaginator.js +4 -0
  177. package/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +4 -0
  178. package/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +4 -0
  179. package/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +4 -0
  180. package/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +4 -0
  181. package/dist-es/pagination/DescribeAvailablePatchesPaginator.js +4 -0
  182. package/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +4 -0
  183. package/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +4 -0
  184. package/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +4 -0
  185. package/dist-es/pagination/DescribeInstanceInformationPaginator.js +4 -0
  186. package/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +4 -0
  187. package/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +4 -0
  188. package/dist-es/pagination/DescribeInstancePatchesPaginator.js +4 -0
  189. package/dist-es/pagination/DescribeInstancePropertiesPaginator.js +4 -0
  190. package/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +4 -0
  191. package/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +4 -0
  192. package/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +4 -0
  193. package/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +4 -0
  194. package/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +4 -0
  195. package/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +4 -0
  196. package/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +4 -0
  197. package/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +4 -0
  198. package/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +4 -0
  199. package/dist-es/pagination/DescribeOpsItemsPaginator.js +4 -0
  200. package/dist-es/pagination/DescribeParametersPaginator.js +4 -0
  201. package/dist-es/pagination/DescribePatchBaselinesPaginator.js +4 -0
  202. package/dist-es/pagination/DescribePatchGroupsPaginator.js +4 -0
  203. package/dist-es/pagination/DescribePatchPropertiesPaginator.js +4 -0
  204. package/dist-es/pagination/DescribeSessionsPaginator.js +4 -0
  205. package/dist-es/pagination/GetInventoryPaginator.js +4 -0
  206. package/dist-es/pagination/GetInventorySchemaPaginator.js +4 -0
  207. package/dist-es/pagination/GetOpsSummaryPaginator.js +4 -0
  208. package/dist-es/pagination/GetParameterHistoryPaginator.js +4 -0
  209. package/dist-es/pagination/GetParametersByPathPaginator.js +4 -0
  210. package/dist-es/pagination/GetResourcePoliciesPaginator.js +4 -0
  211. package/dist-es/pagination/Interfaces.js +1 -0
  212. package/dist-es/pagination/ListAssociationVersionsPaginator.js +4 -0
  213. package/dist-es/pagination/ListAssociationsPaginator.js +4 -0
  214. package/dist-es/pagination/ListCommandInvocationsPaginator.js +4 -0
  215. package/dist-es/pagination/ListCommandsPaginator.js +4 -0
  216. package/dist-es/pagination/ListComplianceItemsPaginator.js +4 -0
  217. package/dist-es/pagination/ListComplianceSummariesPaginator.js +4 -0
  218. package/dist-es/pagination/ListDocumentVersionsPaginator.js +4 -0
  219. package/dist-es/pagination/ListDocumentsPaginator.js +4 -0
  220. package/dist-es/pagination/ListNodesPaginator.js +4 -0
  221. package/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
  222. package/dist-es/pagination/ListOpsItemEventsPaginator.js +4 -0
  223. package/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +4 -0
  224. package/dist-es/pagination/ListOpsMetadataPaginator.js +4 -0
  225. package/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +4 -0
  226. package/dist-es/pagination/ListResourceDataSyncPaginator.js +4 -0
  227. package/dist-es/pagination/index.js +51 -0
  228. package/dist-es/runtimeConfig.browser.js +33 -0
  229. package/dist-es/runtimeConfig.js +48 -0
  230. package/dist-es/runtimeConfig.native.js +11 -0
  231. package/dist-es/runtimeConfig.shared.js +40 -0
  232. package/dist-es/runtimeExtensions.js +9 -0
  233. package/dist-es/schemas/schemas_0.js +5599 -0
  234. package/dist-es/waiters/index.js +1 -0
  235. package/dist-es/waiters/waitForCommandExecuted.js +97 -0
  236. package/dist-types/SSM.d.ts +1456 -0
  237. package/dist-types/SSMClient.d.ts +370 -0
  238. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  239. package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  240. package/dist-types/commands/AddTagsToResourceCommand.d.ts +142 -0
  241. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +98 -0
  242. package/dist-types/commands/CancelCommandCommand.d.ts +105 -0
  243. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +85 -0
  244. package/dist-types/commands/CreateActivationCommand.d.ts +107 -0
  245. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +407 -0
  246. package/dist-types/commands/CreateAssociationCommand.d.ts +347 -0
  247. package/dist-types/commands/CreateDocumentCommand.d.ts +196 -0
  248. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +111 -0
  249. package/dist-types/commands/CreateOpsItemCommand.d.ts +131 -0
  250. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +103 -0
  251. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +149 -0
  252. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +131 -0
  253. package/dist-types/commands/DeleteActivationCommand.d.ts +88 -0
  254. package/dist-types/commands/DeleteAssociationCommand.d.ts +112 -0
  255. package/dist-types/commands/DeleteDocumentCommand.d.ts +93 -0
  256. package/dist-types/commands/DeleteInventoryCommand.d.ts +106 -0
  257. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +77 -0
  258. package/dist-types/commands/DeleteOpsItemCommand.d.ts +106 -0
  259. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +81 -0
  260. package/dist-types/commands/DeleteParameterCommand.d.ts +84 -0
  261. package/dist-types/commands/DeleteParametersCommand.d.ts +85 -0
  262. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +81 -0
  263. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +84 -0
  264. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +111 -0
  265. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +101 -0
  266. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +82 -0
  267. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +90 -0
  268. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +85 -0
  269. package/dist-types/commands/DescribeActivationsCommand.d.ts +114 -0
  270. package/dist-types/commands/DescribeAssociationCommand.d.ts +226 -0
  271. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +111 -0
  272. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +118 -0
  273. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +220 -0
  274. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +200 -0
  275. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +123 -0
  276. package/dist-types/commands/DescribeDocumentCommand.d.ts +151 -0
  277. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +105 -0
  278. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +110 -0
  279. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +133 -0
  280. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +122 -0
  281. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +163 -0
  282. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +111 -0
  283. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +122 -0
  284. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +125 -0
  285. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +167 -0
  286. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +107 -0
  287. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +111 -0
  288. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +119 -0
  289. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +99 -0
  290. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +109 -0
  291. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +111 -0
  292. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +142 -0
  293. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +102 -0
  294. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +94 -0
  295. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +118 -0
  296. package/dist-types/commands/DescribeParametersCommand.d.ts +147 -0
  297. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +95 -0
  298. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +92 -0
  299. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +98 -0
  300. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +155 -0
  301. package/dist-types/commands/DescribeSessionsCommand.d.ts +111 -0
  302. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +92 -0
  303. package/dist-types/commands/GetAccessTokenCommand.d.ts +97 -0
  304. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +283 -0
  305. package/dist-types/commands/GetCalendarStateCommand.d.ts +100 -0
  306. package/dist-types/commands/GetCommandInvocationCommand.d.ts +137 -0
  307. package/dist-types/commands/GetConnectionStatusCommand.d.ts +79 -0
  308. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +81 -0
  309. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +152 -0
  310. package/dist-types/commands/GetDocumentCommand.d.ts +113 -0
  311. package/dist-types/commands/GetExecutionPreviewCommand.d.ts +101 -0
  312. package/dist-types/commands/GetInventoryCommand.d.ts +162 -0
  313. package/dist-types/commands/GetInventorySchemaCommand.d.ts +101 -0
  314. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +97 -0
  315. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +90 -0
  316. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +119 -0
  317. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +96 -0
  318. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +174 -0
  319. package/dist-types/commands/GetOpsItemCommand.d.ts +128 -0
  320. package/dist-types/commands/GetOpsMetadataCommand.d.ts +91 -0
  321. package/dist-types/commands/GetOpsSummaryCommand.d.ts +159 -0
  322. package/dist-types/commands/GetParameterCommand.d.ts +109 -0
  323. package/dist-types/commands/GetParameterHistoryCommand.d.ts +128 -0
  324. package/dist-types/commands/GetParametersByPathCommand.d.ts +128 -0
  325. package/dist-types/commands/GetParametersCommand.d.ts +105 -0
  326. package/dist-types/commands/GetPatchBaselineCommand.d.ts +143 -0
  327. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +80 -0
  328. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +93 -0
  329. package/dist-types/commands/GetServiceSettingCommand.d.ts +102 -0
  330. package/dist-types/commands/LabelParameterVersionCommand.d.ts +143 -0
  331. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +169 -0
  332. package/dist-types/commands/ListAssociationsCommand.d.ts +125 -0
  333. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +164 -0
  334. package/dist-types/commands/ListCommandsCommand.d.ts +179 -0
  335. package/dist-types/commands/ListComplianceItemsCommand.d.ts +127 -0
  336. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +122 -0
  337. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +114 -0
  338. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +99 -0
  339. package/dist-types/commands/ListDocumentsCommand.d.ts +132 -0
  340. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +127 -0
  341. package/dist-types/commands/ListNodesCommand.d.ts +126 -0
  342. package/dist-types/commands/ListNodesSummaryCommand.d.ts +167 -0
  343. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +111 -0
  344. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +110 -0
  345. package/dist-types/commands/ListOpsMetadataCommand.d.ts +99 -0
  346. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +131 -0
  347. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +132 -0
  348. package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
  349. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +104 -0
  350. package/dist-types/commands/PutComplianceItemsCommand.d.ts +179 -0
  351. package/dist-types/commands/PutInventoryCommand.d.ts +150 -0
  352. package/dist-types/commands/PutParameterCommand.d.ts +157 -0
  353. package/dist-types/commands/PutResourcePolicyCommand.d.ts +136 -0
  354. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +90 -0
  355. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +98 -0
  356. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +106 -0
  357. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +180 -0
  358. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +89 -0
  359. package/dist-types/commands/ResetServiceSettingCommand.d.ts +105 -0
  360. package/dist-types/commands/ResumeSessionCommand.d.ts +90 -0
  361. package/dist-types/commands/SendAutomationSignalCommand.d.ts +93 -0
  362. package/dist-types/commands/SendCommandCommand.d.ts +236 -0
  363. package/dist-types/commands/StartAccessRequestCommand.d.ts +109 -0
  364. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +81 -0
  365. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +176 -0
  366. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +192 -0
  367. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +159 -0
  368. package/dist-types/commands/StartSessionCommand.d.ts +105 -0
  369. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +83 -0
  370. package/dist-types/commands/TerminateSessionCommand.d.ts +78 -0
  371. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +104 -0
  372. package/dist-types/commands/UpdateAssociationCommand.d.ts +337 -0
  373. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +234 -0
  374. package/dist-types/commands/UpdateDocumentCommand.d.ts +189 -0
  375. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +96 -0
  376. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +104 -0
  377. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +114 -0
  378. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +133 -0
  379. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +303 -0
  380. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +98 -0
  381. package/dist-types/commands/UpdateOpsItemCommand.d.ts +131 -0
  382. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +99 -0
  383. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +194 -0
  384. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +111 -0
  385. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +96 -0
  386. package/dist-types/commands/index.d.ts +146 -0
  387. package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
  388. package/dist-types/endpoint/endpointResolver.d.ts +8 -0
  389. package/dist-types/endpoint/ruleset.d.ts +2 -0
  390. package/dist-types/extensionConfiguration.d.ts +9 -0
  391. package/dist-types/index.d.ts +56 -0
  392. package/dist-types/models/SSMServiceException.d.ts +14 -0
  393. package/dist-types/models/enums.d.ts +1458 -0
  394. package/dist-types/models/errors.d.ts +1953 -0
  395. package/dist-types/models/models_0.d.ts +10900 -0
  396. package/dist-types/models/models_1.d.ts +6478 -0
  397. package/dist-types/pagination/DescribeActivationsPaginator.d.ts +7 -0
  398. package/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +7 -0
  399. package/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +7 -0
  400. package/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +7 -0
  401. package/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +7 -0
  402. package/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +7 -0
  403. package/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +7 -0
  404. package/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +7 -0
  405. package/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +7 -0
  406. package/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +7 -0
  407. package/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +7 -0
  408. package/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +7 -0
  409. package/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +7 -0
  410. package/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +7 -0
  411. package/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +7 -0
  412. package/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +7 -0
  413. package/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +7 -0
  414. package/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +7 -0
  415. package/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +7 -0
  416. package/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +7 -0
  417. package/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +7 -0
  418. package/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +7 -0
  419. package/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +7 -0
  420. package/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +7 -0
  421. package/dist-types/pagination/DescribeParametersPaginator.d.ts +7 -0
  422. package/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +7 -0
  423. package/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +7 -0
  424. package/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +7 -0
  425. package/dist-types/pagination/DescribeSessionsPaginator.d.ts +7 -0
  426. package/dist-types/pagination/GetInventoryPaginator.d.ts +7 -0
  427. package/dist-types/pagination/GetInventorySchemaPaginator.d.ts +7 -0
  428. package/dist-types/pagination/GetOpsSummaryPaginator.d.ts +7 -0
  429. package/dist-types/pagination/GetParameterHistoryPaginator.d.ts +7 -0
  430. package/dist-types/pagination/GetParametersByPathPaginator.d.ts +7 -0
  431. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +7 -0
  432. package/dist-types/pagination/Interfaces.d.ts +8 -0
  433. package/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +7 -0
  434. package/dist-types/pagination/ListAssociationsPaginator.d.ts +7 -0
  435. package/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +7 -0
  436. package/dist-types/pagination/ListCommandsPaginator.d.ts +7 -0
  437. package/dist-types/pagination/ListComplianceItemsPaginator.d.ts +7 -0
  438. package/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +7 -0
  439. package/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +7 -0
  440. package/dist-types/pagination/ListDocumentsPaginator.d.ts +7 -0
  441. package/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
  442. package/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
  443. package/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +7 -0
  444. package/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +7 -0
  445. package/dist-types/pagination/ListOpsMetadataPaginator.d.ts +7 -0
  446. package/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +7 -0
  447. package/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +7 -0
  448. package/dist-types/pagination/index.d.ts +51 -0
  449. package/dist-types/runtimeConfig.browser.d.ts +55 -0
  450. package/dist-types/runtimeConfig.d.ts +55 -0
  451. package/dist-types/runtimeConfig.native.d.ts +54 -0
  452. package/dist-types/runtimeConfig.shared.d.ts +27 -0
  453. package/dist-types/runtimeExtensions.d.ts +17 -0
  454. package/dist-types/schemas/schemas_0.d.ts +755 -0
  455. package/dist-types/ts3.4/SSM.d.ts +2996 -0
  456. package/dist-types/ts3.4/SSMClient.d.ts +992 -0
  457. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  458. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
  459. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +51 -0
  460. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +51 -0
  461. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +47 -0
  462. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +51 -0
  463. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +50 -0
  464. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +51 -0
  465. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +51 -0
  466. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +50 -0
  467. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +51 -0
  468. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +50 -0
  469. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +51 -0
  470. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +51 -0
  471. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +51 -0
  472. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +50 -0
  473. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +51 -0
  474. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +50 -0
  475. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +50 -0
  476. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +51 -0
  477. package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +50 -0
  478. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +51 -0
  479. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +50 -0
  480. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +50 -0
  481. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +51 -0
  482. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +51 -0
  483. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
  484. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +51 -0
  485. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +51 -0
  486. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +51 -0
  487. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +51 -0
  488. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +51 -0
  489. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +51 -0
  490. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +51 -0
  491. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +51 -0
  492. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +51 -0
  493. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +51 -0
  494. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +51 -0
  495. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +50 -0
  496. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +51 -0
  497. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +51 -0
  498. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +51 -0
  499. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +51 -0
  500. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +51 -0
  501. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +51 -0
  502. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +51 -0
  503. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +51 -0
  504. package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +51 -0
  505. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +51 -0
  506. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +51 -0
  507. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +51 -0
  508. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +51 -0
  509. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +51 -0
  510. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +51 -0
  511. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +51 -0
  512. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +51 -0
  513. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +51 -0
  514. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +50 -0
  515. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +51 -0
  516. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +51 -0
  517. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +51 -0
  518. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +51 -0
  519. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +51 -0
  520. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +50 -0
  521. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +51 -0
  522. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +50 -0
  523. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +51 -0
  524. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +50 -0
  525. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +51 -0
  526. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +51 -0
  527. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +51 -0
  528. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +51 -0
  529. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +47 -0
  530. package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
  531. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +48 -0
  532. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +51 -0
  533. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +51 -0
  534. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +51 -0
  535. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +51 -0
  536. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +51 -0
  537. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +51 -0
  538. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +47 -0
  539. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +50 -0
  540. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +48 -0
  541. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +47 -0
  542. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +51 -0
  543. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +51 -0
  544. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +47 -0
  545. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +50 -0
  546. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +51 -0
  547. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +51 -0
  548. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +49 -0
  549. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +51 -0
  550. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +51 -0
  551. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +50 -0
  552. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +51 -0
  553. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +47 -0
  554. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +51 -0
  555. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +51 -0
  556. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +51 -0
  557. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +51 -0
  558. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +47 -0
  559. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +51 -0
  560. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
  561. package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +50 -0
  562. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +51 -0
  563. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +51 -0
  564. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +50 -0
  565. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +51 -0
  566. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +51 -0
  567. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  568. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +51 -0
  569. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +51 -0
  570. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +47 -0
  571. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +47 -0
  572. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
  573. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +51 -0
  574. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +51 -0
  575. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +51 -0
  576. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +51 -0
  577. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +51 -0
  578. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +51 -0
  579. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +50 -0
  580. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +51 -0
  581. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +47 -0
  582. package/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +51 -0
  583. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +51 -0
  584. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +51 -0
  585. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +51 -0
  586. package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
  587. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +47 -0
  588. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +51 -0
  589. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +50 -0
  590. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +51 -0
  591. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +51 -0
  592. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +51 -0
  593. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +50 -0
  594. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +51 -0
  595. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +51 -0
  596. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +51 -0
  597. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +51 -0
  598. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +51 -0
  599. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +51 -0
  600. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +50 -0
  601. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +51 -0
  602. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +51 -0
  603. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +51 -0
  604. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +51 -0
  605. package/dist-types/ts3.4/commands/index.d.ts +146 -0
  606. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  607. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  608. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  609. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  610. package/dist-types/ts3.4/index.d.ts +14 -0
  611. package/dist-types/ts3.4/models/SSMServiceException.d.ts +9 -0
  612. package/dist-types/ts3.4/models/enums.d.ts +844 -0
  613. package/dist-types/ts3.4/models/errors.d.ts +1191 -0
  614. package/dist-types/ts3.4/models/models_0.d.ts +1991 -0
  615. package/dist-types/ts3.4/models/models_1.d.ts +1151 -0
  616. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +11 -0
  617. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +11 -0
  618. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +11 -0
  619. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +11 -0
  620. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +11 -0
  621. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +11 -0
  622. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +11 -0
  623. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +11 -0
  624. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +11 -0
  625. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +11 -0
  626. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +11 -0
  627. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +11 -0
  628. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +11 -0
  629. package/dist-types/ts3.4/pagination/DescribeInstancePropertiesPaginator.d.ts +11 -0
  630. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +11 -0
  631. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +11 -0
  632. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +11 -0
  633. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +11 -0
  634. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +11 -0
  635. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +11 -0
  636. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +11 -0
  637. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +11 -0
  638. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +11 -0
  639. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +11 -0
  640. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +11 -0
  641. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +11 -0
  642. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +11 -0
  643. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +11 -0
  644. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +11 -0
  645. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +11 -0
  646. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +11 -0
  647. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +11 -0
  648. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +11 -0
  649. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +11 -0
  650. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -0
  651. package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  652. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +11 -0
  653. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +11 -0
  654. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +11 -0
  655. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +11 -0
  656. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +11 -0
  657. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +11 -0
  658. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +11 -0
  659. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +11 -0
  660. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
  661. package/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
  662. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +11 -0
  663. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +11 -0
  664. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +11 -0
  665. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +11 -0
  666. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +11 -0
  667. package/dist-types/ts3.4/pagination/index.d.ts +51 -0
  668. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
  669. package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
  670. package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
  671. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
  672. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  673. package/dist-types/ts3.4/schemas/schemas_0.d.ts +755 -0
  674. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  675. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +11 -0
  676. package/dist-types/waiters/index.d.ts +1 -0
  677. package/dist-types/waiters/waitForCommandExecuted.d.ts +14 -0
  678. package/package.json +156 -0
@@ -0,0 +1,2996 @@
1
+ import {
2
+ HttpHandlerOptions as __HttpHandlerOptions,
3
+ PaginationConfiguration,
4
+ Paginator,
5
+ WaiterConfiguration,
6
+ } from "@smithy/types";
7
+ import { WaiterResult } from "@smithy/util-waiter";
8
+ import {
9
+ AddTagsToResourceCommandInput,
10
+ AddTagsToResourceCommandOutput,
11
+ } from "./commands/AddTagsToResourceCommand";
12
+ import {
13
+ AssociateOpsItemRelatedItemCommandInput,
14
+ AssociateOpsItemRelatedItemCommandOutput,
15
+ } from "./commands/AssociateOpsItemRelatedItemCommand";
16
+ import {
17
+ CancelCommandCommandInput,
18
+ CancelCommandCommandOutput,
19
+ } from "./commands/CancelCommandCommand";
20
+ import {
21
+ CancelMaintenanceWindowExecutionCommandInput,
22
+ CancelMaintenanceWindowExecutionCommandOutput,
23
+ } from "./commands/CancelMaintenanceWindowExecutionCommand";
24
+ import {
25
+ CreateActivationCommandInput,
26
+ CreateActivationCommandOutput,
27
+ } from "./commands/CreateActivationCommand";
28
+ import {
29
+ CreateAssociationBatchCommandInput,
30
+ CreateAssociationBatchCommandOutput,
31
+ } from "./commands/CreateAssociationBatchCommand";
32
+ import {
33
+ CreateAssociationCommandInput,
34
+ CreateAssociationCommandOutput,
35
+ } from "./commands/CreateAssociationCommand";
36
+ import {
37
+ CreateDocumentCommandInput,
38
+ CreateDocumentCommandOutput,
39
+ } from "./commands/CreateDocumentCommand";
40
+ import {
41
+ CreateMaintenanceWindowCommandInput,
42
+ CreateMaintenanceWindowCommandOutput,
43
+ } from "./commands/CreateMaintenanceWindowCommand";
44
+ import {
45
+ CreateOpsItemCommandInput,
46
+ CreateOpsItemCommandOutput,
47
+ } from "./commands/CreateOpsItemCommand";
48
+ import {
49
+ CreateOpsMetadataCommandInput,
50
+ CreateOpsMetadataCommandOutput,
51
+ } from "./commands/CreateOpsMetadataCommand";
52
+ import {
53
+ CreatePatchBaselineCommandInput,
54
+ CreatePatchBaselineCommandOutput,
55
+ } from "./commands/CreatePatchBaselineCommand";
56
+ import {
57
+ CreateResourceDataSyncCommandInput,
58
+ CreateResourceDataSyncCommandOutput,
59
+ } from "./commands/CreateResourceDataSyncCommand";
60
+ import {
61
+ DeleteActivationCommandInput,
62
+ DeleteActivationCommandOutput,
63
+ } from "./commands/DeleteActivationCommand";
64
+ import {
65
+ DeleteAssociationCommandInput,
66
+ DeleteAssociationCommandOutput,
67
+ } from "./commands/DeleteAssociationCommand";
68
+ import {
69
+ DeleteDocumentCommandInput,
70
+ DeleteDocumentCommandOutput,
71
+ } from "./commands/DeleteDocumentCommand";
72
+ import {
73
+ DeleteInventoryCommandInput,
74
+ DeleteInventoryCommandOutput,
75
+ } from "./commands/DeleteInventoryCommand";
76
+ import {
77
+ DeleteMaintenanceWindowCommandInput,
78
+ DeleteMaintenanceWindowCommandOutput,
79
+ } from "./commands/DeleteMaintenanceWindowCommand";
80
+ import {
81
+ DeleteOpsItemCommandInput,
82
+ DeleteOpsItemCommandOutput,
83
+ } from "./commands/DeleteOpsItemCommand";
84
+ import {
85
+ DeleteOpsMetadataCommandInput,
86
+ DeleteOpsMetadataCommandOutput,
87
+ } from "./commands/DeleteOpsMetadataCommand";
88
+ import {
89
+ DeleteParameterCommandInput,
90
+ DeleteParameterCommandOutput,
91
+ } from "./commands/DeleteParameterCommand";
92
+ import {
93
+ DeleteParametersCommandInput,
94
+ DeleteParametersCommandOutput,
95
+ } from "./commands/DeleteParametersCommand";
96
+ import {
97
+ DeletePatchBaselineCommandInput,
98
+ DeletePatchBaselineCommandOutput,
99
+ } from "./commands/DeletePatchBaselineCommand";
100
+ import {
101
+ DeleteResourceDataSyncCommandInput,
102
+ DeleteResourceDataSyncCommandOutput,
103
+ } from "./commands/DeleteResourceDataSyncCommand";
104
+ import {
105
+ DeleteResourcePolicyCommandInput,
106
+ DeleteResourcePolicyCommandOutput,
107
+ } from "./commands/DeleteResourcePolicyCommand";
108
+ import {
109
+ DeregisterManagedInstanceCommandInput,
110
+ DeregisterManagedInstanceCommandOutput,
111
+ } from "./commands/DeregisterManagedInstanceCommand";
112
+ import {
113
+ DeregisterPatchBaselineForPatchGroupCommandInput,
114
+ DeregisterPatchBaselineForPatchGroupCommandOutput,
115
+ } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
116
+ import {
117
+ DeregisterTargetFromMaintenanceWindowCommandInput,
118
+ DeregisterTargetFromMaintenanceWindowCommandOutput,
119
+ } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
120
+ import {
121
+ DeregisterTaskFromMaintenanceWindowCommandInput,
122
+ DeregisterTaskFromMaintenanceWindowCommandOutput,
123
+ } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
124
+ import {
125
+ DescribeActivationsCommandInput,
126
+ DescribeActivationsCommandOutput,
127
+ } from "./commands/DescribeActivationsCommand";
128
+ import {
129
+ DescribeAssociationCommandInput,
130
+ DescribeAssociationCommandOutput,
131
+ } from "./commands/DescribeAssociationCommand";
132
+ import {
133
+ DescribeAssociationExecutionsCommandInput,
134
+ DescribeAssociationExecutionsCommandOutput,
135
+ } from "./commands/DescribeAssociationExecutionsCommand";
136
+ import {
137
+ DescribeAssociationExecutionTargetsCommandInput,
138
+ DescribeAssociationExecutionTargetsCommandOutput,
139
+ } from "./commands/DescribeAssociationExecutionTargetsCommand";
140
+ import {
141
+ DescribeAutomationExecutionsCommandInput,
142
+ DescribeAutomationExecutionsCommandOutput,
143
+ } from "./commands/DescribeAutomationExecutionsCommand";
144
+ import {
145
+ DescribeAutomationStepExecutionsCommandInput,
146
+ DescribeAutomationStepExecutionsCommandOutput,
147
+ } from "./commands/DescribeAutomationStepExecutionsCommand";
148
+ import {
149
+ DescribeAvailablePatchesCommandInput,
150
+ DescribeAvailablePatchesCommandOutput,
151
+ } from "./commands/DescribeAvailablePatchesCommand";
152
+ import {
153
+ DescribeDocumentCommandInput,
154
+ DescribeDocumentCommandOutput,
155
+ } from "./commands/DescribeDocumentCommand";
156
+ import {
157
+ DescribeDocumentPermissionCommandInput,
158
+ DescribeDocumentPermissionCommandOutput,
159
+ } from "./commands/DescribeDocumentPermissionCommand";
160
+ import {
161
+ DescribeEffectiveInstanceAssociationsCommandInput,
162
+ DescribeEffectiveInstanceAssociationsCommandOutput,
163
+ } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
164
+ import {
165
+ DescribeEffectivePatchesForPatchBaselineCommandInput,
166
+ DescribeEffectivePatchesForPatchBaselineCommandOutput,
167
+ } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
168
+ import {
169
+ DescribeInstanceAssociationsStatusCommandInput,
170
+ DescribeInstanceAssociationsStatusCommandOutput,
171
+ } from "./commands/DescribeInstanceAssociationsStatusCommand";
172
+ import {
173
+ DescribeInstanceInformationCommandInput,
174
+ DescribeInstanceInformationCommandOutput,
175
+ } from "./commands/DescribeInstanceInformationCommand";
176
+ import {
177
+ DescribeInstancePatchesCommandInput,
178
+ DescribeInstancePatchesCommandOutput,
179
+ } from "./commands/DescribeInstancePatchesCommand";
180
+ import {
181
+ DescribeInstancePatchStatesCommandInput,
182
+ DescribeInstancePatchStatesCommandOutput,
183
+ } from "./commands/DescribeInstancePatchStatesCommand";
184
+ import {
185
+ DescribeInstancePatchStatesForPatchGroupCommandInput,
186
+ DescribeInstancePatchStatesForPatchGroupCommandOutput,
187
+ } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
188
+ import {
189
+ DescribeInstancePropertiesCommandInput,
190
+ DescribeInstancePropertiesCommandOutput,
191
+ } from "./commands/DescribeInstancePropertiesCommand";
192
+ import {
193
+ DescribeInventoryDeletionsCommandInput,
194
+ DescribeInventoryDeletionsCommandOutput,
195
+ } from "./commands/DescribeInventoryDeletionsCommand";
196
+ import {
197
+ DescribeMaintenanceWindowExecutionsCommandInput,
198
+ DescribeMaintenanceWindowExecutionsCommandOutput,
199
+ } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
200
+ import {
201
+ DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
202
+ DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput,
203
+ } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
204
+ import {
205
+ DescribeMaintenanceWindowExecutionTasksCommandInput,
206
+ DescribeMaintenanceWindowExecutionTasksCommandOutput,
207
+ } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
208
+ import {
209
+ DescribeMaintenanceWindowScheduleCommandInput,
210
+ DescribeMaintenanceWindowScheduleCommandOutput,
211
+ } from "./commands/DescribeMaintenanceWindowScheduleCommand";
212
+ import {
213
+ DescribeMaintenanceWindowsCommandInput,
214
+ DescribeMaintenanceWindowsCommandOutput,
215
+ } from "./commands/DescribeMaintenanceWindowsCommand";
216
+ import {
217
+ DescribeMaintenanceWindowsForTargetCommandInput,
218
+ DescribeMaintenanceWindowsForTargetCommandOutput,
219
+ } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
220
+ import {
221
+ DescribeMaintenanceWindowTargetsCommandInput,
222
+ DescribeMaintenanceWindowTargetsCommandOutput,
223
+ } from "./commands/DescribeMaintenanceWindowTargetsCommand";
224
+ import {
225
+ DescribeMaintenanceWindowTasksCommandInput,
226
+ DescribeMaintenanceWindowTasksCommandOutput,
227
+ } from "./commands/DescribeMaintenanceWindowTasksCommand";
228
+ import {
229
+ DescribeOpsItemsCommandInput,
230
+ DescribeOpsItemsCommandOutput,
231
+ } from "./commands/DescribeOpsItemsCommand";
232
+ import {
233
+ DescribeParametersCommandInput,
234
+ DescribeParametersCommandOutput,
235
+ } from "./commands/DescribeParametersCommand";
236
+ import {
237
+ DescribePatchBaselinesCommandInput,
238
+ DescribePatchBaselinesCommandOutput,
239
+ } from "./commands/DescribePatchBaselinesCommand";
240
+ import {
241
+ DescribePatchGroupsCommandInput,
242
+ DescribePatchGroupsCommandOutput,
243
+ } from "./commands/DescribePatchGroupsCommand";
244
+ import {
245
+ DescribePatchGroupStateCommandInput,
246
+ DescribePatchGroupStateCommandOutput,
247
+ } from "./commands/DescribePatchGroupStateCommand";
248
+ import {
249
+ DescribePatchPropertiesCommandInput,
250
+ DescribePatchPropertiesCommandOutput,
251
+ } from "./commands/DescribePatchPropertiesCommand";
252
+ import {
253
+ DescribeSessionsCommandInput,
254
+ DescribeSessionsCommandOutput,
255
+ } from "./commands/DescribeSessionsCommand";
256
+ import {
257
+ DisassociateOpsItemRelatedItemCommandInput,
258
+ DisassociateOpsItemRelatedItemCommandOutput,
259
+ } from "./commands/DisassociateOpsItemRelatedItemCommand";
260
+ import {
261
+ GetAccessTokenCommandInput,
262
+ GetAccessTokenCommandOutput,
263
+ } from "./commands/GetAccessTokenCommand";
264
+ import {
265
+ GetAutomationExecutionCommandInput,
266
+ GetAutomationExecutionCommandOutput,
267
+ } from "./commands/GetAutomationExecutionCommand";
268
+ import {
269
+ GetCalendarStateCommandInput,
270
+ GetCalendarStateCommandOutput,
271
+ } from "./commands/GetCalendarStateCommand";
272
+ import {
273
+ GetCommandInvocationCommandInput,
274
+ GetCommandInvocationCommandOutput,
275
+ } from "./commands/GetCommandInvocationCommand";
276
+ import {
277
+ GetConnectionStatusCommandInput,
278
+ GetConnectionStatusCommandOutput,
279
+ } from "./commands/GetConnectionStatusCommand";
280
+ import {
281
+ GetDefaultPatchBaselineCommandInput,
282
+ GetDefaultPatchBaselineCommandOutput,
283
+ } from "./commands/GetDefaultPatchBaselineCommand";
284
+ import {
285
+ GetDeployablePatchSnapshotForInstanceCommandInput,
286
+ GetDeployablePatchSnapshotForInstanceCommandOutput,
287
+ } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
288
+ import {
289
+ GetDocumentCommandInput,
290
+ GetDocumentCommandOutput,
291
+ } from "./commands/GetDocumentCommand";
292
+ import {
293
+ GetExecutionPreviewCommandInput,
294
+ GetExecutionPreviewCommandOutput,
295
+ } from "./commands/GetExecutionPreviewCommand";
296
+ import {
297
+ GetInventoryCommandInput,
298
+ GetInventoryCommandOutput,
299
+ } from "./commands/GetInventoryCommand";
300
+ import {
301
+ GetInventorySchemaCommandInput,
302
+ GetInventorySchemaCommandOutput,
303
+ } from "./commands/GetInventorySchemaCommand";
304
+ import {
305
+ GetMaintenanceWindowCommandInput,
306
+ GetMaintenanceWindowCommandOutput,
307
+ } from "./commands/GetMaintenanceWindowCommand";
308
+ import {
309
+ GetMaintenanceWindowExecutionCommandInput,
310
+ GetMaintenanceWindowExecutionCommandOutput,
311
+ } from "./commands/GetMaintenanceWindowExecutionCommand";
312
+ import {
313
+ GetMaintenanceWindowExecutionTaskCommandInput,
314
+ GetMaintenanceWindowExecutionTaskCommandOutput,
315
+ } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
316
+ import {
317
+ GetMaintenanceWindowExecutionTaskInvocationCommandInput,
318
+ GetMaintenanceWindowExecutionTaskInvocationCommandOutput,
319
+ } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
320
+ import {
321
+ GetMaintenanceWindowTaskCommandInput,
322
+ GetMaintenanceWindowTaskCommandOutput,
323
+ } from "./commands/GetMaintenanceWindowTaskCommand";
324
+ import {
325
+ GetOpsItemCommandInput,
326
+ GetOpsItemCommandOutput,
327
+ } from "./commands/GetOpsItemCommand";
328
+ import {
329
+ GetOpsMetadataCommandInput,
330
+ GetOpsMetadataCommandOutput,
331
+ } from "./commands/GetOpsMetadataCommand";
332
+ import {
333
+ GetOpsSummaryCommandInput,
334
+ GetOpsSummaryCommandOutput,
335
+ } from "./commands/GetOpsSummaryCommand";
336
+ import {
337
+ GetParameterCommandInput,
338
+ GetParameterCommandOutput,
339
+ } from "./commands/GetParameterCommand";
340
+ import {
341
+ GetParameterHistoryCommandInput,
342
+ GetParameterHistoryCommandOutput,
343
+ } from "./commands/GetParameterHistoryCommand";
344
+ import {
345
+ GetParametersByPathCommandInput,
346
+ GetParametersByPathCommandOutput,
347
+ } from "./commands/GetParametersByPathCommand";
348
+ import {
349
+ GetParametersCommandInput,
350
+ GetParametersCommandOutput,
351
+ } from "./commands/GetParametersCommand";
352
+ import {
353
+ GetPatchBaselineCommandInput,
354
+ GetPatchBaselineCommandOutput,
355
+ } from "./commands/GetPatchBaselineCommand";
356
+ import {
357
+ GetPatchBaselineForPatchGroupCommandInput,
358
+ GetPatchBaselineForPatchGroupCommandOutput,
359
+ } from "./commands/GetPatchBaselineForPatchGroupCommand";
360
+ import {
361
+ GetResourcePoliciesCommandInput,
362
+ GetResourcePoliciesCommandOutput,
363
+ } from "./commands/GetResourcePoliciesCommand";
364
+ import {
365
+ GetServiceSettingCommandInput,
366
+ GetServiceSettingCommandOutput,
367
+ } from "./commands/GetServiceSettingCommand";
368
+ import {
369
+ LabelParameterVersionCommandInput,
370
+ LabelParameterVersionCommandOutput,
371
+ } from "./commands/LabelParameterVersionCommand";
372
+ import {
373
+ ListAssociationsCommandInput,
374
+ ListAssociationsCommandOutput,
375
+ } from "./commands/ListAssociationsCommand";
376
+ import {
377
+ ListAssociationVersionsCommandInput,
378
+ ListAssociationVersionsCommandOutput,
379
+ } from "./commands/ListAssociationVersionsCommand";
380
+ import {
381
+ ListCommandInvocationsCommandInput,
382
+ ListCommandInvocationsCommandOutput,
383
+ } from "./commands/ListCommandInvocationsCommand";
384
+ import {
385
+ ListCommandsCommandInput,
386
+ ListCommandsCommandOutput,
387
+ } from "./commands/ListCommandsCommand";
388
+ import {
389
+ ListComplianceItemsCommandInput,
390
+ ListComplianceItemsCommandOutput,
391
+ } from "./commands/ListComplianceItemsCommand";
392
+ import {
393
+ ListComplianceSummariesCommandInput,
394
+ ListComplianceSummariesCommandOutput,
395
+ } from "./commands/ListComplianceSummariesCommand";
396
+ import {
397
+ ListDocumentMetadataHistoryCommandInput,
398
+ ListDocumentMetadataHistoryCommandOutput,
399
+ } from "./commands/ListDocumentMetadataHistoryCommand";
400
+ import {
401
+ ListDocumentsCommandInput,
402
+ ListDocumentsCommandOutput,
403
+ } from "./commands/ListDocumentsCommand";
404
+ import {
405
+ ListDocumentVersionsCommandInput,
406
+ ListDocumentVersionsCommandOutput,
407
+ } from "./commands/ListDocumentVersionsCommand";
408
+ import {
409
+ ListInventoryEntriesCommandInput,
410
+ ListInventoryEntriesCommandOutput,
411
+ } from "./commands/ListInventoryEntriesCommand";
412
+ import {
413
+ ListNodesCommandInput,
414
+ ListNodesCommandOutput,
415
+ } from "./commands/ListNodesCommand";
416
+ import {
417
+ ListNodesSummaryCommandInput,
418
+ ListNodesSummaryCommandOutput,
419
+ } from "./commands/ListNodesSummaryCommand";
420
+ import {
421
+ ListOpsItemEventsCommandInput,
422
+ ListOpsItemEventsCommandOutput,
423
+ } from "./commands/ListOpsItemEventsCommand";
424
+ import {
425
+ ListOpsItemRelatedItemsCommandInput,
426
+ ListOpsItemRelatedItemsCommandOutput,
427
+ } from "./commands/ListOpsItemRelatedItemsCommand";
428
+ import {
429
+ ListOpsMetadataCommandInput,
430
+ ListOpsMetadataCommandOutput,
431
+ } from "./commands/ListOpsMetadataCommand";
432
+ import {
433
+ ListResourceComplianceSummariesCommandInput,
434
+ ListResourceComplianceSummariesCommandOutput,
435
+ } from "./commands/ListResourceComplianceSummariesCommand";
436
+ import {
437
+ ListResourceDataSyncCommandInput,
438
+ ListResourceDataSyncCommandOutput,
439
+ } from "./commands/ListResourceDataSyncCommand";
440
+ import {
441
+ ListTagsForResourceCommandInput,
442
+ ListTagsForResourceCommandOutput,
443
+ } from "./commands/ListTagsForResourceCommand";
444
+ import {
445
+ ModifyDocumentPermissionCommandInput,
446
+ ModifyDocumentPermissionCommandOutput,
447
+ } from "./commands/ModifyDocumentPermissionCommand";
448
+ import {
449
+ PutComplianceItemsCommandInput,
450
+ PutComplianceItemsCommandOutput,
451
+ } from "./commands/PutComplianceItemsCommand";
452
+ import {
453
+ PutInventoryCommandInput,
454
+ PutInventoryCommandOutput,
455
+ } from "./commands/PutInventoryCommand";
456
+ import {
457
+ PutParameterCommandInput,
458
+ PutParameterCommandOutput,
459
+ } from "./commands/PutParameterCommand";
460
+ import {
461
+ PutResourcePolicyCommandInput,
462
+ PutResourcePolicyCommandOutput,
463
+ } from "./commands/PutResourcePolicyCommand";
464
+ import {
465
+ RegisterDefaultPatchBaselineCommandInput,
466
+ RegisterDefaultPatchBaselineCommandOutput,
467
+ } from "./commands/RegisterDefaultPatchBaselineCommand";
468
+ import {
469
+ RegisterPatchBaselineForPatchGroupCommandInput,
470
+ RegisterPatchBaselineForPatchGroupCommandOutput,
471
+ } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
472
+ import {
473
+ RegisterTargetWithMaintenanceWindowCommandInput,
474
+ RegisterTargetWithMaintenanceWindowCommandOutput,
475
+ } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
476
+ import {
477
+ RegisterTaskWithMaintenanceWindowCommandInput,
478
+ RegisterTaskWithMaintenanceWindowCommandOutput,
479
+ } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
480
+ import {
481
+ RemoveTagsFromResourceCommandInput,
482
+ RemoveTagsFromResourceCommandOutput,
483
+ } from "./commands/RemoveTagsFromResourceCommand";
484
+ import {
485
+ ResetServiceSettingCommandInput,
486
+ ResetServiceSettingCommandOutput,
487
+ } from "./commands/ResetServiceSettingCommand";
488
+ import {
489
+ ResumeSessionCommandInput,
490
+ ResumeSessionCommandOutput,
491
+ } from "./commands/ResumeSessionCommand";
492
+ import {
493
+ SendAutomationSignalCommandInput,
494
+ SendAutomationSignalCommandOutput,
495
+ } from "./commands/SendAutomationSignalCommand";
496
+ import {
497
+ SendCommandCommandInput,
498
+ SendCommandCommandOutput,
499
+ } from "./commands/SendCommandCommand";
500
+ import {
501
+ StartAccessRequestCommandInput,
502
+ StartAccessRequestCommandOutput,
503
+ } from "./commands/StartAccessRequestCommand";
504
+ import {
505
+ StartAssociationsOnceCommandInput,
506
+ StartAssociationsOnceCommandOutput,
507
+ } from "./commands/StartAssociationsOnceCommand";
508
+ import {
509
+ StartAutomationExecutionCommandInput,
510
+ StartAutomationExecutionCommandOutput,
511
+ } from "./commands/StartAutomationExecutionCommand";
512
+ import {
513
+ StartChangeRequestExecutionCommandInput,
514
+ StartChangeRequestExecutionCommandOutput,
515
+ } from "./commands/StartChangeRequestExecutionCommand";
516
+ import {
517
+ StartExecutionPreviewCommandInput,
518
+ StartExecutionPreviewCommandOutput,
519
+ } from "./commands/StartExecutionPreviewCommand";
520
+ import {
521
+ StartSessionCommandInput,
522
+ StartSessionCommandOutput,
523
+ } from "./commands/StartSessionCommand";
524
+ import {
525
+ StopAutomationExecutionCommandInput,
526
+ StopAutomationExecutionCommandOutput,
527
+ } from "./commands/StopAutomationExecutionCommand";
528
+ import {
529
+ TerminateSessionCommandInput,
530
+ TerminateSessionCommandOutput,
531
+ } from "./commands/TerminateSessionCommand";
532
+ import {
533
+ UnlabelParameterVersionCommandInput,
534
+ UnlabelParameterVersionCommandOutput,
535
+ } from "./commands/UnlabelParameterVersionCommand";
536
+ import {
537
+ UpdateAssociationCommandInput,
538
+ UpdateAssociationCommandOutput,
539
+ } from "./commands/UpdateAssociationCommand";
540
+ import {
541
+ UpdateAssociationStatusCommandInput,
542
+ UpdateAssociationStatusCommandOutput,
543
+ } from "./commands/UpdateAssociationStatusCommand";
544
+ import {
545
+ UpdateDocumentCommandInput,
546
+ UpdateDocumentCommandOutput,
547
+ } from "./commands/UpdateDocumentCommand";
548
+ import {
549
+ UpdateDocumentDefaultVersionCommandInput,
550
+ UpdateDocumentDefaultVersionCommandOutput,
551
+ } from "./commands/UpdateDocumentDefaultVersionCommand";
552
+ import {
553
+ UpdateDocumentMetadataCommandInput,
554
+ UpdateDocumentMetadataCommandOutput,
555
+ } from "./commands/UpdateDocumentMetadataCommand";
556
+ import {
557
+ UpdateMaintenanceWindowCommandInput,
558
+ UpdateMaintenanceWindowCommandOutput,
559
+ } from "./commands/UpdateMaintenanceWindowCommand";
560
+ import {
561
+ UpdateMaintenanceWindowTargetCommandInput,
562
+ UpdateMaintenanceWindowTargetCommandOutput,
563
+ } from "./commands/UpdateMaintenanceWindowTargetCommand";
564
+ import {
565
+ UpdateMaintenanceWindowTaskCommandInput,
566
+ UpdateMaintenanceWindowTaskCommandOutput,
567
+ } from "./commands/UpdateMaintenanceWindowTaskCommand";
568
+ import {
569
+ UpdateManagedInstanceRoleCommandInput,
570
+ UpdateManagedInstanceRoleCommandOutput,
571
+ } from "./commands/UpdateManagedInstanceRoleCommand";
572
+ import {
573
+ UpdateOpsItemCommandInput,
574
+ UpdateOpsItemCommandOutput,
575
+ } from "./commands/UpdateOpsItemCommand";
576
+ import {
577
+ UpdateOpsMetadataCommandInput,
578
+ UpdateOpsMetadataCommandOutput,
579
+ } from "./commands/UpdateOpsMetadataCommand";
580
+ import {
581
+ UpdatePatchBaselineCommandInput,
582
+ UpdatePatchBaselineCommandOutput,
583
+ } from "./commands/UpdatePatchBaselineCommand";
584
+ import {
585
+ UpdateResourceDataSyncCommandInput,
586
+ UpdateResourceDataSyncCommandOutput,
587
+ } from "./commands/UpdateResourceDataSyncCommand";
588
+ import {
589
+ UpdateServiceSettingCommandInput,
590
+ UpdateServiceSettingCommandOutput,
591
+ } from "./commands/UpdateServiceSettingCommand";
592
+ import { SSMClient } from "./SSMClient";
593
+ export interface SSM {
594
+ addTagsToResource(
595
+ args: AddTagsToResourceCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<AddTagsToResourceCommandOutput>;
598
+ addTagsToResource(
599
+ args: AddTagsToResourceCommandInput,
600
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
601
+ ): void;
602
+ addTagsToResource(
603
+ args: AddTagsToResourceCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
606
+ ): void;
607
+ associateOpsItemRelatedItem(
608
+ args: AssociateOpsItemRelatedItemCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<AssociateOpsItemRelatedItemCommandOutput>;
611
+ associateOpsItemRelatedItem(
612
+ args: AssociateOpsItemRelatedItemCommandInput,
613
+ cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void
614
+ ): void;
615
+ associateOpsItemRelatedItem(
616
+ args: AssociateOpsItemRelatedItemCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: AssociateOpsItemRelatedItemCommandOutput) => void
619
+ ): void;
620
+ cancelCommand(
621
+ args: CancelCommandCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<CancelCommandCommandOutput>;
624
+ cancelCommand(
625
+ args: CancelCommandCommandInput,
626
+ cb: (err: any, data?: CancelCommandCommandOutput) => void
627
+ ): void;
628
+ cancelCommand(
629
+ args: CancelCommandCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: CancelCommandCommandOutput) => void
632
+ ): void;
633
+ cancelMaintenanceWindowExecution(
634
+ args: CancelMaintenanceWindowExecutionCommandInput,
635
+ options?: __HttpHandlerOptions
636
+ ): Promise<CancelMaintenanceWindowExecutionCommandOutput>;
637
+ cancelMaintenanceWindowExecution(
638
+ args: CancelMaintenanceWindowExecutionCommandInput,
639
+ cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void
640
+ ): void;
641
+ cancelMaintenanceWindowExecution(
642
+ args: CancelMaintenanceWindowExecutionCommandInput,
643
+ options: __HttpHandlerOptions,
644
+ cb: (err: any, data?: CancelMaintenanceWindowExecutionCommandOutput) => void
645
+ ): void;
646
+ createActivation(
647
+ args: CreateActivationCommandInput,
648
+ options?: __HttpHandlerOptions
649
+ ): Promise<CreateActivationCommandOutput>;
650
+ createActivation(
651
+ args: CreateActivationCommandInput,
652
+ cb: (err: any, data?: CreateActivationCommandOutput) => void
653
+ ): void;
654
+ createActivation(
655
+ args: CreateActivationCommandInput,
656
+ options: __HttpHandlerOptions,
657
+ cb: (err: any, data?: CreateActivationCommandOutput) => void
658
+ ): void;
659
+ createAssociation(
660
+ args: CreateAssociationCommandInput,
661
+ options?: __HttpHandlerOptions
662
+ ): Promise<CreateAssociationCommandOutput>;
663
+ createAssociation(
664
+ args: CreateAssociationCommandInput,
665
+ cb: (err: any, data?: CreateAssociationCommandOutput) => void
666
+ ): void;
667
+ createAssociation(
668
+ args: CreateAssociationCommandInput,
669
+ options: __HttpHandlerOptions,
670
+ cb: (err: any, data?: CreateAssociationCommandOutput) => void
671
+ ): void;
672
+ createAssociationBatch(
673
+ args: CreateAssociationBatchCommandInput,
674
+ options?: __HttpHandlerOptions
675
+ ): Promise<CreateAssociationBatchCommandOutput>;
676
+ createAssociationBatch(
677
+ args: CreateAssociationBatchCommandInput,
678
+ cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void
679
+ ): void;
680
+ createAssociationBatch(
681
+ args: CreateAssociationBatchCommandInput,
682
+ options: __HttpHandlerOptions,
683
+ cb: (err: any, data?: CreateAssociationBatchCommandOutput) => void
684
+ ): void;
685
+ createDocument(
686
+ args: CreateDocumentCommandInput,
687
+ options?: __HttpHandlerOptions
688
+ ): Promise<CreateDocumentCommandOutput>;
689
+ createDocument(
690
+ args: CreateDocumentCommandInput,
691
+ cb: (err: any, data?: CreateDocumentCommandOutput) => void
692
+ ): void;
693
+ createDocument(
694
+ args: CreateDocumentCommandInput,
695
+ options: __HttpHandlerOptions,
696
+ cb: (err: any, data?: CreateDocumentCommandOutput) => void
697
+ ): void;
698
+ createMaintenanceWindow(
699
+ args: CreateMaintenanceWindowCommandInput,
700
+ options?: __HttpHandlerOptions
701
+ ): Promise<CreateMaintenanceWindowCommandOutput>;
702
+ createMaintenanceWindow(
703
+ args: CreateMaintenanceWindowCommandInput,
704
+ cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void
705
+ ): void;
706
+ createMaintenanceWindow(
707
+ args: CreateMaintenanceWindowCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (err: any, data?: CreateMaintenanceWindowCommandOutput) => void
710
+ ): void;
711
+ createOpsItem(
712
+ args: CreateOpsItemCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<CreateOpsItemCommandOutput>;
715
+ createOpsItem(
716
+ args: CreateOpsItemCommandInput,
717
+ cb: (err: any, data?: CreateOpsItemCommandOutput) => void
718
+ ): void;
719
+ createOpsItem(
720
+ args: CreateOpsItemCommandInput,
721
+ options: __HttpHandlerOptions,
722
+ cb: (err: any, data?: CreateOpsItemCommandOutput) => void
723
+ ): void;
724
+ createOpsMetadata(
725
+ args: CreateOpsMetadataCommandInput,
726
+ options?: __HttpHandlerOptions
727
+ ): Promise<CreateOpsMetadataCommandOutput>;
728
+ createOpsMetadata(
729
+ args: CreateOpsMetadataCommandInput,
730
+ cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void
731
+ ): void;
732
+ createOpsMetadata(
733
+ args: CreateOpsMetadataCommandInput,
734
+ options: __HttpHandlerOptions,
735
+ cb: (err: any, data?: CreateOpsMetadataCommandOutput) => void
736
+ ): void;
737
+ createPatchBaseline(
738
+ args: CreatePatchBaselineCommandInput,
739
+ options?: __HttpHandlerOptions
740
+ ): Promise<CreatePatchBaselineCommandOutput>;
741
+ createPatchBaseline(
742
+ args: CreatePatchBaselineCommandInput,
743
+ cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void
744
+ ): void;
745
+ createPatchBaseline(
746
+ args: CreatePatchBaselineCommandInput,
747
+ options: __HttpHandlerOptions,
748
+ cb: (err: any, data?: CreatePatchBaselineCommandOutput) => void
749
+ ): void;
750
+ createResourceDataSync(
751
+ args: CreateResourceDataSyncCommandInput,
752
+ options?: __HttpHandlerOptions
753
+ ): Promise<CreateResourceDataSyncCommandOutput>;
754
+ createResourceDataSync(
755
+ args: CreateResourceDataSyncCommandInput,
756
+ cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void
757
+ ): void;
758
+ createResourceDataSync(
759
+ args: CreateResourceDataSyncCommandInput,
760
+ options: __HttpHandlerOptions,
761
+ cb: (err: any, data?: CreateResourceDataSyncCommandOutput) => void
762
+ ): void;
763
+ deleteActivation(
764
+ args: DeleteActivationCommandInput,
765
+ options?: __HttpHandlerOptions
766
+ ): Promise<DeleteActivationCommandOutput>;
767
+ deleteActivation(
768
+ args: DeleteActivationCommandInput,
769
+ cb: (err: any, data?: DeleteActivationCommandOutput) => void
770
+ ): void;
771
+ deleteActivation(
772
+ args: DeleteActivationCommandInput,
773
+ options: __HttpHandlerOptions,
774
+ cb: (err: any, data?: DeleteActivationCommandOutput) => void
775
+ ): void;
776
+ deleteAssociation(): Promise<DeleteAssociationCommandOutput>;
777
+ deleteAssociation(
778
+ args: DeleteAssociationCommandInput,
779
+ options?: __HttpHandlerOptions
780
+ ): Promise<DeleteAssociationCommandOutput>;
781
+ deleteAssociation(
782
+ args: DeleteAssociationCommandInput,
783
+ cb: (err: any, data?: DeleteAssociationCommandOutput) => void
784
+ ): void;
785
+ deleteAssociation(
786
+ args: DeleteAssociationCommandInput,
787
+ options: __HttpHandlerOptions,
788
+ cb: (err: any, data?: DeleteAssociationCommandOutput) => void
789
+ ): void;
790
+ deleteDocument(
791
+ args: DeleteDocumentCommandInput,
792
+ options?: __HttpHandlerOptions
793
+ ): Promise<DeleteDocumentCommandOutput>;
794
+ deleteDocument(
795
+ args: DeleteDocumentCommandInput,
796
+ cb: (err: any, data?: DeleteDocumentCommandOutput) => void
797
+ ): void;
798
+ deleteDocument(
799
+ args: DeleteDocumentCommandInput,
800
+ options: __HttpHandlerOptions,
801
+ cb: (err: any, data?: DeleteDocumentCommandOutput) => void
802
+ ): void;
803
+ deleteInventory(
804
+ args: DeleteInventoryCommandInput,
805
+ options?: __HttpHandlerOptions
806
+ ): Promise<DeleteInventoryCommandOutput>;
807
+ deleteInventory(
808
+ args: DeleteInventoryCommandInput,
809
+ cb: (err: any, data?: DeleteInventoryCommandOutput) => void
810
+ ): void;
811
+ deleteInventory(
812
+ args: DeleteInventoryCommandInput,
813
+ options: __HttpHandlerOptions,
814
+ cb: (err: any, data?: DeleteInventoryCommandOutput) => void
815
+ ): void;
816
+ deleteMaintenanceWindow(
817
+ args: DeleteMaintenanceWindowCommandInput,
818
+ options?: __HttpHandlerOptions
819
+ ): Promise<DeleteMaintenanceWindowCommandOutput>;
820
+ deleteMaintenanceWindow(
821
+ args: DeleteMaintenanceWindowCommandInput,
822
+ cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void
823
+ ): void;
824
+ deleteMaintenanceWindow(
825
+ args: DeleteMaintenanceWindowCommandInput,
826
+ options: __HttpHandlerOptions,
827
+ cb: (err: any, data?: DeleteMaintenanceWindowCommandOutput) => void
828
+ ): void;
829
+ deleteOpsItem(
830
+ args: DeleteOpsItemCommandInput,
831
+ options?: __HttpHandlerOptions
832
+ ): Promise<DeleteOpsItemCommandOutput>;
833
+ deleteOpsItem(
834
+ args: DeleteOpsItemCommandInput,
835
+ cb: (err: any, data?: DeleteOpsItemCommandOutput) => void
836
+ ): void;
837
+ deleteOpsItem(
838
+ args: DeleteOpsItemCommandInput,
839
+ options: __HttpHandlerOptions,
840
+ cb: (err: any, data?: DeleteOpsItemCommandOutput) => void
841
+ ): void;
842
+ deleteOpsMetadata(
843
+ args: DeleteOpsMetadataCommandInput,
844
+ options?: __HttpHandlerOptions
845
+ ): Promise<DeleteOpsMetadataCommandOutput>;
846
+ deleteOpsMetadata(
847
+ args: DeleteOpsMetadataCommandInput,
848
+ cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void
849
+ ): void;
850
+ deleteOpsMetadata(
851
+ args: DeleteOpsMetadataCommandInput,
852
+ options: __HttpHandlerOptions,
853
+ cb: (err: any, data?: DeleteOpsMetadataCommandOutput) => void
854
+ ): void;
855
+ deleteParameter(
856
+ args: DeleteParameterCommandInput,
857
+ options?: __HttpHandlerOptions
858
+ ): Promise<DeleteParameterCommandOutput>;
859
+ deleteParameter(
860
+ args: DeleteParameterCommandInput,
861
+ cb: (err: any, data?: DeleteParameterCommandOutput) => void
862
+ ): void;
863
+ deleteParameter(
864
+ args: DeleteParameterCommandInput,
865
+ options: __HttpHandlerOptions,
866
+ cb: (err: any, data?: DeleteParameterCommandOutput) => void
867
+ ): void;
868
+ deleteParameters(
869
+ args: DeleteParametersCommandInput,
870
+ options?: __HttpHandlerOptions
871
+ ): Promise<DeleteParametersCommandOutput>;
872
+ deleteParameters(
873
+ args: DeleteParametersCommandInput,
874
+ cb: (err: any, data?: DeleteParametersCommandOutput) => void
875
+ ): void;
876
+ deleteParameters(
877
+ args: DeleteParametersCommandInput,
878
+ options: __HttpHandlerOptions,
879
+ cb: (err: any, data?: DeleteParametersCommandOutput) => void
880
+ ): void;
881
+ deletePatchBaseline(
882
+ args: DeletePatchBaselineCommandInput,
883
+ options?: __HttpHandlerOptions
884
+ ): Promise<DeletePatchBaselineCommandOutput>;
885
+ deletePatchBaseline(
886
+ args: DeletePatchBaselineCommandInput,
887
+ cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void
888
+ ): void;
889
+ deletePatchBaseline(
890
+ args: DeletePatchBaselineCommandInput,
891
+ options: __HttpHandlerOptions,
892
+ cb: (err: any, data?: DeletePatchBaselineCommandOutput) => void
893
+ ): void;
894
+ deleteResourceDataSync(
895
+ args: DeleteResourceDataSyncCommandInput,
896
+ options?: __HttpHandlerOptions
897
+ ): Promise<DeleteResourceDataSyncCommandOutput>;
898
+ deleteResourceDataSync(
899
+ args: DeleteResourceDataSyncCommandInput,
900
+ cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void
901
+ ): void;
902
+ deleteResourceDataSync(
903
+ args: DeleteResourceDataSyncCommandInput,
904
+ options: __HttpHandlerOptions,
905
+ cb: (err: any, data?: DeleteResourceDataSyncCommandOutput) => void
906
+ ): void;
907
+ deleteResourcePolicy(
908
+ args: DeleteResourcePolicyCommandInput,
909
+ options?: __HttpHandlerOptions
910
+ ): Promise<DeleteResourcePolicyCommandOutput>;
911
+ deleteResourcePolicy(
912
+ args: DeleteResourcePolicyCommandInput,
913
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
914
+ ): void;
915
+ deleteResourcePolicy(
916
+ args: DeleteResourcePolicyCommandInput,
917
+ options: __HttpHandlerOptions,
918
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
919
+ ): void;
920
+ deregisterManagedInstance(
921
+ args: DeregisterManagedInstanceCommandInput,
922
+ options?: __HttpHandlerOptions
923
+ ): Promise<DeregisterManagedInstanceCommandOutput>;
924
+ deregisterManagedInstance(
925
+ args: DeregisterManagedInstanceCommandInput,
926
+ cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void
927
+ ): void;
928
+ deregisterManagedInstance(
929
+ args: DeregisterManagedInstanceCommandInput,
930
+ options: __HttpHandlerOptions,
931
+ cb: (err: any, data?: DeregisterManagedInstanceCommandOutput) => void
932
+ ): void;
933
+ deregisterPatchBaselineForPatchGroup(
934
+ args: DeregisterPatchBaselineForPatchGroupCommandInput,
935
+ options?: __HttpHandlerOptions
936
+ ): Promise<DeregisterPatchBaselineForPatchGroupCommandOutput>;
937
+ deregisterPatchBaselineForPatchGroup(
938
+ args: DeregisterPatchBaselineForPatchGroupCommandInput,
939
+ cb: (
940
+ err: any,
941
+ data?: DeregisterPatchBaselineForPatchGroupCommandOutput
942
+ ) => void
943
+ ): void;
944
+ deregisterPatchBaselineForPatchGroup(
945
+ args: DeregisterPatchBaselineForPatchGroupCommandInput,
946
+ options: __HttpHandlerOptions,
947
+ cb: (
948
+ err: any,
949
+ data?: DeregisterPatchBaselineForPatchGroupCommandOutput
950
+ ) => void
951
+ ): void;
952
+ deregisterTargetFromMaintenanceWindow(
953
+ args: DeregisterTargetFromMaintenanceWindowCommandInput,
954
+ options?: __HttpHandlerOptions
955
+ ): Promise<DeregisterTargetFromMaintenanceWindowCommandOutput>;
956
+ deregisterTargetFromMaintenanceWindow(
957
+ args: DeregisterTargetFromMaintenanceWindowCommandInput,
958
+ cb: (
959
+ err: any,
960
+ data?: DeregisterTargetFromMaintenanceWindowCommandOutput
961
+ ) => void
962
+ ): void;
963
+ deregisterTargetFromMaintenanceWindow(
964
+ args: DeregisterTargetFromMaintenanceWindowCommandInput,
965
+ options: __HttpHandlerOptions,
966
+ cb: (
967
+ err: any,
968
+ data?: DeregisterTargetFromMaintenanceWindowCommandOutput
969
+ ) => void
970
+ ): void;
971
+ deregisterTaskFromMaintenanceWindow(
972
+ args: DeregisterTaskFromMaintenanceWindowCommandInput,
973
+ options?: __HttpHandlerOptions
974
+ ): Promise<DeregisterTaskFromMaintenanceWindowCommandOutput>;
975
+ deregisterTaskFromMaintenanceWindow(
976
+ args: DeregisterTaskFromMaintenanceWindowCommandInput,
977
+ cb: (
978
+ err: any,
979
+ data?: DeregisterTaskFromMaintenanceWindowCommandOutput
980
+ ) => void
981
+ ): void;
982
+ deregisterTaskFromMaintenanceWindow(
983
+ args: DeregisterTaskFromMaintenanceWindowCommandInput,
984
+ options: __HttpHandlerOptions,
985
+ cb: (
986
+ err: any,
987
+ data?: DeregisterTaskFromMaintenanceWindowCommandOutput
988
+ ) => void
989
+ ): void;
990
+ describeActivations(): Promise<DescribeActivationsCommandOutput>;
991
+ describeActivations(
992
+ args: DescribeActivationsCommandInput,
993
+ options?: __HttpHandlerOptions
994
+ ): Promise<DescribeActivationsCommandOutput>;
995
+ describeActivations(
996
+ args: DescribeActivationsCommandInput,
997
+ cb: (err: any, data?: DescribeActivationsCommandOutput) => void
998
+ ): void;
999
+ describeActivations(
1000
+ args: DescribeActivationsCommandInput,
1001
+ options: __HttpHandlerOptions,
1002
+ cb: (err: any, data?: DescribeActivationsCommandOutput) => void
1003
+ ): void;
1004
+ describeAssociation(): Promise<DescribeAssociationCommandOutput>;
1005
+ describeAssociation(
1006
+ args: DescribeAssociationCommandInput,
1007
+ options?: __HttpHandlerOptions
1008
+ ): Promise<DescribeAssociationCommandOutput>;
1009
+ describeAssociation(
1010
+ args: DescribeAssociationCommandInput,
1011
+ cb: (err: any, data?: DescribeAssociationCommandOutput) => void
1012
+ ): void;
1013
+ describeAssociation(
1014
+ args: DescribeAssociationCommandInput,
1015
+ options: __HttpHandlerOptions,
1016
+ cb: (err: any, data?: DescribeAssociationCommandOutput) => void
1017
+ ): void;
1018
+ describeAssociationExecutions(
1019
+ args: DescribeAssociationExecutionsCommandInput,
1020
+ options?: __HttpHandlerOptions
1021
+ ): Promise<DescribeAssociationExecutionsCommandOutput>;
1022
+ describeAssociationExecutions(
1023
+ args: DescribeAssociationExecutionsCommandInput,
1024
+ cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void
1025
+ ): void;
1026
+ describeAssociationExecutions(
1027
+ args: DescribeAssociationExecutionsCommandInput,
1028
+ options: __HttpHandlerOptions,
1029
+ cb: (err: any, data?: DescribeAssociationExecutionsCommandOutput) => void
1030
+ ): void;
1031
+ describeAssociationExecutionTargets(
1032
+ args: DescribeAssociationExecutionTargetsCommandInput,
1033
+ options?: __HttpHandlerOptions
1034
+ ): Promise<DescribeAssociationExecutionTargetsCommandOutput>;
1035
+ describeAssociationExecutionTargets(
1036
+ args: DescribeAssociationExecutionTargetsCommandInput,
1037
+ cb: (
1038
+ err: any,
1039
+ data?: DescribeAssociationExecutionTargetsCommandOutput
1040
+ ) => void
1041
+ ): void;
1042
+ describeAssociationExecutionTargets(
1043
+ args: DescribeAssociationExecutionTargetsCommandInput,
1044
+ options: __HttpHandlerOptions,
1045
+ cb: (
1046
+ err: any,
1047
+ data?: DescribeAssociationExecutionTargetsCommandOutput
1048
+ ) => void
1049
+ ): void;
1050
+ describeAutomationExecutions(): Promise<DescribeAutomationExecutionsCommandOutput>;
1051
+ describeAutomationExecutions(
1052
+ args: DescribeAutomationExecutionsCommandInput,
1053
+ options?: __HttpHandlerOptions
1054
+ ): Promise<DescribeAutomationExecutionsCommandOutput>;
1055
+ describeAutomationExecutions(
1056
+ args: DescribeAutomationExecutionsCommandInput,
1057
+ cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void
1058
+ ): void;
1059
+ describeAutomationExecutions(
1060
+ args: DescribeAutomationExecutionsCommandInput,
1061
+ options: __HttpHandlerOptions,
1062
+ cb: (err: any, data?: DescribeAutomationExecutionsCommandOutput) => void
1063
+ ): void;
1064
+ describeAutomationStepExecutions(
1065
+ args: DescribeAutomationStepExecutionsCommandInput,
1066
+ options?: __HttpHandlerOptions
1067
+ ): Promise<DescribeAutomationStepExecutionsCommandOutput>;
1068
+ describeAutomationStepExecutions(
1069
+ args: DescribeAutomationStepExecutionsCommandInput,
1070
+ cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void
1071
+ ): void;
1072
+ describeAutomationStepExecutions(
1073
+ args: DescribeAutomationStepExecutionsCommandInput,
1074
+ options: __HttpHandlerOptions,
1075
+ cb: (err: any, data?: DescribeAutomationStepExecutionsCommandOutput) => void
1076
+ ): void;
1077
+ describeAvailablePatches(): Promise<DescribeAvailablePatchesCommandOutput>;
1078
+ describeAvailablePatches(
1079
+ args: DescribeAvailablePatchesCommandInput,
1080
+ options?: __HttpHandlerOptions
1081
+ ): Promise<DescribeAvailablePatchesCommandOutput>;
1082
+ describeAvailablePatches(
1083
+ args: DescribeAvailablePatchesCommandInput,
1084
+ cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void
1085
+ ): void;
1086
+ describeAvailablePatches(
1087
+ args: DescribeAvailablePatchesCommandInput,
1088
+ options: __HttpHandlerOptions,
1089
+ cb: (err: any, data?: DescribeAvailablePatchesCommandOutput) => void
1090
+ ): void;
1091
+ describeDocument(
1092
+ args: DescribeDocumentCommandInput,
1093
+ options?: __HttpHandlerOptions
1094
+ ): Promise<DescribeDocumentCommandOutput>;
1095
+ describeDocument(
1096
+ args: DescribeDocumentCommandInput,
1097
+ cb: (err: any, data?: DescribeDocumentCommandOutput) => void
1098
+ ): void;
1099
+ describeDocument(
1100
+ args: DescribeDocumentCommandInput,
1101
+ options: __HttpHandlerOptions,
1102
+ cb: (err: any, data?: DescribeDocumentCommandOutput) => void
1103
+ ): void;
1104
+ describeDocumentPermission(
1105
+ args: DescribeDocumentPermissionCommandInput,
1106
+ options?: __HttpHandlerOptions
1107
+ ): Promise<DescribeDocumentPermissionCommandOutput>;
1108
+ describeDocumentPermission(
1109
+ args: DescribeDocumentPermissionCommandInput,
1110
+ cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void
1111
+ ): void;
1112
+ describeDocumentPermission(
1113
+ args: DescribeDocumentPermissionCommandInput,
1114
+ options: __HttpHandlerOptions,
1115
+ cb: (err: any, data?: DescribeDocumentPermissionCommandOutput) => void
1116
+ ): void;
1117
+ describeEffectiveInstanceAssociations(
1118
+ args: DescribeEffectiveInstanceAssociationsCommandInput,
1119
+ options?: __HttpHandlerOptions
1120
+ ): Promise<DescribeEffectiveInstanceAssociationsCommandOutput>;
1121
+ describeEffectiveInstanceAssociations(
1122
+ args: DescribeEffectiveInstanceAssociationsCommandInput,
1123
+ cb: (
1124
+ err: any,
1125
+ data?: DescribeEffectiveInstanceAssociationsCommandOutput
1126
+ ) => void
1127
+ ): void;
1128
+ describeEffectiveInstanceAssociations(
1129
+ args: DescribeEffectiveInstanceAssociationsCommandInput,
1130
+ options: __HttpHandlerOptions,
1131
+ cb: (
1132
+ err: any,
1133
+ data?: DescribeEffectiveInstanceAssociationsCommandOutput
1134
+ ) => void
1135
+ ): void;
1136
+ describeEffectivePatchesForPatchBaseline(
1137
+ args: DescribeEffectivePatchesForPatchBaselineCommandInput,
1138
+ options?: __HttpHandlerOptions
1139
+ ): Promise<DescribeEffectivePatchesForPatchBaselineCommandOutput>;
1140
+ describeEffectivePatchesForPatchBaseline(
1141
+ args: DescribeEffectivePatchesForPatchBaselineCommandInput,
1142
+ cb: (
1143
+ err: any,
1144
+ data?: DescribeEffectivePatchesForPatchBaselineCommandOutput
1145
+ ) => void
1146
+ ): void;
1147
+ describeEffectivePatchesForPatchBaseline(
1148
+ args: DescribeEffectivePatchesForPatchBaselineCommandInput,
1149
+ options: __HttpHandlerOptions,
1150
+ cb: (
1151
+ err: any,
1152
+ data?: DescribeEffectivePatchesForPatchBaselineCommandOutput
1153
+ ) => void
1154
+ ): void;
1155
+ describeInstanceAssociationsStatus(
1156
+ args: DescribeInstanceAssociationsStatusCommandInput,
1157
+ options?: __HttpHandlerOptions
1158
+ ): Promise<DescribeInstanceAssociationsStatusCommandOutput>;
1159
+ describeInstanceAssociationsStatus(
1160
+ args: DescribeInstanceAssociationsStatusCommandInput,
1161
+ cb: (
1162
+ err: any,
1163
+ data?: DescribeInstanceAssociationsStatusCommandOutput
1164
+ ) => void
1165
+ ): void;
1166
+ describeInstanceAssociationsStatus(
1167
+ args: DescribeInstanceAssociationsStatusCommandInput,
1168
+ options: __HttpHandlerOptions,
1169
+ cb: (
1170
+ err: any,
1171
+ data?: DescribeInstanceAssociationsStatusCommandOutput
1172
+ ) => void
1173
+ ): void;
1174
+ describeInstanceInformation(): Promise<DescribeInstanceInformationCommandOutput>;
1175
+ describeInstanceInformation(
1176
+ args: DescribeInstanceInformationCommandInput,
1177
+ options?: __HttpHandlerOptions
1178
+ ): Promise<DescribeInstanceInformationCommandOutput>;
1179
+ describeInstanceInformation(
1180
+ args: DescribeInstanceInformationCommandInput,
1181
+ cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void
1182
+ ): void;
1183
+ describeInstanceInformation(
1184
+ args: DescribeInstanceInformationCommandInput,
1185
+ options: __HttpHandlerOptions,
1186
+ cb: (err: any, data?: DescribeInstanceInformationCommandOutput) => void
1187
+ ): void;
1188
+ describeInstancePatches(
1189
+ args: DescribeInstancePatchesCommandInput,
1190
+ options?: __HttpHandlerOptions
1191
+ ): Promise<DescribeInstancePatchesCommandOutput>;
1192
+ describeInstancePatches(
1193
+ args: DescribeInstancePatchesCommandInput,
1194
+ cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void
1195
+ ): void;
1196
+ describeInstancePatches(
1197
+ args: DescribeInstancePatchesCommandInput,
1198
+ options: __HttpHandlerOptions,
1199
+ cb: (err: any, data?: DescribeInstancePatchesCommandOutput) => void
1200
+ ): void;
1201
+ describeInstancePatchStates(
1202
+ args: DescribeInstancePatchStatesCommandInput,
1203
+ options?: __HttpHandlerOptions
1204
+ ): Promise<DescribeInstancePatchStatesCommandOutput>;
1205
+ describeInstancePatchStates(
1206
+ args: DescribeInstancePatchStatesCommandInput,
1207
+ cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void
1208
+ ): void;
1209
+ describeInstancePatchStates(
1210
+ args: DescribeInstancePatchStatesCommandInput,
1211
+ options: __HttpHandlerOptions,
1212
+ cb: (err: any, data?: DescribeInstancePatchStatesCommandOutput) => void
1213
+ ): void;
1214
+ describeInstancePatchStatesForPatchGroup(
1215
+ args: DescribeInstancePatchStatesForPatchGroupCommandInput,
1216
+ options?: __HttpHandlerOptions
1217
+ ): Promise<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
1218
+ describeInstancePatchStatesForPatchGroup(
1219
+ args: DescribeInstancePatchStatesForPatchGroupCommandInput,
1220
+ cb: (
1221
+ err: any,
1222
+ data?: DescribeInstancePatchStatesForPatchGroupCommandOutput
1223
+ ) => void
1224
+ ): void;
1225
+ describeInstancePatchStatesForPatchGroup(
1226
+ args: DescribeInstancePatchStatesForPatchGroupCommandInput,
1227
+ options: __HttpHandlerOptions,
1228
+ cb: (
1229
+ err: any,
1230
+ data?: DescribeInstancePatchStatesForPatchGroupCommandOutput
1231
+ ) => void
1232
+ ): void;
1233
+ describeInstanceProperties(): Promise<DescribeInstancePropertiesCommandOutput>;
1234
+ describeInstanceProperties(
1235
+ args: DescribeInstancePropertiesCommandInput,
1236
+ options?: __HttpHandlerOptions
1237
+ ): Promise<DescribeInstancePropertiesCommandOutput>;
1238
+ describeInstanceProperties(
1239
+ args: DescribeInstancePropertiesCommandInput,
1240
+ cb: (err: any, data?: DescribeInstancePropertiesCommandOutput) => void
1241
+ ): void;
1242
+ describeInstanceProperties(
1243
+ args: DescribeInstancePropertiesCommandInput,
1244
+ options: __HttpHandlerOptions,
1245
+ cb: (err: any, data?: DescribeInstancePropertiesCommandOutput) => void
1246
+ ): void;
1247
+ describeInventoryDeletions(): Promise<DescribeInventoryDeletionsCommandOutput>;
1248
+ describeInventoryDeletions(
1249
+ args: DescribeInventoryDeletionsCommandInput,
1250
+ options?: __HttpHandlerOptions
1251
+ ): Promise<DescribeInventoryDeletionsCommandOutput>;
1252
+ describeInventoryDeletions(
1253
+ args: DescribeInventoryDeletionsCommandInput,
1254
+ cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void
1255
+ ): void;
1256
+ describeInventoryDeletions(
1257
+ args: DescribeInventoryDeletionsCommandInput,
1258
+ options: __HttpHandlerOptions,
1259
+ cb: (err: any, data?: DescribeInventoryDeletionsCommandOutput) => void
1260
+ ): void;
1261
+ describeMaintenanceWindowExecutions(
1262
+ args: DescribeMaintenanceWindowExecutionsCommandInput,
1263
+ options?: __HttpHandlerOptions
1264
+ ): Promise<DescribeMaintenanceWindowExecutionsCommandOutput>;
1265
+ describeMaintenanceWindowExecutions(
1266
+ args: DescribeMaintenanceWindowExecutionsCommandInput,
1267
+ cb: (
1268
+ err: any,
1269
+ data?: DescribeMaintenanceWindowExecutionsCommandOutput
1270
+ ) => void
1271
+ ): void;
1272
+ describeMaintenanceWindowExecutions(
1273
+ args: DescribeMaintenanceWindowExecutionsCommandInput,
1274
+ options: __HttpHandlerOptions,
1275
+ cb: (
1276
+ err: any,
1277
+ data?: DescribeMaintenanceWindowExecutionsCommandOutput
1278
+ ) => void
1279
+ ): void;
1280
+ describeMaintenanceWindowExecutionTaskInvocations(
1281
+ args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
1282
+ options?: __HttpHandlerOptions
1283
+ ): Promise<DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput>;
1284
+ describeMaintenanceWindowExecutionTaskInvocations(
1285
+ args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
1286
+ cb: (
1287
+ err: any,
1288
+ data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
1289
+ ) => void
1290
+ ): void;
1291
+ describeMaintenanceWindowExecutionTaskInvocations(
1292
+ args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
1293
+ options: __HttpHandlerOptions,
1294
+ cb: (
1295
+ err: any,
1296
+ data?: DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput
1297
+ ) => void
1298
+ ): void;
1299
+ describeMaintenanceWindowExecutionTasks(
1300
+ args: DescribeMaintenanceWindowExecutionTasksCommandInput,
1301
+ options?: __HttpHandlerOptions
1302
+ ): Promise<DescribeMaintenanceWindowExecutionTasksCommandOutput>;
1303
+ describeMaintenanceWindowExecutionTasks(
1304
+ args: DescribeMaintenanceWindowExecutionTasksCommandInput,
1305
+ cb: (
1306
+ err: any,
1307
+ data?: DescribeMaintenanceWindowExecutionTasksCommandOutput
1308
+ ) => void
1309
+ ): void;
1310
+ describeMaintenanceWindowExecutionTasks(
1311
+ args: DescribeMaintenanceWindowExecutionTasksCommandInput,
1312
+ options: __HttpHandlerOptions,
1313
+ cb: (
1314
+ err: any,
1315
+ data?: DescribeMaintenanceWindowExecutionTasksCommandOutput
1316
+ ) => void
1317
+ ): void;
1318
+ describeMaintenanceWindows(): Promise<DescribeMaintenanceWindowsCommandOutput>;
1319
+ describeMaintenanceWindows(
1320
+ args: DescribeMaintenanceWindowsCommandInput,
1321
+ options?: __HttpHandlerOptions
1322
+ ): Promise<DescribeMaintenanceWindowsCommandOutput>;
1323
+ describeMaintenanceWindows(
1324
+ args: DescribeMaintenanceWindowsCommandInput,
1325
+ cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void
1326
+ ): void;
1327
+ describeMaintenanceWindows(
1328
+ args: DescribeMaintenanceWindowsCommandInput,
1329
+ options: __HttpHandlerOptions,
1330
+ cb: (err: any, data?: DescribeMaintenanceWindowsCommandOutput) => void
1331
+ ): void;
1332
+ describeMaintenanceWindowSchedule(): Promise<DescribeMaintenanceWindowScheduleCommandOutput>;
1333
+ describeMaintenanceWindowSchedule(
1334
+ args: DescribeMaintenanceWindowScheduleCommandInput,
1335
+ options?: __HttpHandlerOptions
1336
+ ): Promise<DescribeMaintenanceWindowScheduleCommandOutput>;
1337
+ describeMaintenanceWindowSchedule(
1338
+ args: DescribeMaintenanceWindowScheduleCommandInput,
1339
+ cb: (
1340
+ err: any,
1341
+ data?: DescribeMaintenanceWindowScheduleCommandOutput
1342
+ ) => void
1343
+ ): void;
1344
+ describeMaintenanceWindowSchedule(
1345
+ args: DescribeMaintenanceWindowScheduleCommandInput,
1346
+ options: __HttpHandlerOptions,
1347
+ cb: (
1348
+ err: any,
1349
+ data?: DescribeMaintenanceWindowScheduleCommandOutput
1350
+ ) => void
1351
+ ): void;
1352
+ describeMaintenanceWindowsForTarget(
1353
+ args: DescribeMaintenanceWindowsForTargetCommandInput,
1354
+ options?: __HttpHandlerOptions
1355
+ ): Promise<DescribeMaintenanceWindowsForTargetCommandOutput>;
1356
+ describeMaintenanceWindowsForTarget(
1357
+ args: DescribeMaintenanceWindowsForTargetCommandInput,
1358
+ cb: (
1359
+ err: any,
1360
+ data?: DescribeMaintenanceWindowsForTargetCommandOutput
1361
+ ) => void
1362
+ ): void;
1363
+ describeMaintenanceWindowsForTarget(
1364
+ args: DescribeMaintenanceWindowsForTargetCommandInput,
1365
+ options: __HttpHandlerOptions,
1366
+ cb: (
1367
+ err: any,
1368
+ data?: DescribeMaintenanceWindowsForTargetCommandOutput
1369
+ ) => void
1370
+ ): void;
1371
+ describeMaintenanceWindowTargets(
1372
+ args: DescribeMaintenanceWindowTargetsCommandInput,
1373
+ options?: __HttpHandlerOptions
1374
+ ): Promise<DescribeMaintenanceWindowTargetsCommandOutput>;
1375
+ describeMaintenanceWindowTargets(
1376
+ args: DescribeMaintenanceWindowTargetsCommandInput,
1377
+ cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void
1378
+ ): void;
1379
+ describeMaintenanceWindowTargets(
1380
+ args: DescribeMaintenanceWindowTargetsCommandInput,
1381
+ options: __HttpHandlerOptions,
1382
+ cb: (err: any, data?: DescribeMaintenanceWindowTargetsCommandOutput) => void
1383
+ ): void;
1384
+ describeMaintenanceWindowTasks(
1385
+ args: DescribeMaintenanceWindowTasksCommandInput,
1386
+ options?: __HttpHandlerOptions
1387
+ ): Promise<DescribeMaintenanceWindowTasksCommandOutput>;
1388
+ describeMaintenanceWindowTasks(
1389
+ args: DescribeMaintenanceWindowTasksCommandInput,
1390
+ cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void
1391
+ ): void;
1392
+ describeMaintenanceWindowTasks(
1393
+ args: DescribeMaintenanceWindowTasksCommandInput,
1394
+ options: __HttpHandlerOptions,
1395
+ cb: (err: any, data?: DescribeMaintenanceWindowTasksCommandOutput) => void
1396
+ ): void;
1397
+ describeOpsItems(): Promise<DescribeOpsItemsCommandOutput>;
1398
+ describeOpsItems(
1399
+ args: DescribeOpsItemsCommandInput,
1400
+ options?: __HttpHandlerOptions
1401
+ ): Promise<DescribeOpsItemsCommandOutput>;
1402
+ describeOpsItems(
1403
+ args: DescribeOpsItemsCommandInput,
1404
+ cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void
1405
+ ): void;
1406
+ describeOpsItems(
1407
+ args: DescribeOpsItemsCommandInput,
1408
+ options: __HttpHandlerOptions,
1409
+ cb: (err: any, data?: DescribeOpsItemsCommandOutput) => void
1410
+ ): void;
1411
+ describeParameters(): Promise<DescribeParametersCommandOutput>;
1412
+ describeParameters(
1413
+ args: DescribeParametersCommandInput,
1414
+ options?: __HttpHandlerOptions
1415
+ ): Promise<DescribeParametersCommandOutput>;
1416
+ describeParameters(
1417
+ args: DescribeParametersCommandInput,
1418
+ cb: (err: any, data?: DescribeParametersCommandOutput) => void
1419
+ ): void;
1420
+ describeParameters(
1421
+ args: DescribeParametersCommandInput,
1422
+ options: __HttpHandlerOptions,
1423
+ cb: (err: any, data?: DescribeParametersCommandOutput) => void
1424
+ ): void;
1425
+ describePatchBaselines(): Promise<DescribePatchBaselinesCommandOutput>;
1426
+ describePatchBaselines(
1427
+ args: DescribePatchBaselinesCommandInput,
1428
+ options?: __HttpHandlerOptions
1429
+ ): Promise<DescribePatchBaselinesCommandOutput>;
1430
+ describePatchBaselines(
1431
+ args: DescribePatchBaselinesCommandInput,
1432
+ cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void
1433
+ ): void;
1434
+ describePatchBaselines(
1435
+ args: DescribePatchBaselinesCommandInput,
1436
+ options: __HttpHandlerOptions,
1437
+ cb: (err: any, data?: DescribePatchBaselinesCommandOutput) => void
1438
+ ): void;
1439
+ describePatchGroups(): Promise<DescribePatchGroupsCommandOutput>;
1440
+ describePatchGroups(
1441
+ args: DescribePatchGroupsCommandInput,
1442
+ options?: __HttpHandlerOptions
1443
+ ): Promise<DescribePatchGroupsCommandOutput>;
1444
+ describePatchGroups(
1445
+ args: DescribePatchGroupsCommandInput,
1446
+ cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void
1447
+ ): void;
1448
+ describePatchGroups(
1449
+ args: DescribePatchGroupsCommandInput,
1450
+ options: __HttpHandlerOptions,
1451
+ cb: (err: any, data?: DescribePatchGroupsCommandOutput) => void
1452
+ ): void;
1453
+ describePatchGroupState(
1454
+ args: DescribePatchGroupStateCommandInput,
1455
+ options?: __HttpHandlerOptions
1456
+ ): Promise<DescribePatchGroupStateCommandOutput>;
1457
+ describePatchGroupState(
1458
+ args: DescribePatchGroupStateCommandInput,
1459
+ cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void
1460
+ ): void;
1461
+ describePatchGroupState(
1462
+ args: DescribePatchGroupStateCommandInput,
1463
+ options: __HttpHandlerOptions,
1464
+ cb: (err: any, data?: DescribePatchGroupStateCommandOutput) => void
1465
+ ): void;
1466
+ describePatchProperties(
1467
+ args: DescribePatchPropertiesCommandInput,
1468
+ options?: __HttpHandlerOptions
1469
+ ): Promise<DescribePatchPropertiesCommandOutput>;
1470
+ describePatchProperties(
1471
+ args: DescribePatchPropertiesCommandInput,
1472
+ cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void
1473
+ ): void;
1474
+ describePatchProperties(
1475
+ args: DescribePatchPropertiesCommandInput,
1476
+ options: __HttpHandlerOptions,
1477
+ cb: (err: any, data?: DescribePatchPropertiesCommandOutput) => void
1478
+ ): void;
1479
+ describeSessions(
1480
+ args: DescribeSessionsCommandInput,
1481
+ options?: __HttpHandlerOptions
1482
+ ): Promise<DescribeSessionsCommandOutput>;
1483
+ describeSessions(
1484
+ args: DescribeSessionsCommandInput,
1485
+ cb: (err: any, data?: DescribeSessionsCommandOutput) => void
1486
+ ): void;
1487
+ describeSessions(
1488
+ args: DescribeSessionsCommandInput,
1489
+ options: __HttpHandlerOptions,
1490
+ cb: (err: any, data?: DescribeSessionsCommandOutput) => void
1491
+ ): void;
1492
+ disassociateOpsItemRelatedItem(
1493
+ args: DisassociateOpsItemRelatedItemCommandInput,
1494
+ options?: __HttpHandlerOptions
1495
+ ): Promise<DisassociateOpsItemRelatedItemCommandOutput>;
1496
+ disassociateOpsItemRelatedItem(
1497
+ args: DisassociateOpsItemRelatedItemCommandInput,
1498
+ cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void
1499
+ ): void;
1500
+ disassociateOpsItemRelatedItem(
1501
+ args: DisassociateOpsItemRelatedItemCommandInput,
1502
+ options: __HttpHandlerOptions,
1503
+ cb: (err: any, data?: DisassociateOpsItemRelatedItemCommandOutput) => void
1504
+ ): void;
1505
+ getAccessToken(
1506
+ args: GetAccessTokenCommandInput,
1507
+ options?: __HttpHandlerOptions
1508
+ ): Promise<GetAccessTokenCommandOutput>;
1509
+ getAccessToken(
1510
+ args: GetAccessTokenCommandInput,
1511
+ cb: (err: any, data?: GetAccessTokenCommandOutput) => void
1512
+ ): void;
1513
+ getAccessToken(
1514
+ args: GetAccessTokenCommandInput,
1515
+ options: __HttpHandlerOptions,
1516
+ cb: (err: any, data?: GetAccessTokenCommandOutput) => void
1517
+ ): void;
1518
+ getAutomationExecution(
1519
+ args: GetAutomationExecutionCommandInput,
1520
+ options?: __HttpHandlerOptions
1521
+ ): Promise<GetAutomationExecutionCommandOutput>;
1522
+ getAutomationExecution(
1523
+ args: GetAutomationExecutionCommandInput,
1524
+ cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void
1525
+ ): void;
1526
+ getAutomationExecution(
1527
+ args: GetAutomationExecutionCommandInput,
1528
+ options: __HttpHandlerOptions,
1529
+ cb: (err: any, data?: GetAutomationExecutionCommandOutput) => void
1530
+ ): void;
1531
+ getCalendarState(
1532
+ args: GetCalendarStateCommandInput,
1533
+ options?: __HttpHandlerOptions
1534
+ ): Promise<GetCalendarStateCommandOutput>;
1535
+ getCalendarState(
1536
+ args: GetCalendarStateCommandInput,
1537
+ cb: (err: any, data?: GetCalendarStateCommandOutput) => void
1538
+ ): void;
1539
+ getCalendarState(
1540
+ args: GetCalendarStateCommandInput,
1541
+ options: __HttpHandlerOptions,
1542
+ cb: (err: any, data?: GetCalendarStateCommandOutput) => void
1543
+ ): void;
1544
+ getCommandInvocation(
1545
+ args: GetCommandInvocationCommandInput,
1546
+ options?: __HttpHandlerOptions
1547
+ ): Promise<GetCommandInvocationCommandOutput>;
1548
+ getCommandInvocation(
1549
+ args: GetCommandInvocationCommandInput,
1550
+ cb: (err: any, data?: GetCommandInvocationCommandOutput) => void
1551
+ ): void;
1552
+ getCommandInvocation(
1553
+ args: GetCommandInvocationCommandInput,
1554
+ options: __HttpHandlerOptions,
1555
+ cb: (err: any, data?: GetCommandInvocationCommandOutput) => void
1556
+ ): void;
1557
+ getConnectionStatus(
1558
+ args: GetConnectionStatusCommandInput,
1559
+ options?: __HttpHandlerOptions
1560
+ ): Promise<GetConnectionStatusCommandOutput>;
1561
+ getConnectionStatus(
1562
+ args: GetConnectionStatusCommandInput,
1563
+ cb: (err: any, data?: GetConnectionStatusCommandOutput) => void
1564
+ ): void;
1565
+ getConnectionStatus(
1566
+ args: GetConnectionStatusCommandInput,
1567
+ options: __HttpHandlerOptions,
1568
+ cb: (err: any, data?: GetConnectionStatusCommandOutput) => void
1569
+ ): void;
1570
+ getDefaultPatchBaseline(): Promise<GetDefaultPatchBaselineCommandOutput>;
1571
+ getDefaultPatchBaseline(
1572
+ args: GetDefaultPatchBaselineCommandInput,
1573
+ options?: __HttpHandlerOptions
1574
+ ): Promise<GetDefaultPatchBaselineCommandOutput>;
1575
+ getDefaultPatchBaseline(
1576
+ args: GetDefaultPatchBaselineCommandInput,
1577
+ cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void
1578
+ ): void;
1579
+ getDefaultPatchBaseline(
1580
+ args: GetDefaultPatchBaselineCommandInput,
1581
+ options: __HttpHandlerOptions,
1582
+ cb: (err: any, data?: GetDefaultPatchBaselineCommandOutput) => void
1583
+ ): void;
1584
+ getDeployablePatchSnapshotForInstance(
1585
+ args: GetDeployablePatchSnapshotForInstanceCommandInput,
1586
+ options?: __HttpHandlerOptions
1587
+ ): Promise<GetDeployablePatchSnapshotForInstanceCommandOutput>;
1588
+ getDeployablePatchSnapshotForInstance(
1589
+ args: GetDeployablePatchSnapshotForInstanceCommandInput,
1590
+ cb: (
1591
+ err: any,
1592
+ data?: GetDeployablePatchSnapshotForInstanceCommandOutput
1593
+ ) => void
1594
+ ): void;
1595
+ getDeployablePatchSnapshotForInstance(
1596
+ args: GetDeployablePatchSnapshotForInstanceCommandInput,
1597
+ options: __HttpHandlerOptions,
1598
+ cb: (
1599
+ err: any,
1600
+ data?: GetDeployablePatchSnapshotForInstanceCommandOutput
1601
+ ) => void
1602
+ ): void;
1603
+ getDocument(
1604
+ args: GetDocumentCommandInput,
1605
+ options?: __HttpHandlerOptions
1606
+ ): Promise<GetDocumentCommandOutput>;
1607
+ getDocument(
1608
+ args: GetDocumentCommandInput,
1609
+ cb: (err: any, data?: GetDocumentCommandOutput) => void
1610
+ ): void;
1611
+ getDocument(
1612
+ args: GetDocumentCommandInput,
1613
+ options: __HttpHandlerOptions,
1614
+ cb: (err: any, data?: GetDocumentCommandOutput) => void
1615
+ ): void;
1616
+ getExecutionPreview(
1617
+ args: GetExecutionPreviewCommandInput,
1618
+ options?: __HttpHandlerOptions
1619
+ ): Promise<GetExecutionPreviewCommandOutput>;
1620
+ getExecutionPreview(
1621
+ args: GetExecutionPreviewCommandInput,
1622
+ cb: (err: any, data?: GetExecutionPreviewCommandOutput) => void
1623
+ ): void;
1624
+ getExecutionPreview(
1625
+ args: GetExecutionPreviewCommandInput,
1626
+ options: __HttpHandlerOptions,
1627
+ cb: (err: any, data?: GetExecutionPreviewCommandOutput) => void
1628
+ ): void;
1629
+ getInventory(): Promise<GetInventoryCommandOutput>;
1630
+ getInventory(
1631
+ args: GetInventoryCommandInput,
1632
+ options?: __HttpHandlerOptions
1633
+ ): Promise<GetInventoryCommandOutput>;
1634
+ getInventory(
1635
+ args: GetInventoryCommandInput,
1636
+ cb: (err: any, data?: GetInventoryCommandOutput) => void
1637
+ ): void;
1638
+ getInventory(
1639
+ args: GetInventoryCommandInput,
1640
+ options: __HttpHandlerOptions,
1641
+ cb: (err: any, data?: GetInventoryCommandOutput) => void
1642
+ ): void;
1643
+ getInventorySchema(): Promise<GetInventorySchemaCommandOutput>;
1644
+ getInventorySchema(
1645
+ args: GetInventorySchemaCommandInput,
1646
+ options?: __HttpHandlerOptions
1647
+ ): Promise<GetInventorySchemaCommandOutput>;
1648
+ getInventorySchema(
1649
+ args: GetInventorySchemaCommandInput,
1650
+ cb: (err: any, data?: GetInventorySchemaCommandOutput) => void
1651
+ ): void;
1652
+ getInventorySchema(
1653
+ args: GetInventorySchemaCommandInput,
1654
+ options: __HttpHandlerOptions,
1655
+ cb: (err: any, data?: GetInventorySchemaCommandOutput) => void
1656
+ ): void;
1657
+ getMaintenanceWindow(
1658
+ args: GetMaintenanceWindowCommandInput,
1659
+ options?: __HttpHandlerOptions
1660
+ ): Promise<GetMaintenanceWindowCommandOutput>;
1661
+ getMaintenanceWindow(
1662
+ args: GetMaintenanceWindowCommandInput,
1663
+ cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void
1664
+ ): void;
1665
+ getMaintenanceWindow(
1666
+ args: GetMaintenanceWindowCommandInput,
1667
+ options: __HttpHandlerOptions,
1668
+ cb: (err: any, data?: GetMaintenanceWindowCommandOutput) => void
1669
+ ): void;
1670
+ getMaintenanceWindowExecution(
1671
+ args: GetMaintenanceWindowExecutionCommandInput,
1672
+ options?: __HttpHandlerOptions
1673
+ ): Promise<GetMaintenanceWindowExecutionCommandOutput>;
1674
+ getMaintenanceWindowExecution(
1675
+ args: GetMaintenanceWindowExecutionCommandInput,
1676
+ cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void
1677
+ ): void;
1678
+ getMaintenanceWindowExecution(
1679
+ args: GetMaintenanceWindowExecutionCommandInput,
1680
+ options: __HttpHandlerOptions,
1681
+ cb: (err: any, data?: GetMaintenanceWindowExecutionCommandOutput) => void
1682
+ ): void;
1683
+ getMaintenanceWindowExecutionTask(
1684
+ args: GetMaintenanceWindowExecutionTaskCommandInput,
1685
+ options?: __HttpHandlerOptions
1686
+ ): Promise<GetMaintenanceWindowExecutionTaskCommandOutput>;
1687
+ getMaintenanceWindowExecutionTask(
1688
+ args: GetMaintenanceWindowExecutionTaskCommandInput,
1689
+ cb: (
1690
+ err: any,
1691
+ data?: GetMaintenanceWindowExecutionTaskCommandOutput
1692
+ ) => void
1693
+ ): void;
1694
+ getMaintenanceWindowExecutionTask(
1695
+ args: GetMaintenanceWindowExecutionTaskCommandInput,
1696
+ options: __HttpHandlerOptions,
1697
+ cb: (
1698
+ err: any,
1699
+ data?: GetMaintenanceWindowExecutionTaskCommandOutput
1700
+ ) => void
1701
+ ): void;
1702
+ getMaintenanceWindowExecutionTaskInvocation(
1703
+ args: GetMaintenanceWindowExecutionTaskInvocationCommandInput,
1704
+ options?: __HttpHandlerOptions
1705
+ ): Promise<GetMaintenanceWindowExecutionTaskInvocationCommandOutput>;
1706
+ getMaintenanceWindowExecutionTaskInvocation(
1707
+ args: GetMaintenanceWindowExecutionTaskInvocationCommandInput,
1708
+ cb: (
1709
+ err: any,
1710
+ data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput
1711
+ ) => void
1712
+ ): void;
1713
+ getMaintenanceWindowExecutionTaskInvocation(
1714
+ args: GetMaintenanceWindowExecutionTaskInvocationCommandInput,
1715
+ options: __HttpHandlerOptions,
1716
+ cb: (
1717
+ err: any,
1718
+ data?: GetMaintenanceWindowExecutionTaskInvocationCommandOutput
1719
+ ) => void
1720
+ ): void;
1721
+ getMaintenanceWindowTask(
1722
+ args: GetMaintenanceWindowTaskCommandInput,
1723
+ options?: __HttpHandlerOptions
1724
+ ): Promise<GetMaintenanceWindowTaskCommandOutput>;
1725
+ getMaintenanceWindowTask(
1726
+ args: GetMaintenanceWindowTaskCommandInput,
1727
+ cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void
1728
+ ): void;
1729
+ getMaintenanceWindowTask(
1730
+ args: GetMaintenanceWindowTaskCommandInput,
1731
+ options: __HttpHandlerOptions,
1732
+ cb: (err: any, data?: GetMaintenanceWindowTaskCommandOutput) => void
1733
+ ): void;
1734
+ getOpsItem(
1735
+ args: GetOpsItemCommandInput,
1736
+ options?: __HttpHandlerOptions
1737
+ ): Promise<GetOpsItemCommandOutput>;
1738
+ getOpsItem(
1739
+ args: GetOpsItemCommandInput,
1740
+ cb: (err: any, data?: GetOpsItemCommandOutput) => void
1741
+ ): void;
1742
+ getOpsItem(
1743
+ args: GetOpsItemCommandInput,
1744
+ options: __HttpHandlerOptions,
1745
+ cb: (err: any, data?: GetOpsItemCommandOutput) => void
1746
+ ): void;
1747
+ getOpsMetadata(
1748
+ args: GetOpsMetadataCommandInput,
1749
+ options?: __HttpHandlerOptions
1750
+ ): Promise<GetOpsMetadataCommandOutput>;
1751
+ getOpsMetadata(
1752
+ args: GetOpsMetadataCommandInput,
1753
+ cb: (err: any, data?: GetOpsMetadataCommandOutput) => void
1754
+ ): void;
1755
+ getOpsMetadata(
1756
+ args: GetOpsMetadataCommandInput,
1757
+ options: __HttpHandlerOptions,
1758
+ cb: (err: any, data?: GetOpsMetadataCommandOutput) => void
1759
+ ): void;
1760
+ getOpsSummary(): Promise<GetOpsSummaryCommandOutput>;
1761
+ getOpsSummary(
1762
+ args: GetOpsSummaryCommandInput,
1763
+ options?: __HttpHandlerOptions
1764
+ ): Promise<GetOpsSummaryCommandOutput>;
1765
+ getOpsSummary(
1766
+ args: GetOpsSummaryCommandInput,
1767
+ cb: (err: any, data?: GetOpsSummaryCommandOutput) => void
1768
+ ): void;
1769
+ getOpsSummary(
1770
+ args: GetOpsSummaryCommandInput,
1771
+ options: __HttpHandlerOptions,
1772
+ cb: (err: any, data?: GetOpsSummaryCommandOutput) => void
1773
+ ): void;
1774
+ getParameter(
1775
+ args: GetParameterCommandInput,
1776
+ options?: __HttpHandlerOptions
1777
+ ): Promise<GetParameterCommandOutput>;
1778
+ getParameter(
1779
+ args: GetParameterCommandInput,
1780
+ cb: (err: any, data?: GetParameterCommandOutput) => void
1781
+ ): void;
1782
+ getParameter(
1783
+ args: GetParameterCommandInput,
1784
+ options: __HttpHandlerOptions,
1785
+ cb: (err: any, data?: GetParameterCommandOutput) => void
1786
+ ): void;
1787
+ getParameterHistory(
1788
+ args: GetParameterHistoryCommandInput,
1789
+ options?: __HttpHandlerOptions
1790
+ ): Promise<GetParameterHistoryCommandOutput>;
1791
+ getParameterHistory(
1792
+ args: GetParameterHistoryCommandInput,
1793
+ cb: (err: any, data?: GetParameterHistoryCommandOutput) => void
1794
+ ): void;
1795
+ getParameterHistory(
1796
+ args: GetParameterHistoryCommandInput,
1797
+ options: __HttpHandlerOptions,
1798
+ cb: (err: any, data?: GetParameterHistoryCommandOutput) => void
1799
+ ): void;
1800
+ getParameters(
1801
+ args: GetParametersCommandInput,
1802
+ options?: __HttpHandlerOptions
1803
+ ): Promise<GetParametersCommandOutput>;
1804
+ getParameters(
1805
+ args: GetParametersCommandInput,
1806
+ cb: (err: any, data?: GetParametersCommandOutput) => void
1807
+ ): void;
1808
+ getParameters(
1809
+ args: GetParametersCommandInput,
1810
+ options: __HttpHandlerOptions,
1811
+ cb: (err: any, data?: GetParametersCommandOutput) => void
1812
+ ): void;
1813
+ getParametersByPath(
1814
+ args: GetParametersByPathCommandInput,
1815
+ options?: __HttpHandlerOptions
1816
+ ): Promise<GetParametersByPathCommandOutput>;
1817
+ getParametersByPath(
1818
+ args: GetParametersByPathCommandInput,
1819
+ cb: (err: any, data?: GetParametersByPathCommandOutput) => void
1820
+ ): void;
1821
+ getParametersByPath(
1822
+ args: GetParametersByPathCommandInput,
1823
+ options: __HttpHandlerOptions,
1824
+ cb: (err: any, data?: GetParametersByPathCommandOutput) => void
1825
+ ): void;
1826
+ getPatchBaseline(
1827
+ args: GetPatchBaselineCommandInput,
1828
+ options?: __HttpHandlerOptions
1829
+ ): Promise<GetPatchBaselineCommandOutput>;
1830
+ getPatchBaseline(
1831
+ args: GetPatchBaselineCommandInput,
1832
+ cb: (err: any, data?: GetPatchBaselineCommandOutput) => void
1833
+ ): void;
1834
+ getPatchBaseline(
1835
+ args: GetPatchBaselineCommandInput,
1836
+ options: __HttpHandlerOptions,
1837
+ cb: (err: any, data?: GetPatchBaselineCommandOutput) => void
1838
+ ): void;
1839
+ getPatchBaselineForPatchGroup(
1840
+ args: GetPatchBaselineForPatchGroupCommandInput,
1841
+ options?: __HttpHandlerOptions
1842
+ ): Promise<GetPatchBaselineForPatchGroupCommandOutput>;
1843
+ getPatchBaselineForPatchGroup(
1844
+ args: GetPatchBaselineForPatchGroupCommandInput,
1845
+ cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void
1846
+ ): void;
1847
+ getPatchBaselineForPatchGroup(
1848
+ args: GetPatchBaselineForPatchGroupCommandInput,
1849
+ options: __HttpHandlerOptions,
1850
+ cb: (err: any, data?: GetPatchBaselineForPatchGroupCommandOutput) => void
1851
+ ): void;
1852
+ getResourcePolicies(
1853
+ args: GetResourcePoliciesCommandInput,
1854
+ options?: __HttpHandlerOptions
1855
+ ): Promise<GetResourcePoliciesCommandOutput>;
1856
+ getResourcePolicies(
1857
+ args: GetResourcePoliciesCommandInput,
1858
+ cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
1859
+ ): void;
1860
+ getResourcePolicies(
1861
+ args: GetResourcePoliciesCommandInput,
1862
+ options: __HttpHandlerOptions,
1863
+ cb: (err: any, data?: GetResourcePoliciesCommandOutput) => void
1864
+ ): void;
1865
+ getServiceSetting(
1866
+ args: GetServiceSettingCommandInput,
1867
+ options?: __HttpHandlerOptions
1868
+ ): Promise<GetServiceSettingCommandOutput>;
1869
+ getServiceSetting(
1870
+ args: GetServiceSettingCommandInput,
1871
+ cb: (err: any, data?: GetServiceSettingCommandOutput) => void
1872
+ ): void;
1873
+ getServiceSetting(
1874
+ args: GetServiceSettingCommandInput,
1875
+ options: __HttpHandlerOptions,
1876
+ cb: (err: any, data?: GetServiceSettingCommandOutput) => void
1877
+ ): void;
1878
+ labelParameterVersion(
1879
+ args: LabelParameterVersionCommandInput,
1880
+ options?: __HttpHandlerOptions
1881
+ ): Promise<LabelParameterVersionCommandOutput>;
1882
+ labelParameterVersion(
1883
+ args: LabelParameterVersionCommandInput,
1884
+ cb: (err: any, data?: LabelParameterVersionCommandOutput) => void
1885
+ ): void;
1886
+ labelParameterVersion(
1887
+ args: LabelParameterVersionCommandInput,
1888
+ options: __HttpHandlerOptions,
1889
+ cb: (err: any, data?: LabelParameterVersionCommandOutput) => void
1890
+ ): void;
1891
+ listAssociations(): Promise<ListAssociationsCommandOutput>;
1892
+ listAssociations(
1893
+ args: ListAssociationsCommandInput,
1894
+ options?: __HttpHandlerOptions
1895
+ ): Promise<ListAssociationsCommandOutput>;
1896
+ listAssociations(
1897
+ args: ListAssociationsCommandInput,
1898
+ cb: (err: any, data?: ListAssociationsCommandOutput) => void
1899
+ ): void;
1900
+ listAssociations(
1901
+ args: ListAssociationsCommandInput,
1902
+ options: __HttpHandlerOptions,
1903
+ cb: (err: any, data?: ListAssociationsCommandOutput) => void
1904
+ ): void;
1905
+ listAssociationVersions(
1906
+ args: ListAssociationVersionsCommandInput,
1907
+ options?: __HttpHandlerOptions
1908
+ ): Promise<ListAssociationVersionsCommandOutput>;
1909
+ listAssociationVersions(
1910
+ args: ListAssociationVersionsCommandInput,
1911
+ cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void
1912
+ ): void;
1913
+ listAssociationVersions(
1914
+ args: ListAssociationVersionsCommandInput,
1915
+ options: __HttpHandlerOptions,
1916
+ cb: (err: any, data?: ListAssociationVersionsCommandOutput) => void
1917
+ ): void;
1918
+ listCommandInvocations(): Promise<ListCommandInvocationsCommandOutput>;
1919
+ listCommandInvocations(
1920
+ args: ListCommandInvocationsCommandInput,
1921
+ options?: __HttpHandlerOptions
1922
+ ): Promise<ListCommandInvocationsCommandOutput>;
1923
+ listCommandInvocations(
1924
+ args: ListCommandInvocationsCommandInput,
1925
+ cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void
1926
+ ): void;
1927
+ listCommandInvocations(
1928
+ args: ListCommandInvocationsCommandInput,
1929
+ options: __HttpHandlerOptions,
1930
+ cb: (err: any, data?: ListCommandInvocationsCommandOutput) => void
1931
+ ): void;
1932
+ listCommands(): Promise<ListCommandsCommandOutput>;
1933
+ listCommands(
1934
+ args: ListCommandsCommandInput,
1935
+ options?: __HttpHandlerOptions
1936
+ ): Promise<ListCommandsCommandOutput>;
1937
+ listCommands(
1938
+ args: ListCommandsCommandInput,
1939
+ cb: (err: any, data?: ListCommandsCommandOutput) => void
1940
+ ): void;
1941
+ listCommands(
1942
+ args: ListCommandsCommandInput,
1943
+ options: __HttpHandlerOptions,
1944
+ cb: (err: any, data?: ListCommandsCommandOutput) => void
1945
+ ): void;
1946
+ listComplianceItems(): Promise<ListComplianceItemsCommandOutput>;
1947
+ listComplianceItems(
1948
+ args: ListComplianceItemsCommandInput,
1949
+ options?: __HttpHandlerOptions
1950
+ ): Promise<ListComplianceItemsCommandOutput>;
1951
+ listComplianceItems(
1952
+ args: ListComplianceItemsCommandInput,
1953
+ cb: (err: any, data?: ListComplianceItemsCommandOutput) => void
1954
+ ): void;
1955
+ listComplianceItems(
1956
+ args: ListComplianceItemsCommandInput,
1957
+ options: __HttpHandlerOptions,
1958
+ cb: (err: any, data?: ListComplianceItemsCommandOutput) => void
1959
+ ): void;
1960
+ listComplianceSummaries(): Promise<ListComplianceSummariesCommandOutput>;
1961
+ listComplianceSummaries(
1962
+ args: ListComplianceSummariesCommandInput,
1963
+ options?: __HttpHandlerOptions
1964
+ ): Promise<ListComplianceSummariesCommandOutput>;
1965
+ listComplianceSummaries(
1966
+ args: ListComplianceSummariesCommandInput,
1967
+ cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void
1968
+ ): void;
1969
+ listComplianceSummaries(
1970
+ args: ListComplianceSummariesCommandInput,
1971
+ options: __HttpHandlerOptions,
1972
+ cb: (err: any, data?: ListComplianceSummariesCommandOutput) => void
1973
+ ): void;
1974
+ listDocumentMetadataHistory(
1975
+ args: ListDocumentMetadataHistoryCommandInput,
1976
+ options?: __HttpHandlerOptions
1977
+ ): Promise<ListDocumentMetadataHistoryCommandOutput>;
1978
+ listDocumentMetadataHistory(
1979
+ args: ListDocumentMetadataHistoryCommandInput,
1980
+ cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void
1981
+ ): void;
1982
+ listDocumentMetadataHistory(
1983
+ args: ListDocumentMetadataHistoryCommandInput,
1984
+ options: __HttpHandlerOptions,
1985
+ cb: (err: any, data?: ListDocumentMetadataHistoryCommandOutput) => void
1986
+ ): void;
1987
+ listDocuments(): Promise<ListDocumentsCommandOutput>;
1988
+ listDocuments(
1989
+ args: ListDocumentsCommandInput,
1990
+ options?: __HttpHandlerOptions
1991
+ ): Promise<ListDocumentsCommandOutput>;
1992
+ listDocuments(
1993
+ args: ListDocumentsCommandInput,
1994
+ cb: (err: any, data?: ListDocumentsCommandOutput) => void
1995
+ ): void;
1996
+ listDocuments(
1997
+ args: ListDocumentsCommandInput,
1998
+ options: __HttpHandlerOptions,
1999
+ cb: (err: any, data?: ListDocumentsCommandOutput) => void
2000
+ ): void;
2001
+ listDocumentVersions(
2002
+ args: ListDocumentVersionsCommandInput,
2003
+ options?: __HttpHandlerOptions
2004
+ ): Promise<ListDocumentVersionsCommandOutput>;
2005
+ listDocumentVersions(
2006
+ args: ListDocumentVersionsCommandInput,
2007
+ cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void
2008
+ ): void;
2009
+ listDocumentVersions(
2010
+ args: ListDocumentVersionsCommandInput,
2011
+ options: __HttpHandlerOptions,
2012
+ cb: (err: any, data?: ListDocumentVersionsCommandOutput) => void
2013
+ ): void;
2014
+ listInventoryEntries(
2015
+ args: ListInventoryEntriesCommandInput,
2016
+ options?: __HttpHandlerOptions
2017
+ ): Promise<ListInventoryEntriesCommandOutput>;
2018
+ listInventoryEntries(
2019
+ args: ListInventoryEntriesCommandInput,
2020
+ cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void
2021
+ ): void;
2022
+ listInventoryEntries(
2023
+ args: ListInventoryEntriesCommandInput,
2024
+ options: __HttpHandlerOptions,
2025
+ cb: (err: any, data?: ListInventoryEntriesCommandOutput) => void
2026
+ ): void;
2027
+ listNodes(): Promise<ListNodesCommandOutput>;
2028
+ listNodes(
2029
+ args: ListNodesCommandInput,
2030
+ options?: __HttpHandlerOptions
2031
+ ): Promise<ListNodesCommandOutput>;
2032
+ listNodes(
2033
+ args: ListNodesCommandInput,
2034
+ cb: (err: any, data?: ListNodesCommandOutput) => void
2035
+ ): void;
2036
+ listNodes(
2037
+ args: ListNodesCommandInput,
2038
+ options: __HttpHandlerOptions,
2039
+ cb: (err: any, data?: ListNodesCommandOutput) => void
2040
+ ): void;
2041
+ listNodesSummary(
2042
+ args: ListNodesSummaryCommandInput,
2043
+ options?: __HttpHandlerOptions
2044
+ ): Promise<ListNodesSummaryCommandOutput>;
2045
+ listNodesSummary(
2046
+ args: ListNodesSummaryCommandInput,
2047
+ cb: (err: any, data?: ListNodesSummaryCommandOutput) => void
2048
+ ): void;
2049
+ listNodesSummary(
2050
+ args: ListNodesSummaryCommandInput,
2051
+ options: __HttpHandlerOptions,
2052
+ cb: (err: any, data?: ListNodesSummaryCommandOutput) => void
2053
+ ): void;
2054
+ listOpsItemEvents(): Promise<ListOpsItemEventsCommandOutput>;
2055
+ listOpsItemEvents(
2056
+ args: ListOpsItemEventsCommandInput,
2057
+ options?: __HttpHandlerOptions
2058
+ ): Promise<ListOpsItemEventsCommandOutput>;
2059
+ listOpsItemEvents(
2060
+ args: ListOpsItemEventsCommandInput,
2061
+ cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void
2062
+ ): void;
2063
+ listOpsItemEvents(
2064
+ args: ListOpsItemEventsCommandInput,
2065
+ options: __HttpHandlerOptions,
2066
+ cb: (err: any, data?: ListOpsItemEventsCommandOutput) => void
2067
+ ): void;
2068
+ listOpsItemRelatedItems(): Promise<ListOpsItemRelatedItemsCommandOutput>;
2069
+ listOpsItemRelatedItems(
2070
+ args: ListOpsItemRelatedItemsCommandInput,
2071
+ options?: __HttpHandlerOptions
2072
+ ): Promise<ListOpsItemRelatedItemsCommandOutput>;
2073
+ listOpsItemRelatedItems(
2074
+ args: ListOpsItemRelatedItemsCommandInput,
2075
+ cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void
2076
+ ): void;
2077
+ listOpsItemRelatedItems(
2078
+ args: ListOpsItemRelatedItemsCommandInput,
2079
+ options: __HttpHandlerOptions,
2080
+ cb: (err: any, data?: ListOpsItemRelatedItemsCommandOutput) => void
2081
+ ): void;
2082
+ listOpsMetadata(): Promise<ListOpsMetadataCommandOutput>;
2083
+ listOpsMetadata(
2084
+ args: ListOpsMetadataCommandInput,
2085
+ options?: __HttpHandlerOptions
2086
+ ): Promise<ListOpsMetadataCommandOutput>;
2087
+ listOpsMetadata(
2088
+ args: ListOpsMetadataCommandInput,
2089
+ cb: (err: any, data?: ListOpsMetadataCommandOutput) => void
2090
+ ): void;
2091
+ listOpsMetadata(
2092
+ args: ListOpsMetadataCommandInput,
2093
+ options: __HttpHandlerOptions,
2094
+ cb: (err: any, data?: ListOpsMetadataCommandOutput) => void
2095
+ ): void;
2096
+ listResourceComplianceSummaries(): Promise<ListResourceComplianceSummariesCommandOutput>;
2097
+ listResourceComplianceSummaries(
2098
+ args: ListResourceComplianceSummariesCommandInput,
2099
+ options?: __HttpHandlerOptions
2100
+ ): Promise<ListResourceComplianceSummariesCommandOutput>;
2101
+ listResourceComplianceSummaries(
2102
+ args: ListResourceComplianceSummariesCommandInput,
2103
+ cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void
2104
+ ): void;
2105
+ listResourceComplianceSummaries(
2106
+ args: ListResourceComplianceSummariesCommandInput,
2107
+ options: __HttpHandlerOptions,
2108
+ cb: (err: any, data?: ListResourceComplianceSummariesCommandOutput) => void
2109
+ ): void;
2110
+ listResourceDataSync(): Promise<ListResourceDataSyncCommandOutput>;
2111
+ listResourceDataSync(
2112
+ args: ListResourceDataSyncCommandInput,
2113
+ options?: __HttpHandlerOptions
2114
+ ): Promise<ListResourceDataSyncCommandOutput>;
2115
+ listResourceDataSync(
2116
+ args: ListResourceDataSyncCommandInput,
2117
+ cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void
2118
+ ): void;
2119
+ listResourceDataSync(
2120
+ args: ListResourceDataSyncCommandInput,
2121
+ options: __HttpHandlerOptions,
2122
+ cb: (err: any, data?: ListResourceDataSyncCommandOutput) => void
2123
+ ): void;
2124
+ listTagsForResource(
2125
+ args: ListTagsForResourceCommandInput,
2126
+ options?: __HttpHandlerOptions
2127
+ ): Promise<ListTagsForResourceCommandOutput>;
2128
+ listTagsForResource(
2129
+ args: ListTagsForResourceCommandInput,
2130
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2131
+ ): void;
2132
+ listTagsForResource(
2133
+ args: ListTagsForResourceCommandInput,
2134
+ options: __HttpHandlerOptions,
2135
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2136
+ ): void;
2137
+ modifyDocumentPermission(
2138
+ args: ModifyDocumentPermissionCommandInput,
2139
+ options?: __HttpHandlerOptions
2140
+ ): Promise<ModifyDocumentPermissionCommandOutput>;
2141
+ modifyDocumentPermission(
2142
+ args: ModifyDocumentPermissionCommandInput,
2143
+ cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void
2144
+ ): void;
2145
+ modifyDocumentPermission(
2146
+ args: ModifyDocumentPermissionCommandInput,
2147
+ options: __HttpHandlerOptions,
2148
+ cb: (err: any, data?: ModifyDocumentPermissionCommandOutput) => void
2149
+ ): void;
2150
+ putComplianceItems(
2151
+ args: PutComplianceItemsCommandInput,
2152
+ options?: __HttpHandlerOptions
2153
+ ): Promise<PutComplianceItemsCommandOutput>;
2154
+ putComplianceItems(
2155
+ args: PutComplianceItemsCommandInput,
2156
+ cb: (err: any, data?: PutComplianceItemsCommandOutput) => void
2157
+ ): void;
2158
+ putComplianceItems(
2159
+ args: PutComplianceItemsCommandInput,
2160
+ options: __HttpHandlerOptions,
2161
+ cb: (err: any, data?: PutComplianceItemsCommandOutput) => void
2162
+ ): void;
2163
+ putInventory(
2164
+ args: PutInventoryCommandInput,
2165
+ options?: __HttpHandlerOptions
2166
+ ): Promise<PutInventoryCommandOutput>;
2167
+ putInventory(
2168
+ args: PutInventoryCommandInput,
2169
+ cb: (err: any, data?: PutInventoryCommandOutput) => void
2170
+ ): void;
2171
+ putInventory(
2172
+ args: PutInventoryCommandInput,
2173
+ options: __HttpHandlerOptions,
2174
+ cb: (err: any, data?: PutInventoryCommandOutput) => void
2175
+ ): void;
2176
+ putParameter(
2177
+ args: PutParameterCommandInput,
2178
+ options?: __HttpHandlerOptions
2179
+ ): Promise<PutParameterCommandOutput>;
2180
+ putParameter(
2181
+ args: PutParameterCommandInput,
2182
+ cb: (err: any, data?: PutParameterCommandOutput) => void
2183
+ ): void;
2184
+ putParameter(
2185
+ args: PutParameterCommandInput,
2186
+ options: __HttpHandlerOptions,
2187
+ cb: (err: any, data?: PutParameterCommandOutput) => void
2188
+ ): void;
2189
+ putResourcePolicy(
2190
+ args: PutResourcePolicyCommandInput,
2191
+ options?: __HttpHandlerOptions
2192
+ ): Promise<PutResourcePolicyCommandOutput>;
2193
+ putResourcePolicy(
2194
+ args: PutResourcePolicyCommandInput,
2195
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
2196
+ ): void;
2197
+ putResourcePolicy(
2198
+ args: PutResourcePolicyCommandInput,
2199
+ options: __HttpHandlerOptions,
2200
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
2201
+ ): void;
2202
+ registerDefaultPatchBaseline(
2203
+ args: RegisterDefaultPatchBaselineCommandInput,
2204
+ options?: __HttpHandlerOptions
2205
+ ): Promise<RegisterDefaultPatchBaselineCommandOutput>;
2206
+ registerDefaultPatchBaseline(
2207
+ args: RegisterDefaultPatchBaselineCommandInput,
2208
+ cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void
2209
+ ): void;
2210
+ registerDefaultPatchBaseline(
2211
+ args: RegisterDefaultPatchBaselineCommandInput,
2212
+ options: __HttpHandlerOptions,
2213
+ cb: (err: any, data?: RegisterDefaultPatchBaselineCommandOutput) => void
2214
+ ): void;
2215
+ registerPatchBaselineForPatchGroup(
2216
+ args: RegisterPatchBaselineForPatchGroupCommandInput,
2217
+ options?: __HttpHandlerOptions
2218
+ ): Promise<RegisterPatchBaselineForPatchGroupCommandOutput>;
2219
+ registerPatchBaselineForPatchGroup(
2220
+ args: RegisterPatchBaselineForPatchGroupCommandInput,
2221
+ cb: (
2222
+ err: any,
2223
+ data?: RegisterPatchBaselineForPatchGroupCommandOutput
2224
+ ) => void
2225
+ ): void;
2226
+ registerPatchBaselineForPatchGroup(
2227
+ args: RegisterPatchBaselineForPatchGroupCommandInput,
2228
+ options: __HttpHandlerOptions,
2229
+ cb: (
2230
+ err: any,
2231
+ data?: RegisterPatchBaselineForPatchGroupCommandOutput
2232
+ ) => void
2233
+ ): void;
2234
+ registerTargetWithMaintenanceWindow(
2235
+ args: RegisterTargetWithMaintenanceWindowCommandInput,
2236
+ options?: __HttpHandlerOptions
2237
+ ): Promise<RegisterTargetWithMaintenanceWindowCommandOutput>;
2238
+ registerTargetWithMaintenanceWindow(
2239
+ args: RegisterTargetWithMaintenanceWindowCommandInput,
2240
+ cb: (
2241
+ err: any,
2242
+ data?: RegisterTargetWithMaintenanceWindowCommandOutput
2243
+ ) => void
2244
+ ): void;
2245
+ registerTargetWithMaintenanceWindow(
2246
+ args: RegisterTargetWithMaintenanceWindowCommandInput,
2247
+ options: __HttpHandlerOptions,
2248
+ cb: (
2249
+ err: any,
2250
+ data?: RegisterTargetWithMaintenanceWindowCommandOutput
2251
+ ) => void
2252
+ ): void;
2253
+ registerTaskWithMaintenanceWindow(
2254
+ args: RegisterTaskWithMaintenanceWindowCommandInput,
2255
+ options?: __HttpHandlerOptions
2256
+ ): Promise<RegisterTaskWithMaintenanceWindowCommandOutput>;
2257
+ registerTaskWithMaintenanceWindow(
2258
+ args: RegisterTaskWithMaintenanceWindowCommandInput,
2259
+ cb: (
2260
+ err: any,
2261
+ data?: RegisterTaskWithMaintenanceWindowCommandOutput
2262
+ ) => void
2263
+ ): void;
2264
+ registerTaskWithMaintenanceWindow(
2265
+ args: RegisterTaskWithMaintenanceWindowCommandInput,
2266
+ options: __HttpHandlerOptions,
2267
+ cb: (
2268
+ err: any,
2269
+ data?: RegisterTaskWithMaintenanceWindowCommandOutput
2270
+ ) => void
2271
+ ): void;
2272
+ removeTagsFromResource(
2273
+ args: RemoveTagsFromResourceCommandInput,
2274
+ options?: __HttpHandlerOptions
2275
+ ): Promise<RemoveTagsFromResourceCommandOutput>;
2276
+ removeTagsFromResource(
2277
+ args: RemoveTagsFromResourceCommandInput,
2278
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2279
+ ): void;
2280
+ removeTagsFromResource(
2281
+ args: RemoveTagsFromResourceCommandInput,
2282
+ options: __HttpHandlerOptions,
2283
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2284
+ ): void;
2285
+ resetServiceSetting(
2286
+ args: ResetServiceSettingCommandInput,
2287
+ options?: __HttpHandlerOptions
2288
+ ): Promise<ResetServiceSettingCommandOutput>;
2289
+ resetServiceSetting(
2290
+ args: ResetServiceSettingCommandInput,
2291
+ cb: (err: any, data?: ResetServiceSettingCommandOutput) => void
2292
+ ): void;
2293
+ resetServiceSetting(
2294
+ args: ResetServiceSettingCommandInput,
2295
+ options: __HttpHandlerOptions,
2296
+ cb: (err: any, data?: ResetServiceSettingCommandOutput) => void
2297
+ ): void;
2298
+ resumeSession(
2299
+ args: ResumeSessionCommandInput,
2300
+ options?: __HttpHandlerOptions
2301
+ ): Promise<ResumeSessionCommandOutput>;
2302
+ resumeSession(
2303
+ args: ResumeSessionCommandInput,
2304
+ cb: (err: any, data?: ResumeSessionCommandOutput) => void
2305
+ ): void;
2306
+ resumeSession(
2307
+ args: ResumeSessionCommandInput,
2308
+ options: __HttpHandlerOptions,
2309
+ cb: (err: any, data?: ResumeSessionCommandOutput) => void
2310
+ ): void;
2311
+ sendAutomationSignal(
2312
+ args: SendAutomationSignalCommandInput,
2313
+ options?: __HttpHandlerOptions
2314
+ ): Promise<SendAutomationSignalCommandOutput>;
2315
+ sendAutomationSignal(
2316
+ args: SendAutomationSignalCommandInput,
2317
+ cb: (err: any, data?: SendAutomationSignalCommandOutput) => void
2318
+ ): void;
2319
+ sendAutomationSignal(
2320
+ args: SendAutomationSignalCommandInput,
2321
+ options: __HttpHandlerOptions,
2322
+ cb: (err: any, data?: SendAutomationSignalCommandOutput) => void
2323
+ ): void;
2324
+ sendCommand(
2325
+ args: SendCommandCommandInput,
2326
+ options?: __HttpHandlerOptions
2327
+ ): Promise<SendCommandCommandOutput>;
2328
+ sendCommand(
2329
+ args: SendCommandCommandInput,
2330
+ cb: (err: any, data?: SendCommandCommandOutput) => void
2331
+ ): void;
2332
+ sendCommand(
2333
+ args: SendCommandCommandInput,
2334
+ options: __HttpHandlerOptions,
2335
+ cb: (err: any, data?: SendCommandCommandOutput) => void
2336
+ ): void;
2337
+ startAccessRequest(
2338
+ args: StartAccessRequestCommandInput,
2339
+ options?: __HttpHandlerOptions
2340
+ ): Promise<StartAccessRequestCommandOutput>;
2341
+ startAccessRequest(
2342
+ args: StartAccessRequestCommandInput,
2343
+ cb: (err: any, data?: StartAccessRequestCommandOutput) => void
2344
+ ): void;
2345
+ startAccessRequest(
2346
+ args: StartAccessRequestCommandInput,
2347
+ options: __HttpHandlerOptions,
2348
+ cb: (err: any, data?: StartAccessRequestCommandOutput) => void
2349
+ ): void;
2350
+ startAssociationsOnce(
2351
+ args: StartAssociationsOnceCommandInput,
2352
+ options?: __HttpHandlerOptions
2353
+ ): Promise<StartAssociationsOnceCommandOutput>;
2354
+ startAssociationsOnce(
2355
+ args: StartAssociationsOnceCommandInput,
2356
+ cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void
2357
+ ): void;
2358
+ startAssociationsOnce(
2359
+ args: StartAssociationsOnceCommandInput,
2360
+ options: __HttpHandlerOptions,
2361
+ cb: (err: any, data?: StartAssociationsOnceCommandOutput) => void
2362
+ ): void;
2363
+ startAutomationExecution(
2364
+ args: StartAutomationExecutionCommandInput,
2365
+ options?: __HttpHandlerOptions
2366
+ ): Promise<StartAutomationExecutionCommandOutput>;
2367
+ startAutomationExecution(
2368
+ args: StartAutomationExecutionCommandInput,
2369
+ cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void
2370
+ ): void;
2371
+ startAutomationExecution(
2372
+ args: StartAutomationExecutionCommandInput,
2373
+ options: __HttpHandlerOptions,
2374
+ cb: (err: any, data?: StartAutomationExecutionCommandOutput) => void
2375
+ ): void;
2376
+ startChangeRequestExecution(
2377
+ args: StartChangeRequestExecutionCommandInput,
2378
+ options?: __HttpHandlerOptions
2379
+ ): Promise<StartChangeRequestExecutionCommandOutput>;
2380
+ startChangeRequestExecution(
2381
+ args: StartChangeRequestExecutionCommandInput,
2382
+ cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void
2383
+ ): void;
2384
+ startChangeRequestExecution(
2385
+ args: StartChangeRequestExecutionCommandInput,
2386
+ options: __HttpHandlerOptions,
2387
+ cb: (err: any, data?: StartChangeRequestExecutionCommandOutput) => void
2388
+ ): void;
2389
+ startExecutionPreview(
2390
+ args: StartExecutionPreviewCommandInput,
2391
+ options?: __HttpHandlerOptions
2392
+ ): Promise<StartExecutionPreviewCommandOutput>;
2393
+ startExecutionPreview(
2394
+ args: StartExecutionPreviewCommandInput,
2395
+ cb: (err: any, data?: StartExecutionPreviewCommandOutput) => void
2396
+ ): void;
2397
+ startExecutionPreview(
2398
+ args: StartExecutionPreviewCommandInput,
2399
+ options: __HttpHandlerOptions,
2400
+ cb: (err: any, data?: StartExecutionPreviewCommandOutput) => void
2401
+ ): void;
2402
+ startSession(
2403
+ args: StartSessionCommandInput,
2404
+ options?: __HttpHandlerOptions
2405
+ ): Promise<StartSessionCommandOutput>;
2406
+ startSession(
2407
+ args: StartSessionCommandInput,
2408
+ cb: (err: any, data?: StartSessionCommandOutput) => void
2409
+ ): void;
2410
+ startSession(
2411
+ args: StartSessionCommandInput,
2412
+ options: __HttpHandlerOptions,
2413
+ cb: (err: any, data?: StartSessionCommandOutput) => void
2414
+ ): void;
2415
+ stopAutomationExecution(
2416
+ args: StopAutomationExecutionCommandInput,
2417
+ options?: __HttpHandlerOptions
2418
+ ): Promise<StopAutomationExecutionCommandOutput>;
2419
+ stopAutomationExecution(
2420
+ args: StopAutomationExecutionCommandInput,
2421
+ cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void
2422
+ ): void;
2423
+ stopAutomationExecution(
2424
+ args: StopAutomationExecutionCommandInput,
2425
+ options: __HttpHandlerOptions,
2426
+ cb: (err: any, data?: StopAutomationExecutionCommandOutput) => void
2427
+ ): void;
2428
+ terminateSession(
2429
+ args: TerminateSessionCommandInput,
2430
+ options?: __HttpHandlerOptions
2431
+ ): Promise<TerminateSessionCommandOutput>;
2432
+ terminateSession(
2433
+ args: TerminateSessionCommandInput,
2434
+ cb: (err: any, data?: TerminateSessionCommandOutput) => void
2435
+ ): void;
2436
+ terminateSession(
2437
+ args: TerminateSessionCommandInput,
2438
+ options: __HttpHandlerOptions,
2439
+ cb: (err: any, data?: TerminateSessionCommandOutput) => void
2440
+ ): void;
2441
+ unlabelParameterVersion(
2442
+ args: UnlabelParameterVersionCommandInput,
2443
+ options?: __HttpHandlerOptions
2444
+ ): Promise<UnlabelParameterVersionCommandOutput>;
2445
+ unlabelParameterVersion(
2446
+ args: UnlabelParameterVersionCommandInput,
2447
+ cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void
2448
+ ): void;
2449
+ unlabelParameterVersion(
2450
+ args: UnlabelParameterVersionCommandInput,
2451
+ options: __HttpHandlerOptions,
2452
+ cb: (err: any, data?: UnlabelParameterVersionCommandOutput) => void
2453
+ ): void;
2454
+ updateAssociation(
2455
+ args: UpdateAssociationCommandInput,
2456
+ options?: __HttpHandlerOptions
2457
+ ): Promise<UpdateAssociationCommandOutput>;
2458
+ updateAssociation(
2459
+ args: UpdateAssociationCommandInput,
2460
+ cb: (err: any, data?: UpdateAssociationCommandOutput) => void
2461
+ ): void;
2462
+ updateAssociation(
2463
+ args: UpdateAssociationCommandInput,
2464
+ options: __HttpHandlerOptions,
2465
+ cb: (err: any, data?: UpdateAssociationCommandOutput) => void
2466
+ ): void;
2467
+ updateAssociationStatus(
2468
+ args: UpdateAssociationStatusCommandInput,
2469
+ options?: __HttpHandlerOptions
2470
+ ): Promise<UpdateAssociationStatusCommandOutput>;
2471
+ updateAssociationStatus(
2472
+ args: UpdateAssociationStatusCommandInput,
2473
+ cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void
2474
+ ): void;
2475
+ updateAssociationStatus(
2476
+ args: UpdateAssociationStatusCommandInput,
2477
+ options: __HttpHandlerOptions,
2478
+ cb: (err: any, data?: UpdateAssociationStatusCommandOutput) => void
2479
+ ): void;
2480
+ updateDocument(
2481
+ args: UpdateDocumentCommandInput,
2482
+ options?: __HttpHandlerOptions
2483
+ ): Promise<UpdateDocumentCommandOutput>;
2484
+ updateDocument(
2485
+ args: UpdateDocumentCommandInput,
2486
+ cb: (err: any, data?: UpdateDocumentCommandOutput) => void
2487
+ ): void;
2488
+ updateDocument(
2489
+ args: UpdateDocumentCommandInput,
2490
+ options: __HttpHandlerOptions,
2491
+ cb: (err: any, data?: UpdateDocumentCommandOutput) => void
2492
+ ): void;
2493
+ updateDocumentDefaultVersion(
2494
+ args: UpdateDocumentDefaultVersionCommandInput,
2495
+ options?: __HttpHandlerOptions
2496
+ ): Promise<UpdateDocumentDefaultVersionCommandOutput>;
2497
+ updateDocumentDefaultVersion(
2498
+ args: UpdateDocumentDefaultVersionCommandInput,
2499
+ cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void
2500
+ ): void;
2501
+ updateDocumentDefaultVersion(
2502
+ args: UpdateDocumentDefaultVersionCommandInput,
2503
+ options: __HttpHandlerOptions,
2504
+ cb: (err: any, data?: UpdateDocumentDefaultVersionCommandOutput) => void
2505
+ ): void;
2506
+ updateDocumentMetadata(
2507
+ args: UpdateDocumentMetadataCommandInput,
2508
+ options?: __HttpHandlerOptions
2509
+ ): Promise<UpdateDocumentMetadataCommandOutput>;
2510
+ updateDocumentMetadata(
2511
+ args: UpdateDocumentMetadataCommandInput,
2512
+ cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void
2513
+ ): void;
2514
+ updateDocumentMetadata(
2515
+ args: UpdateDocumentMetadataCommandInput,
2516
+ options: __HttpHandlerOptions,
2517
+ cb: (err: any, data?: UpdateDocumentMetadataCommandOutput) => void
2518
+ ): void;
2519
+ updateMaintenanceWindow(
2520
+ args: UpdateMaintenanceWindowCommandInput,
2521
+ options?: __HttpHandlerOptions
2522
+ ): Promise<UpdateMaintenanceWindowCommandOutput>;
2523
+ updateMaintenanceWindow(
2524
+ args: UpdateMaintenanceWindowCommandInput,
2525
+ cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void
2526
+ ): void;
2527
+ updateMaintenanceWindow(
2528
+ args: UpdateMaintenanceWindowCommandInput,
2529
+ options: __HttpHandlerOptions,
2530
+ cb: (err: any, data?: UpdateMaintenanceWindowCommandOutput) => void
2531
+ ): void;
2532
+ updateMaintenanceWindowTarget(
2533
+ args: UpdateMaintenanceWindowTargetCommandInput,
2534
+ options?: __HttpHandlerOptions
2535
+ ): Promise<UpdateMaintenanceWindowTargetCommandOutput>;
2536
+ updateMaintenanceWindowTarget(
2537
+ args: UpdateMaintenanceWindowTargetCommandInput,
2538
+ cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void
2539
+ ): void;
2540
+ updateMaintenanceWindowTarget(
2541
+ args: UpdateMaintenanceWindowTargetCommandInput,
2542
+ options: __HttpHandlerOptions,
2543
+ cb: (err: any, data?: UpdateMaintenanceWindowTargetCommandOutput) => void
2544
+ ): void;
2545
+ updateMaintenanceWindowTask(
2546
+ args: UpdateMaintenanceWindowTaskCommandInput,
2547
+ options?: __HttpHandlerOptions
2548
+ ): Promise<UpdateMaintenanceWindowTaskCommandOutput>;
2549
+ updateMaintenanceWindowTask(
2550
+ args: UpdateMaintenanceWindowTaskCommandInput,
2551
+ cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void
2552
+ ): void;
2553
+ updateMaintenanceWindowTask(
2554
+ args: UpdateMaintenanceWindowTaskCommandInput,
2555
+ options: __HttpHandlerOptions,
2556
+ cb: (err: any, data?: UpdateMaintenanceWindowTaskCommandOutput) => void
2557
+ ): void;
2558
+ updateManagedInstanceRole(
2559
+ args: UpdateManagedInstanceRoleCommandInput,
2560
+ options?: __HttpHandlerOptions
2561
+ ): Promise<UpdateManagedInstanceRoleCommandOutput>;
2562
+ updateManagedInstanceRole(
2563
+ args: UpdateManagedInstanceRoleCommandInput,
2564
+ cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void
2565
+ ): void;
2566
+ updateManagedInstanceRole(
2567
+ args: UpdateManagedInstanceRoleCommandInput,
2568
+ options: __HttpHandlerOptions,
2569
+ cb: (err: any, data?: UpdateManagedInstanceRoleCommandOutput) => void
2570
+ ): void;
2571
+ updateOpsItem(
2572
+ args: UpdateOpsItemCommandInput,
2573
+ options?: __HttpHandlerOptions
2574
+ ): Promise<UpdateOpsItemCommandOutput>;
2575
+ updateOpsItem(
2576
+ args: UpdateOpsItemCommandInput,
2577
+ cb: (err: any, data?: UpdateOpsItemCommandOutput) => void
2578
+ ): void;
2579
+ updateOpsItem(
2580
+ args: UpdateOpsItemCommandInput,
2581
+ options: __HttpHandlerOptions,
2582
+ cb: (err: any, data?: UpdateOpsItemCommandOutput) => void
2583
+ ): void;
2584
+ updateOpsMetadata(
2585
+ args: UpdateOpsMetadataCommandInput,
2586
+ options?: __HttpHandlerOptions
2587
+ ): Promise<UpdateOpsMetadataCommandOutput>;
2588
+ updateOpsMetadata(
2589
+ args: UpdateOpsMetadataCommandInput,
2590
+ cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void
2591
+ ): void;
2592
+ updateOpsMetadata(
2593
+ args: UpdateOpsMetadataCommandInput,
2594
+ options: __HttpHandlerOptions,
2595
+ cb: (err: any, data?: UpdateOpsMetadataCommandOutput) => void
2596
+ ): void;
2597
+ updatePatchBaseline(
2598
+ args: UpdatePatchBaselineCommandInput,
2599
+ options?: __HttpHandlerOptions
2600
+ ): Promise<UpdatePatchBaselineCommandOutput>;
2601
+ updatePatchBaseline(
2602
+ args: UpdatePatchBaselineCommandInput,
2603
+ cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void
2604
+ ): void;
2605
+ updatePatchBaseline(
2606
+ args: UpdatePatchBaselineCommandInput,
2607
+ options: __HttpHandlerOptions,
2608
+ cb: (err: any, data?: UpdatePatchBaselineCommandOutput) => void
2609
+ ): void;
2610
+ updateResourceDataSync(
2611
+ args: UpdateResourceDataSyncCommandInput,
2612
+ options?: __HttpHandlerOptions
2613
+ ): Promise<UpdateResourceDataSyncCommandOutput>;
2614
+ updateResourceDataSync(
2615
+ args: UpdateResourceDataSyncCommandInput,
2616
+ cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void
2617
+ ): void;
2618
+ updateResourceDataSync(
2619
+ args: UpdateResourceDataSyncCommandInput,
2620
+ options: __HttpHandlerOptions,
2621
+ cb: (err: any, data?: UpdateResourceDataSyncCommandOutput) => void
2622
+ ): void;
2623
+ updateServiceSetting(
2624
+ args: UpdateServiceSettingCommandInput,
2625
+ options?: __HttpHandlerOptions
2626
+ ): Promise<UpdateServiceSettingCommandOutput>;
2627
+ updateServiceSetting(
2628
+ args: UpdateServiceSettingCommandInput,
2629
+ cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void
2630
+ ): void;
2631
+ updateServiceSetting(
2632
+ args: UpdateServiceSettingCommandInput,
2633
+ options: __HttpHandlerOptions,
2634
+ cb: (err: any, data?: UpdateServiceSettingCommandOutput) => void
2635
+ ): void;
2636
+ paginateDescribeActivations(
2637
+ args?: DescribeActivationsCommandInput,
2638
+ paginationConfig?: Pick<
2639
+ PaginationConfiguration,
2640
+ Exclude<keyof PaginationConfiguration, "client">
2641
+ >
2642
+ ): Paginator<DescribeActivationsCommandOutput>;
2643
+ paginateDescribeAssociationExecutions(
2644
+ args: DescribeAssociationExecutionsCommandInput,
2645
+ paginationConfig?: Pick<
2646
+ PaginationConfiguration,
2647
+ Exclude<keyof PaginationConfiguration, "client">
2648
+ >
2649
+ ): Paginator<DescribeAssociationExecutionsCommandOutput>;
2650
+ paginateDescribeAssociationExecutionTargets(
2651
+ args: DescribeAssociationExecutionTargetsCommandInput,
2652
+ paginationConfig?: Pick<
2653
+ PaginationConfiguration,
2654
+ Exclude<keyof PaginationConfiguration, "client">
2655
+ >
2656
+ ): Paginator<DescribeAssociationExecutionTargetsCommandOutput>;
2657
+ paginateDescribeAutomationExecutions(
2658
+ args?: DescribeAutomationExecutionsCommandInput,
2659
+ paginationConfig?: Pick<
2660
+ PaginationConfiguration,
2661
+ Exclude<keyof PaginationConfiguration, "client">
2662
+ >
2663
+ ): Paginator<DescribeAutomationExecutionsCommandOutput>;
2664
+ paginateDescribeAutomationStepExecutions(
2665
+ args: DescribeAutomationStepExecutionsCommandInput,
2666
+ paginationConfig?: Pick<
2667
+ PaginationConfiguration,
2668
+ Exclude<keyof PaginationConfiguration, "client">
2669
+ >
2670
+ ): Paginator<DescribeAutomationStepExecutionsCommandOutput>;
2671
+ paginateDescribeAvailablePatches(
2672
+ args?: DescribeAvailablePatchesCommandInput,
2673
+ paginationConfig?: Pick<
2674
+ PaginationConfiguration,
2675
+ Exclude<keyof PaginationConfiguration, "client">
2676
+ >
2677
+ ): Paginator<DescribeAvailablePatchesCommandOutput>;
2678
+ paginateDescribeEffectiveInstanceAssociations(
2679
+ args: DescribeEffectiveInstanceAssociationsCommandInput,
2680
+ paginationConfig?: Pick<
2681
+ PaginationConfiguration,
2682
+ Exclude<keyof PaginationConfiguration, "client">
2683
+ >
2684
+ ): Paginator<DescribeEffectiveInstanceAssociationsCommandOutput>;
2685
+ paginateDescribeEffectivePatchesForPatchBaseline(
2686
+ args: DescribeEffectivePatchesForPatchBaselineCommandInput,
2687
+ paginationConfig?: Pick<
2688
+ PaginationConfiguration,
2689
+ Exclude<keyof PaginationConfiguration, "client">
2690
+ >
2691
+ ): Paginator<DescribeEffectivePatchesForPatchBaselineCommandOutput>;
2692
+ paginateDescribeInstanceAssociationsStatus(
2693
+ args: DescribeInstanceAssociationsStatusCommandInput,
2694
+ paginationConfig?: Pick<
2695
+ PaginationConfiguration,
2696
+ Exclude<keyof PaginationConfiguration, "client">
2697
+ >
2698
+ ): Paginator<DescribeInstanceAssociationsStatusCommandOutput>;
2699
+ paginateDescribeInstanceInformation(
2700
+ args?: DescribeInstanceInformationCommandInput,
2701
+ paginationConfig?: Pick<
2702
+ PaginationConfiguration,
2703
+ Exclude<keyof PaginationConfiguration, "client">
2704
+ >
2705
+ ): Paginator<DescribeInstanceInformationCommandOutput>;
2706
+ paginateDescribeInstancePatches(
2707
+ args: DescribeInstancePatchesCommandInput,
2708
+ paginationConfig?: Pick<
2709
+ PaginationConfiguration,
2710
+ Exclude<keyof PaginationConfiguration, "client">
2711
+ >
2712
+ ): Paginator<DescribeInstancePatchesCommandOutput>;
2713
+ paginateDescribeInstancePatchStates(
2714
+ args: DescribeInstancePatchStatesCommandInput,
2715
+ paginationConfig?: Pick<
2716
+ PaginationConfiguration,
2717
+ Exclude<keyof PaginationConfiguration, "client">
2718
+ >
2719
+ ): Paginator<DescribeInstancePatchStatesCommandOutput>;
2720
+ paginateDescribeInstancePatchStatesForPatchGroup(
2721
+ args: DescribeInstancePatchStatesForPatchGroupCommandInput,
2722
+ paginationConfig?: Pick<
2723
+ PaginationConfiguration,
2724
+ Exclude<keyof PaginationConfiguration, "client">
2725
+ >
2726
+ ): Paginator<DescribeInstancePatchStatesForPatchGroupCommandOutput>;
2727
+ paginateDescribeInstanceProperties(
2728
+ args?: DescribeInstancePropertiesCommandInput,
2729
+ paginationConfig?: Pick<
2730
+ PaginationConfiguration,
2731
+ Exclude<keyof PaginationConfiguration, "client">
2732
+ >
2733
+ ): Paginator<DescribeInstancePropertiesCommandOutput>;
2734
+ paginateDescribeInventoryDeletions(
2735
+ args?: DescribeInventoryDeletionsCommandInput,
2736
+ paginationConfig?: Pick<
2737
+ PaginationConfiguration,
2738
+ Exclude<keyof PaginationConfiguration, "client">
2739
+ >
2740
+ ): Paginator<DescribeInventoryDeletionsCommandOutput>;
2741
+ paginateDescribeMaintenanceWindowExecutions(
2742
+ args: DescribeMaintenanceWindowExecutionsCommandInput,
2743
+ paginationConfig?: Pick<
2744
+ PaginationConfiguration,
2745
+ Exclude<keyof PaginationConfiguration, "client">
2746
+ >
2747
+ ): Paginator<DescribeMaintenanceWindowExecutionsCommandOutput>;
2748
+ paginateDescribeMaintenanceWindowExecutionTaskInvocations(
2749
+ args: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput,
2750
+ paginationConfig?: Pick<
2751
+ PaginationConfiguration,
2752
+ Exclude<keyof PaginationConfiguration, "client">
2753
+ >
2754
+ ): Paginator<DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput>;
2755
+ paginateDescribeMaintenanceWindowExecutionTasks(
2756
+ args: DescribeMaintenanceWindowExecutionTasksCommandInput,
2757
+ paginationConfig?: Pick<
2758
+ PaginationConfiguration,
2759
+ Exclude<keyof PaginationConfiguration, "client">
2760
+ >
2761
+ ): Paginator<DescribeMaintenanceWindowExecutionTasksCommandOutput>;
2762
+ paginateDescribeMaintenanceWindows(
2763
+ args?: DescribeMaintenanceWindowsCommandInput,
2764
+ paginationConfig?: Pick<
2765
+ PaginationConfiguration,
2766
+ Exclude<keyof PaginationConfiguration, "client">
2767
+ >
2768
+ ): Paginator<DescribeMaintenanceWindowsCommandOutput>;
2769
+ paginateDescribeMaintenanceWindowSchedule(
2770
+ args?: DescribeMaintenanceWindowScheduleCommandInput,
2771
+ paginationConfig?: Pick<
2772
+ PaginationConfiguration,
2773
+ Exclude<keyof PaginationConfiguration, "client">
2774
+ >
2775
+ ): Paginator<DescribeMaintenanceWindowScheduleCommandOutput>;
2776
+ paginateDescribeMaintenanceWindowsForTarget(
2777
+ args: DescribeMaintenanceWindowsForTargetCommandInput,
2778
+ paginationConfig?: Pick<
2779
+ PaginationConfiguration,
2780
+ Exclude<keyof PaginationConfiguration, "client">
2781
+ >
2782
+ ): Paginator<DescribeMaintenanceWindowsForTargetCommandOutput>;
2783
+ paginateDescribeMaintenanceWindowTargets(
2784
+ args: DescribeMaintenanceWindowTargetsCommandInput,
2785
+ paginationConfig?: Pick<
2786
+ PaginationConfiguration,
2787
+ Exclude<keyof PaginationConfiguration, "client">
2788
+ >
2789
+ ): Paginator<DescribeMaintenanceWindowTargetsCommandOutput>;
2790
+ paginateDescribeMaintenanceWindowTasks(
2791
+ args: DescribeMaintenanceWindowTasksCommandInput,
2792
+ paginationConfig?: Pick<
2793
+ PaginationConfiguration,
2794
+ Exclude<keyof PaginationConfiguration, "client">
2795
+ >
2796
+ ): Paginator<DescribeMaintenanceWindowTasksCommandOutput>;
2797
+ paginateDescribeOpsItems(
2798
+ args?: DescribeOpsItemsCommandInput,
2799
+ paginationConfig?: Pick<
2800
+ PaginationConfiguration,
2801
+ Exclude<keyof PaginationConfiguration, "client">
2802
+ >
2803
+ ): Paginator<DescribeOpsItemsCommandOutput>;
2804
+ paginateDescribeParameters(
2805
+ args?: DescribeParametersCommandInput,
2806
+ paginationConfig?: Pick<
2807
+ PaginationConfiguration,
2808
+ Exclude<keyof PaginationConfiguration, "client">
2809
+ >
2810
+ ): Paginator<DescribeParametersCommandOutput>;
2811
+ paginateDescribePatchBaselines(
2812
+ args?: DescribePatchBaselinesCommandInput,
2813
+ paginationConfig?: Pick<
2814
+ PaginationConfiguration,
2815
+ Exclude<keyof PaginationConfiguration, "client">
2816
+ >
2817
+ ): Paginator<DescribePatchBaselinesCommandOutput>;
2818
+ paginateDescribePatchGroups(
2819
+ args?: DescribePatchGroupsCommandInput,
2820
+ paginationConfig?: Pick<
2821
+ PaginationConfiguration,
2822
+ Exclude<keyof PaginationConfiguration, "client">
2823
+ >
2824
+ ): Paginator<DescribePatchGroupsCommandOutput>;
2825
+ paginateDescribePatchProperties(
2826
+ args: DescribePatchPropertiesCommandInput,
2827
+ paginationConfig?: Pick<
2828
+ PaginationConfiguration,
2829
+ Exclude<keyof PaginationConfiguration, "client">
2830
+ >
2831
+ ): Paginator<DescribePatchPropertiesCommandOutput>;
2832
+ paginateDescribeSessions(
2833
+ args: DescribeSessionsCommandInput,
2834
+ paginationConfig?: Pick<
2835
+ PaginationConfiguration,
2836
+ Exclude<keyof PaginationConfiguration, "client">
2837
+ >
2838
+ ): Paginator<DescribeSessionsCommandOutput>;
2839
+ paginateGetInventory(
2840
+ args?: GetInventoryCommandInput,
2841
+ paginationConfig?: Pick<
2842
+ PaginationConfiguration,
2843
+ Exclude<keyof PaginationConfiguration, "client">
2844
+ >
2845
+ ): Paginator<GetInventoryCommandOutput>;
2846
+ paginateGetInventorySchema(
2847
+ args?: GetInventorySchemaCommandInput,
2848
+ paginationConfig?: Pick<
2849
+ PaginationConfiguration,
2850
+ Exclude<keyof PaginationConfiguration, "client">
2851
+ >
2852
+ ): Paginator<GetInventorySchemaCommandOutput>;
2853
+ paginateGetOpsSummary(
2854
+ args?: GetOpsSummaryCommandInput,
2855
+ paginationConfig?: Pick<
2856
+ PaginationConfiguration,
2857
+ Exclude<keyof PaginationConfiguration, "client">
2858
+ >
2859
+ ): Paginator<GetOpsSummaryCommandOutput>;
2860
+ paginateGetParameterHistory(
2861
+ args: GetParameterHistoryCommandInput,
2862
+ paginationConfig?: Pick<
2863
+ PaginationConfiguration,
2864
+ Exclude<keyof PaginationConfiguration, "client">
2865
+ >
2866
+ ): Paginator<GetParameterHistoryCommandOutput>;
2867
+ paginateGetParametersByPath(
2868
+ args: GetParametersByPathCommandInput,
2869
+ paginationConfig?: Pick<
2870
+ PaginationConfiguration,
2871
+ Exclude<keyof PaginationConfiguration, "client">
2872
+ >
2873
+ ): Paginator<GetParametersByPathCommandOutput>;
2874
+ paginateGetResourcePolicies(
2875
+ args: GetResourcePoliciesCommandInput,
2876
+ paginationConfig?: Pick<
2877
+ PaginationConfiguration,
2878
+ Exclude<keyof PaginationConfiguration, "client">
2879
+ >
2880
+ ): Paginator<GetResourcePoliciesCommandOutput>;
2881
+ paginateListAssociations(
2882
+ args?: ListAssociationsCommandInput,
2883
+ paginationConfig?: Pick<
2884
+ PaginationConfiguration,
2885
+ Exclude<keyof PaginationConfiguration, "client">
2886
+ >
2887
+ ): Paginator<ListAssociationsCommandOutput>;
2888
+ paginateListAssociationVersions(
2889
+ args: ListAssociationVersionsCommandInput,
2890
+ paginationConfig?: Pick<
2891
+ PaginationConfiguration,
2892
+ Exclude<keyof PaginationConfiguration, "client">
2893
+ >
2894
+ ): Paginator<ListAssociationVersionsCommandOutput>;
2895
+ paginateListCommandInvocations(
2896
+ args?: ListCommandInvocationsCommandInput,
2897
+ paginationConfig?: Pick<
2898
+ PaginationConfiguration,
2899
+ Exclude<keyof PaginationConfiguration, "client">
2900
+ >
2901
+ ): Paginator<ListCommandInvocationsCommandOutput>;
2902
+ paginateListCommands(
2903
+ args?: ListCommandsCommandInput,
2904
+ paginationConfig?: Pick<
2905
+ PaginationConfiguration,
2906
+ Exclude<keyof PaginationConfiguration, "client">
2907
+ >
2908
+ ): Paginator<ListCommandsCommandOutput>;
2909
+ paginateListComplianceItems(
2910
+ args?: ListComplianceItemsCommandInput,
2911
+ paginationConfig?: Pick<
2912
+ PaginationConfiguration,
2913
+ Exclude<keyof PaginationConfiguration, "client">
2914
+ >
2915
+ ): Paginator<ListComplianceItemsCommandOutput>;
2916
+ paginateListComplianceSummaries(
2917
+ args?: ListComplianceSummariesCommandInput,
2918
+ paginationConfig?: Pick<
2919
+ PaginationConfiguration,
2920
+ Exclude<keyof PaginationConfiguration, "client">
2921
+ >
2922
+ ): Paginator<ListComplianceSummariesCommandOutput>;
2923
+ paginateListDocuments(
2924
+ args?: ListDocumentsCommandInput,
2925
+ paginationConfig?: Pick<
2926
+ PaginationConfiguration,
2927
+ Exclude<keyof PaginationConfiguration, "client">
2928
+ >
2929
+ ): Paginator<ListDocumentsCommandOutput>;
2930
+ paginateListDocumentVersions(
2931
+ args: ListDocumentVersionsCommandInput,
2932
+ paginationConfig?: Pick<
2933
+ PaginationConfiguration,
2934
+ Exclude<keyof PaginationConfiguration, "client">
2935
+ >
2936
+ ): Paginator<ListDocumentVersionsCommandOutput>;
2937
+ paginateListNodes(
2938
+ args?: ListNodesCommandInput,
2939
+ paginationConfig?: Pick<
2940
+ PaginationConfiguration,
2941
+ Exclude<keyof PaginationConfiguration, "client">
2942
+ >
2943
+ ): Paginator<ListNodesCommandOutput>;
2944
+ paginateListNodesSummary(
2945
+ args: ListNodesSummaryCommandInput,
2946
+ paginationConfig?: Pick<
2947
+ PaginationConfiguration,
2948
+ Exclude<keyof PaginationConfiguration, "client">
2949
+ >
2950
+ ): Paginator<ListNodesSummaryCommandOutput>;
2951
+ paginateListOpsItemEvents(
2952
+ args?: ListOpsItemEventsCommandInput,
2953
+ paginationConfig?: Pick<
2954
+ PaginationConfiguration,
2955
+ Exclude<keyof PaginationConfiguration, "client">
2956
+ >
2957
+ ): Paginator<ListOpsItemEventsCommandOutput>;
2958
+ paginateListOpsItemRelatedItems(
2959
+ args?: ListOpsItemRelatedItemsCommandInput,
2960
+ paginationConfig?: Pick<
2961
+ PaginationConfiguration,
2962
+ Exclude<keyof PaginationConfiguration, "client">
2963
+ >
2964
+ ): Paginator<ListOpsItemRelatedItemsCommandOutput>;
2965
+ paginateListOpsMetadata(
2966
+ args?: ListOpsMetadataCommandInput,
2967
+ paginationConfig?: Pick<
2968
+ PaginationConfiguration,
2969
+ Exclude<keyof PaginationConfiguration, "client">
2970
+ >
2971
+ ): Paginator<ListOpsMetadataCommandOutput>;
2972
+ paginateListResourceComplianceSummaries(
2973
+ args?: ListResourceComplianceSummariesCommandInput,
2974
+ paginationConfig?: Pick<
2975
+ PaginationConfiguration,
2976
+ Exclude<keyof PaginationConfiguration, "client">
2977
+ >
2978
+ ): Paginator<ListResourceComplianceSummariesCommandOutput>;
2979
+ paginateListResourceDataSync(
2980
+ args?: ListResourceDataSyncCommandInput,
2981
+ paginationConfig?: Pick<
2982
+ PaginationConfiguration,
2983
+ Exclude<keyof PaginationConfiguration, "client">
2984
+ >
2985
+ ): Paginator<ListResourceDataSyncCommandOutput>;
2986
+ waitUntilCommandExecuted(
2987
+ args: GetCommandInvocationCommandInput,
2988
+ waiterConfig:
2989
+ | number
2990
+ | Pick<
2991
+ WaiterConfiguration<SSM>,
2992
+ Exclude<keyof WaiterConfiguration<SSM>, "client">
2993
+ >
2994
+ ): Promise<WaiterResult>;
2995
+ }
2996
+ export declare class SSM extends SSMClient implements SSM {}