@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,1151 @@
1
+ import {
2
+ AssociationComplianceSeverity,
3
+ AssociationFilterKey,
4
+ AssociationSyncCompliance,
5
+ CommandFilterKey,
6
+ CommandInvocationStatus,
7
+ CommandPluginStatus,
8
+ CommandStatus,
9
+ ComplianceQueryOperatorType,
10
+ ComplianceSeverity,
11
+ ComplianceStatus,
12
+ ComplianceUploadType,
13
+ DocumentFilterKey,
14
+ DocumentFormat,
15
+ DocumentHashType,
16
+ DocumentMetadataEnum,
17
+ DocumentPermissionType,
18
+ DocumentReviewAction,
19
+ DocumentReviewCommentType,
20
+ DocumentStatus,
21
+ DocumentType,
22
+ ExecutionMode,
23
+ LastResourceDataSyncStatus,
24
+ MaintenanceWindowResourceType,
25
+ MaintenanceWindowTaskCutoffBehavior,
26
+ MaintenanceWindowTaskType,
27
+ ManagedStatus,
28
+ NodeAggregatorType,
29
+ NodeAttributeName,
30
+ NodeFilterKey,
31
+ NodeFilterOperatorType,
32
+ NodeTypeName,
33
+ OperatingSystem,
34
+ OpsItemEventFilterKey,
35
+ OpsItemEventFilterOperator,
36
+ OpsItemRelatedItemsFilterKey,
37
+ OpsItemRelatedItemsFilterOperator,
38
+ OpsItemStatus,
39
+ ParameterTier,
40
+ ParameterType,
41
+ PatchAction,
42
+ PatchComplianceLevel,
43
+ PatchComplianceStatus,
44
+ PlatformType,
45
+ ResourceType,
46
+ ResourceTypeForTagging,
47
+ ReviewStatus,
48
+ SignalType,
49
+ StopType,
50
+ } from "./enums";
51
+ import {
52
+ AlarmConfiguration,
53
+ AssociationDescription,
54
+ AssociationOverview,
55
+ AssociationStatus,
56
+ CloudWatchOutputConfig,
57
+ DocumentDescription,
58
+ InstanceAssociationOutputLocation,
59
+ LoggingInfo,
60
+ MaintenanceWindowTaskInvocationParameters,
61
+ NotificationConfig,
62
+ PatchFilterGroup,
63
+ PatchRuleGroup,
64
+ ResourceDataSyncAwsOrganizationsSource,
65
+ ResourceDataSyncS3Destination,
66
+ ResourceDataSyncSource,
67
+ AlarmStateInformation,
68
+ AttachmentsSource,
69
+ DocumentRequires,
70
+ InventoryFilter,
71
+ InventoryGroup,
72
+ MaintenanceWindowTaskParameterValueExpression,
73
+ MetadataValue,
74
+ OpsFilter,
75
+ OpsItemDataValue,
76
+ OpsItemNotification,
77
+ OpsResultAttribute,
78
+ PatchSource,
79
+ RelatedOpsItem,
80
+ ResultAttribute,
81
+ Runbook,
82
+ Tag,
83
+ Target,
84
+ TargetLocation,
85
+ } from "./models_0";
86
+ export interface ServiceSetting {
87
+ SettingId?: string | undefined;
88
+ SettingValue?: string | undefined;
89
+ LastModifiedDate?: Date | undefined;
90
+ LastModifiedUser?: string | undefined;
91
+ ARN?: string | undefined;
92
+ Status?: string | undefined;
93
+ }
94
+ export interface GetServiceSettingResult {
95
+ ServiceSetting?: ServiceSetting | undefined;
96
+ }
97
+ export interface LabelParameterVersionRequest {
98
+ Name: string | undefined;
99
+ ParameterVersion?: number | undefined;
100
+ Labels: string[] | undefined;
101
+ }
102
+ export interface LabelParameterVersionResult {
103
+ InvalidLabels?: string[] | undefined;
104
+ ParameterVersion?: number | undefined;
105
+ }
106
+ export interface AssociationFilter {
107
+ key: AssociationFilterKey | undefined;
108
+ value: string | undefined;
109
+ }
110
+ export interface ListAssociationsRequest {
111
+ AssociationFilterList?: AssociationFilter[] | undefined;
112
+ MaxResults?: number | undefined;
113
+ NextToken?: string | undefined;
114
+ }
115
+ export interface Association {
116
+ Name?: string | undefined;
117
+ InstanceId?: string | undefined;
118
+ AssociationId?: string | undefined;
119
+ AssociationVersion?: string | undefined;
120
+ DocumentVersion?: string | undefined;
121
+ Targets?: Target[] | undefined;
122
+ LastExecutionDate?: Date | undefined;
123
+ Overview?: AssociationOverview | undefined;
124
+ ScheduleExpression?: string | undefined;
125
+ AssociationName?: string | undefined;
126
+ ScheduleOffset?: number | undefined;
127
+ Duration?: number | undefined;
128
+ TargetMaps?: Record<string, string[]>[] | undefined;
129
+ }
130
+ export interface ListAssociationsResult {
131
+ Associations?: Association[] | undefined;
132
+ NextToken?: string | undefined;
133
+ }
134
+ export interface ListAssociationVersionsRequest {
135
+ AssociationId: string | undefined;
136
+ MaxResults?: number | undefined;
137
+ NextToken?: string | undefined;
138
+ }
139
+ export interface AssociationVersionInfo {
140
+ AssociationId?: string | undefined;
141
+ AssociationVersion?: string | undefined;
142
+ CreatedDate?: Date | undefined;
143
+ Name?: string | undefined;
144
+ DocumentVersion?: string | undefined;
145
+ Parameters?: Record<string, string[]> | undefined;
146
+ Targets?: Target[] | undefined;
147
+ ScheduleExpression?: string | undefined;
148
+ OutputLocation?: InstanceAssociationOutputLocation | undefined;
149
+ AssociationName?: string | undefined;
150
+ MaxErrors?: string | undefined;
151
+ MaxConcurrency?: string | undefined;
152
+ ComplianceSeverity?: AssociationComplianceSeverity | undefined;
153
+ SyncCompliance?: AssociationSyncCompliance | undefined;
154
+ ApplyOnlyAtCronInterval?: boolean | undefined;
155
+ CalendarNames?: string[] | undefined;
156
+ TargetLocations?: TargetLocation[] | undefined;
157
+ ScheduleOffset?: number | undefined;
158
+ Duration?: number | undefined;
159
+ TargetMaps?: Record<string, string[]>[] | undefined;
160
+ AssociationDispatchAssumeRole?: string | undefined;
161
+ }
162
+ export interface ListAssociationVersionsResult {
163
+ AssociationVersions?: AssociationVersionInfo[] | undefined;
164
+ NextToken?: string | undefined;
165
+ }
166
+ export interface CommandFilter {
167
+ key: CommandFilterKey | undefined;
168
+ value: string | undefined;
169
+ }
170
+ export interface ListCommandInvocationsRequest {
171
+ CommandId?: string | undefined;
172
+ InstanceId?: string | undefined;
173
+ MaxResults?: number | undefined;
174
+ NextToken?: string | undefined;
175
+ Filters?: CommandFilter[] | undefined;
176
+ Details?: boolean | undefined;
177
+ }
178
+ export interface CommandPlugin {
179
+ Name?: string | undefined;
180
+ Status?: CommandPluginStatus | undefined;
181
+ StatusDetails?: string | undefined;
182
+ ResponseCode?: number | undefined;
183
+ ResponseStartDateTime?: Date | undefined;
184
+ ResponseFinishDateTime?: Date | undefined;
185
+ Output?: string | undefined;
186
+ StandardOutputUrl?: string | undefined;
187
+ StandardErrorUrl?: string | undefined;
188
+ OutputS3Region?: string | undefined;
189
+ OutputS3BucketName?: string | undefined;
190
+ OutputS3KeyPrefix?: string | undefined;
191
+ }
192
+ export interface CommandInvocation {
193
+ CommandId?: string | undefined;
194
+ InstanceId?: string | undefined;
195
+ InstanceName?: string | undefined;
196
+ Comment?: string | undefined;
197
+ DocumentName?: string | undefined;
198
+ DocumentVersion?: string | undefined;
199
+ RequestedDateTime?: Date | undefined;
200
+ Status?: CommandInvocationStatus | undefined;
201
+ StatusDetails?: string | undefined;
202
+ TraceOutput?: string | undefined;
203
+ StandardOutputUrl?: string | undefined;
204
+ StandardErrorUrl?: string | undefined;
205
+ CommandPlugins?: CommandPlugin[] | undefined;
206
+ ServiceRole?: string | undefined;
207
+ NotificationConfig?: NotificationConfig | undefined;
208
+ CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
209
+ }
210
+ export interface ListCommandInvocationsResult {
211
+ CommandInvocations?: CommandInvocation[] | undefined;
212
+ NextToken?: string | undefined;
213
+ }
214
+ export interface ListCommandsRequest {
215
+ CommandId?: string | undefined;
216
+ InstanceId?: string | undefined;
217
+ MaxResults?: number | undefined;
218
+ NextToken?: string | undefined;
219
+ Filters?: CommandFilter[] | undefined;
220
+ }
221
+ export interface Command {
222
+ CommandId?: string | undefined;
223
+ DocumentName?: string | undefined;
224
+ DocumentVersion?: string | undefined;
225
+ Comment?: string | undefined;
226
+ ExpiresAfter?: Date | undefined;
227
+ Parameters?: Record<string, string[]> | undefined;
228
+ InstanceIds?: string[] | undefined;
229
+ Targets?: Target[] | undefined;
230
+ RequestedDateTime?: Date | undefined;
231
+ Status?: CommandStatus | undefined;
232
+ StatusDetails?: string | undefined;
233
+ OutputS3Region?: string | undefined;
234
+ OutputS3BucketName?: string | undefined;
235
+ OutputS3KeyPrefix?: string | undefined;
236
+ MaxConcurrency?: string | undefined;
237
+ MaxErrors?: string | undefined;
238
+ TargetCount?: number | undefined;
239
+ CompletedCount?: number | undefined;
240
+ ErrorCount?: number | undefined;
241
+ DeliveryTimedOutCount?: number | undefined;
242
+ ServiceRole?: string | undefined;
243
+ NotificationConfig?: NotificationConfig | undefined;
244
+ CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
245
+ TimeoutSeconds?: number | undefined;
246
+ AlarmConfiguration?: AlarmConfiguration | undefined;
247
+ TriggeredAlarms?: AlarmStateInformation[] | undefined;
248
+ }
249
+ export interface ListCommandsResult {
250
+ Commands?: Command[] | undefined;
251
+ NextToken?: string | undefined;
252
+ }
253
+ export interface ComplianceStringFilter {
254
+ Key?: string | undefined;
255
+ Values?: string[] | undefined;
256
+ Type?: ComplianceQueryOperatorType | undefined;
257
+ }
258
+ export interface ListComplianceItemsRequest {
259
+ Filters?: ComplianceStringFilter[] | undefined;
260
+ ResourceIds?: string[] | undefined;
261
+ ResourceTypes?: string[] | undefined;
262
+ NextToken?: string | undefined;
263
+ MaxResults?: number | undefined;
264
+ }
265
+ export interface ComplianceExecutionSummary {
266
+ ExecutionTime: Date | undefined;
267
+ ExecutionId?: string | undefined;
268
+ ExecutionType?: string | undefined;
269
+ }
270
+ export interface ComplianceItem {
271
+ ComplianceType?: string | undefined;
272
+ ResourceType?: string | undefined;
273
+ ResourceId?: string | undefined;
274
+ Id?: string | undefined;
275
+ Title?: string | undefined;
276
+ Status?: ComplianceStatus | undefined;
277
+ Severity?: ComplianceSeverity | undefined;
278
+ ExecutionSummary?: ComplianceExecutionSummary | undefined;
279
+ Details?: Record<string, string> | undefined;
280
+ }
281
+ export interface ListComplianceItemsResult {
282
+ ComplianceItems?: ComplianceItem[] | undefined;
283
+ NextToken?: string | undefined;
284
+ }
285
+ export interface ListComplianceSummariesRequest {
286
+ Filters?: ComplianceStringFilter[] | undefined;
287
+ NextToken?: string | undefined;
288
+ MaxResults?: number | undefined;
289
+ }
290
+ export interface SeveritySummary {
291
+ CriticalCount?: number | undefined;
292
+ HighCount?: number | undefined;
293
+ MediumCount?: number | undefined;
294
+ LowCount?: number | undefined;
295
+ InformationalCount?: number | undefined;
296
+ UnspecifiedCount?: number | undefined;
297
+ }
298
+ export interface CompliantSummary {
299
+ CompliantCount?: number | undefined;
300
+ SeveritySummary?: SeveritySummary | undefined;
301
+ }
302
+ export interface NonCompliantSummary {
303
+ NonCompliantCount?: number | undefined;
304
+ SeveritySummary?: SeveritySummary | undefined;
305
+ }
306
+ export interface ComplianceSummaryItem {
307
+ ComplianceType?: string | undefined;
308
+ CompliantSummary?: CompliantSummary | undefined;
309
+ NonCompliantSummary?: NonCompliantSummary | undefined;
310
+ }
311
+ export interface ListComplianceSummariesResult {
312
+ ComplianceSummaryItems?: ComplianceSummaryItem[] | undefined;
313
+ NextToken?: string | undefined;
314
+ }
315
+ export interface ListDocumentMetadataHistoryRequest {
316
+ Name: string | undefined;
317
+ DocumentVersion?: string | undefined;
318
+ Metadata: DocumentMetadataEnum | undefined;
319
+ NextToken?: string | undefined;
320
+ MaxResults?: number | undefined;
321
+ }
322
+ export interface DocumentReviewCommentSource {
323
+ Type?: DocumentReviewCommentType | undefined;
324
+ Content?: string | undefined;
325
+ }
326
+ export interface DocumentReviewerResponseSource {
327
+ CreateTime?: Date | undefined;
328
+ UpdatedTime?: Date | undefined;
329
+ ReviewStatus?: ReviewStatus | undefined;
330
+ Comment?: DocumentReviewCommentSource[] | undefined;
331
+ Reviewer?: string | undefined;
332
+ }
333
+ export interface DocumentMetadataResponseInfo {
334
+ ReviewerResponse?: DocumentReviewerResponseSource[] | undefined;
335
+ }
336
+ export interface ListDocumentMetadataHistoryResponse {
337
+ Name?: string | undefined;
338
+ DocumentVersion?: string | undefined;
339
+ Author?: string | undefined;
340
+ Metadata?: DocumentMetadataResponseInfo | undefined;
341
+ NextToken?: string | undefined;
342
+ }
343
+ export interface DocumentFilter {
344
+ key: DocumentFilterKey | undefined;
345
+ value: string | undefined;
346
+ }
347
+ export interface DocumentKeyValuesFilter {
348
+ Key?: string | undefined;
349
+ Values?: string[] | undefined;
350
+ }
351
+ export interface ListDocumentsRequest {
352
+ DocumentFilterList?: DocumentFilter[] | undefined;
353
+ Filters?: DocumentKeyValuesFilter[] | undefined;
354
+ MaxResults?: number | undefined;
355
+ NextToken?: string | undefined;
356
+ }
357
+ export interface DocumentIdentifier {
358
+ Name?: string | undefined;
359
+ CreatedDate?: Date | undefined;
360
+ DisplayName?: string | undefined;
361
+ Owner?: string | undefined;
362
+ VersionName?: string | undefined;
363
+ PlatformTypes?: PlatformType[] | undefined;
364
+ DocumentVersion?: string | undefined;
365
+ DocumentType?: DocumentType | undefined;
366
+ SchemaVersion?: string | undefined;
367
+ DocumentFormat?: DocumentFormat | undefined;
368
+ TargetType?: string | undefined;
369
+ Tags?: Tag[] | undefined;
370
+ Requires?: DocumentRequires[] | undefined;
371
+ ReviewStatus?: ReviewStatus | undefined;
372
+ Author?: string | undefined;
373
+ }
374
+ export interface ListDocumentsResult {
375
+ DocumentIdentifiers?: DocumentIdentifier[] | undefined;
376
+ NextToken?: string | undefined;
377
+ }
378
+ export interface ListDocumentVersionsRequest {
379
+ Name: string | undefined;
380
+ MaxResults?: number | undefined;
381
+ NextToken?: string | undefined;
382
+ }
383
+ export interface DocumentVersionInfo {
384
+ Name?: string | undefined;
385
+ DisplayName?: string | undefined;
386
+ DocumentVersion?: string | undefined;
387
+ VersionName?: string | undefined;
388
+ CreatedDate?: Date | undefined;
389
+ IsDefaultVersion?: boolean | undefined;
390
+ DocumentFormat?: DocumentFormat | undefined;
391
+ Status?: DocumentStatus | undefined;
392
+ StatusInformation?: string | undefined;
393
+ ReviewStatus?: ReviewStatus | undefined;
394
+ }
395
+ export interface ListDocumentVersionsResult {
396
+ DocumentVersions?: DocumentVersionInfo[] | undefined;
397
+ NextToken?: string | undefined;
398
+ }
399
+ export interface ListInventoryEntriesRequest {
400
+ InstanceId: string | undefined;
401
+ TypeName: string | undefined;
402
+ Filters?: InventoryFilter[] | undefined;
403
+ NextToken?: string | undefined;
404
+ MaxResults?: number | undefined;
405
+ }
406
+ export interface ListInventoryEntriesResult {
407
+ TypeName?: string | undefined;
408
+ InstanceId?: string | undefined;
409
+ SchemaVersion?: string | undefined;
410
+ CaptureTime?: string | undefined;
411
+ Entries?: Record<string, string>[] | undefined;
412
+ NextToken?: string | undefined;
413
+ }
414
+ export interface NodeFilter {
415
+ Key: NodeFilterKey | undefined;
416
+ Values: string[] | undefined;
417
+ Type?: NodeFilterOperatorType | undefined;
418
+ }
419
+ export interface ListNodesRequest {
420
+ SyncName?: string | undefined;
421
+ Filters?: NodeFilter[] | undefined;
422
+ NextToken?: string | undefined;
423
+ MaxResults?: number | undefined;
424
+ }
425
+ export interface InstanceInfo {
426
+ AgentType?: string | undefined;
427
+ AgentVersion?: string | undefined;
428
+ ComputerName?: string | undefined;
429
+ InstanceStatus?: string | undefined;
430
+ IpAddress?: string | undefined;
431
+ ManagedStatus?: ManagedStatus | undefined;
432
+ PlatformType?: PlatformType | undefined;
433
+ PlatformName?: string | undefined;
434
+ PlatformVersion?: string | undefined;
435
+ ResourceType?: ResourceType | undefined;
436
+ }
437
+ export type NodeType = NodeType.InstanceMember | NodeType.$UnknownMember;
438
+ export declare namespace NodeType {
439
+ interface InstanceMember {
440
+ Instance: InstanceInfo;
441
+ $unknown?: never;
442
+ }
443
+ interface $UnknownMember {
444
+ Instance?: never;
445
+ $unknown: [string, any];
446
+ }
447
+ interface Visitor<T> {
448
+ Instance: (value: InstanceInfo) => T;
449
+ _: (name: string, value: any) => T;
450
+ }
451
+ }
452
+ export interface NodeOwnerInfo {
453
+ AccountId?: string | undefined;
454
+ OrganizationalUnitId?: string | undefined;
455
+ OrganizationalUnitPath?: string | undefined;
456
+ }
457
+ export interface Node {
458
+ CaptureTime?: Date | undefined;
459
+ Id?: string | undefined;
460
+ Owner?: NodeOwnerInfo | undefined;
461
+ Region?: string | undefined;
462
+ NodeType?: NodeType | undefined;
463
+ }
464
+ export interface ListNodesResult {
465
+ Nodes?: Node[] | undefined;
466
+ NextToken?: string | undefined;
467
+ }
468
+ export interface ListNodesSummaryResult {
469
+ Summary?: Record<string, string>[] | undefined;
470
+ NextToken?: string | undefined;
471
+ }
472
+ export interface OpsItemEventFilter {
473
+ Key: OpsItemEventFilterKey | undefined;
474
+ Values: string[] | undefined;
475
+ Operator: OpsItemEventFilterOperator | undefined;
476
+ }
477
+ export interface ListOpsItemEventsRequest {
478
+ Filters?: OpsItemEventFilter[] | undefined;
479
+ MaxResults?: number | undefined;
480
+ NextToken?: string | undefined;
481
+ }
482
+ export interface OpsItemIdentity {
483
+ Arn?: string | undefined;
484
+ }
485
+ export interface OpsItemEventSummary {
486
+ OpsItemId?: string | undefined;
487
+ EventId?: string | undefined;
488
+ Source?: string | undefined;
489
+ DetailType?: string | undefined;
490
+ Detail?: string | undefined;
491
+ CreatedBy?: OpsItemIdentity | undefined;
492
+ CreatedTime?: Date | undefined;
493
+ }
494
+ export interface ListOpsItemEventsResponse {
495
+ NextToken?: string | undefined;
496
+ Summaries?: OpsItemEventSummary[] | undefined;
497
+ }
498
+ export interface OpsItemRelatedItemsFilter {
499
+ Key: OpsItemRelatedItemsFilterKey | undefined;
500
+ Values: string[] | undefined;
501
+ Operator: OpsItemRelatedItemsFilterOperator | undefined;
502
+ }
503
+ export interface ListOpsItemRelatedItemsRequest {
504
+ OpsItemId?: string | undefined;
505
+ Filters?: OpsItemRelatedItemsFilter[] | undefined;
506
+ MaxResults?: number | undefined;
507
+ NextToken?: string | undefined;
508
+ }
509
+ export interface OpsItemRelatedItemSummary {
510
+ OpsItemId?: string | undefined;
511
+ AssociationId?: string | undefined;
512
+ ResourceType?: string | undefined;
513
+ AssociationType?: string | undefined;
514
+ ResourceUri?: string | undefined;
515
+ CreatedBy?: OpsItemIdentity | undefined;
516
+ CreatedTime?: Date | undefined;
517
+ LastModifiedBy?: OpsItemIdentity | undefined;
518
+ LastModifiedTime?: Date | undefined;
519
+ }
520
+ export interface ListOpsItemRelatedItemsResponse {
521
+ NextToken?: string | undefined;
522
+ Summaries?: OpsItemRelatedItemSummary[] | undefined;
523
+ }
524
+ export interface OpsMetadataFilter {
525
+ Key: string | undefined;
526
+ Values: string[] | undefined;
527
+ }
528
+ export interface ListOpsMetadataRequest {
529
+ Filters?: OpsMetadataFilter[] | undefined;
530
+ MaxResults?: number | undefined;
531
+ NextToken?: string | undefined;
532
+ }
533
+ export interface OpsMetadata {
534
+ ResourceId?: string | undefined;
535
+ OpsMetadataArn?: string | undefined;
536
+ LastModifiedDate?: Date | undefined;
537
+ LastModifiedUser?: string | undefined;
538
+ CreationDate?: Date | undefined;
539
+ }
540
+ export interface ListOpsMetadataResult {
541
+ OpsMetadataList?: OpsMetadata[] | undefined;
542
+ NextToken?: string | undefined;
543
+ }
544
+ export interface ListResourceComplianceSummariesRequest {
545
+ Filters?: ComplianceStringFilter[] | undefined;
546
+ NextToken?: string | undefined;
547
+ MaxResults?: number | undefined;
548
+ }
549
+ export interface ResourceComplianceSummaryItem {
550
+ ComplianceType?: string | undefined;
551
+ ResourceType?: string | undefined;
552
+ ResourceId?: string | undefined;
553
+ Status?: ComplianceStatus | undefined;
554
+ OverallSeverity?: ComplianceSeverity | undefined;
555
+ ExecutionSummary?: ComplianceExecutionSummary | undefined;
556
+ CompliantSummary?: CompliantSummary | undefined;
557
+ NonCompliantSummary?: NonCompliantSummary | undefined;
558
+ }
559
+ export interface ListResourceComplianceSummariesResult {
560
+ ResourceComplianceSummaryItems?: ResourceComplianceSummaryItem[] | undefined;
561
+ NextToken?: string | undefined;
562
+ }
563
+ export interface ListResourceDataSyncRequest {
564
+ SyncType?: string | undefined;
565
+ NextToken?: string | undefined;
566
+ MaxResults?: number | undefined;
567
+ }
568
+ export interface ResourceDataSyncSourceWithState {
569
+ SourceType?: string | undefined;
570
+ AwsOrganizationsSource?: ResourceDataSyncAwsOrganizationsSource | undefined;
571
+ SourceRegions?: string[] | undefined;
572
+ IncludeFutureRegions?: boolean | undefined;
573
+ State?: string | undefined;
574
+ EnableAllOpsDataSources?: boolean | undefined;
575
+ }
576
+ export interface ResourceDataSyncItem {
577
+ SyncName?: string | undefined;
578
+ SyncType?: string | undefined;
579
+ SyncSource?: ResourceDataSyncSourceWithState | undefined;
580
+ S3Destination?: ResourceDataSyncS3Destination | undefined;
581
+ LastSyncTime?: Date | undefined;
582
+ LastSuccessfulSyncTime?: Date | undefined;
583
+ SyncLastModifiedTime?: Date | undefined;
584
+ LastStatus?: LastResourceDataSyncStatus | undefined;
585
+ SyncCreatedTime?: Date | undefined;
586
+ LastSyncStatusMessage?: string | undefined;
587
+ }
588
+ export interface ListResourceDataSyncResult {
589
+ ResourceDataSyncItems?: ResourceDataSyncItem[] | undefined;
590
+ NextToken?: string | undefined;
591
+ }
592
+ export interface ListTagsForResourceRequest {
593
+ ResourceType: ResourceTypeForTagging | undefined;
594
+ ResourceId: string | undefined;
595
+ }
596
+ export interface ListTagsForResourceResult {
597
+ TagList?: Tag[] | undefined;
598
+ }
599
+ export interface ModifyDocumentPermissionRequest {
600
+ Name: string | undefined;
601
+ PermissionType: DocumentPermissionType | undefined;
602
+ AccountIdsToAdd?: string[] | undefined;
603
+ AccountIdsToRemove?: string[] | undefined;
604
+ SharedDocumentVersion?: string | undefined;
605
+ }
606
+ export interface ModifyDocumentPermissionResponse {}
607
+ export interface ComplianceItemEntry {
608
+ Id?: string | undefined;
609
+ Title?: string | undefined;
610
+ Severity: ComplianceSeverity | undefined;
611
+ Status: ComplianceStatus | undefined;
612
+ Details?: Record<string, string> | undefined;
613
+ }
614
+ export interface PutComplianceItemsRequest {
615
+ ResourceId: string | undefined;
616
+ ResourceType: string | undefined;
617
+ ComplianceType: string | undefined;
618
+ ExecutionSummary: ComplianceExecutionSummary | undefined;
619
+ Items: ComplianceItemEntry[] | undefined;
620
+ ItemContentHash?: string | undefined;
621
+ UploadType?: ComplianceUploadType | undefined;
622
+ }
623
+ export interface PutComplianceItemsResult {}
624
+ export interface InventoryItem {
625
+ TypeName: string | undefined;
626
+ SchemaVersion: string | undefined;
627
+ CaptureTime: string | undefined;
628
+ ContentHash?: string | undefined;
629
+ Content?: Record<string, string>[] | undefined;
630
+ Context?: Record<string, string> | undefined;
631
+ }
632
+ export interface PutInventoryRequest {
633
+ InstanceId: string | undefined;
634
+ Items: InventoryItem[] | undefined;
635
+ }
636
+ export interface PutInventoryResult {
637
+ Message?: string | undefined;
638
+ }
639
+ export interface PutParameterRequest {
640
+ Name: string | undefined;
641
+ Description?: string | undefined;
642
+ Value: string | undefined;
643
+ Type?: ParameterType | undefined;
644
+ KeyId?: string | undefined;
645
+ Overwrite?: boolean | undefined;
646
+ AllowedPattern?: string | undefined;
647
+ Tags?: Tag[] | undefined;
648
+ Tier?: ParameterTier | undefined;
649
+ Policies?: string | undefined;
650
+ DataType?: string | undefined;
651
+ }
652
+ export interface PutParameterResult {
653
+ Version?: number | undefined;
654
+ Tier?: ParameterTier | undefined;
655
+ }
656
+ export interface PutResourcePolicyRequest {
657
+ ResourceArn: string | undefined;
658
+ Policy: string | undefined;
659
+ PolicyId?: string | undefined;
660
+ PolicyHash?: string | undefined;
661
+ }
662
+ export interface PutResourcePolicyResponse {
663
+ PolicyId?: string | undefined;
664
+ PolicyHash?: string | undefined;
665
+ }
666
+ export interface RegisterDefaultPatchBaselineRequest {
667
+ BaselineId: string | undefined;
668
+ }
669
+ export interface RegisterDefaultPatchBaselineResult {
670
+ BaselineId?: string | undefined;
671
+ }
672
+ export interface RegisterPatchBaselineForPatchGroupRequest {
673
+ BaselineId: string | undefined;
674
+ PatchGroup: string | undefined;
675
+ }
676
+ export interface RegisterPatchBaselineForPatchGroupResult {
677
+ BaselineId?: string | undefined;
678
+ PatchGroup?: string | undefined;
679
+ }
680
+ export interface RegisterTargetWithMaintenanceWindowRequest {
681
+ WindowId: string | undefined;
682
+ ResourceType: MaintenanceWindowResourceType | undefined;
683
+ Targets: Target[] | undefined;
684
+ OwnerInformation?: string | undefined;
685
+ Name?: string | undefined;
686
+ Description?: string | undefined;
687
+ ClientToken?: string | undefined;
688
+ }
689
+ export interface RegisterTargetWithMaintenanceWindowResult {
690
+ WindowTargetId?: string | undefined;
691
+ }
692
+ export interface RegisterTaskWithMaintenanceWindowRequest {
693
+ WindowId: string | undefined;
694
+ Targets?: Target[] | undefined;
695
+ TaskArn: string | undefined;
696
+ ServiceRoleArn?: string | undefined;
697
+ TaskType: MaintenanceWindowTaskType | undefined;
698
+ TaskParameters?:
699
+ | Record<string, MaintenanceWindowTaskParameterValueExpression>
700
+ | undefined;
701
+ TaskInvocationParameters?:
702
+ | MaintenanceWindowTaskInvocationParameters
703
+ | undefined;
704
+ Priority?: number | undefined;
705
+ MaxConcurrency?: string | undefined;
706
+ MaxErrors?: string | undefined;
707
+ LoggingInfo?: LoggingInfo | undefined;
708
+ Name?: string | undefined;
709
+ Description?: string | undefined;
710
+ ClientToken?: string | undefined;
711
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
712
+ AlarmConfiguration?: AlarmConfiguration | undefined;
713
+ }
714
+ export interface RegisterTaskWithMaintenanceWindowResult {
715
+ WindowTaskId?: string | undefined;
716
+ }
717
+ export interface RemoveTagsFromResourceRequest {
718
+ ResourceType: ResourceTypeForTagging | undefined;
719
+ ResourceId: string | undefined;
720
+ TagKeys: string[] | undefined;
721
+ }
722
+ export interface RemoveTagsFromResourceResult {}
723
+ export interface ResetServiceSettingRequest {
724
+ SettingId: string | undefined;
725
+ }
726
+ export interface ResetServiceSettingResult {
727
+ ServiceSetting?: ServiceSetting | undefined;
728
+ }
729
+ export interface ResumeSessionRequest {
730
+ SessionId: string | undefined;
731
+ }
732
+ export interface ResumeSessionResponse {
733
+ SessionId?: string | undefined;
734
+ TokenValue?: string | undefined;
735
+ StreamUrl?: string | undefined;
736
+ }
737
+ export interface SendAutomationSignalRequest {
738
+ AutomationExecutionId: string | undefined;
739
+ SignalType: SignalType | undefined;
740
+ Payload?: Record<string, string[]> | undefined;
741
+ }
742
+ export interface SendAutomationSignalResult {}
743
+ export interface SendCommandRequest {
744
+ InstanceIds?: string[] | undefined;
745
+ Targets?: Target[] | undefined;
746
+ DocumentName: string | undefined;
747
+ DocumentVersion?: string | undefined;
748
+ DocumentHash?: string | undefined;
749
+ DocumentHashType?: DocumentHashType | undefined;
750
+ TimeoutSeconds?: number | undefined;
751
+ Comment?: string | undefined;
752
+ Parameters?: Record<string, string[]> | undefined;
753
+ OutputS3Region?: string | undefined;
754
+ OutputS3BucketName?: string | undefined;
755
+ OutputS3KeyPrefix?: string | undefined;
756
+ MaxConcurrency?: string | undefined;
757
+ MaxErrors?: string | undefined;
758
+ ServiceRoleArn?: string | undefined;
759
+ NotificationConfig?: NotificationConfig | undefined;
760
+ CloudWatchOutputConfig?: CloudWatchOutputConfig | undefined;
761
+ AlarmConfiguration?: AlarmConfiguration | undefined;
762
+ }
763
+ export interface SendCommandResult {
764
+ Command?: Command | undefined;
765
+ }
766
+ export interface StartAccessRequestRequest {
767
+ Reason: string | undefined;
768
+ Targets: Target[] | undefined;
769
+ Tags?: Tag[] | undefined;
770
+ }
771
+ export interface StartAccessRequestResponse {
772
+ AccessRequestId?: string | undefined;
773
+ }
774
+ export interface StartAssociationsOnceRequest {
775
+ AssociationIds: string[] | undefined;
776
+ }
777
+ export interface StartAssociationsOnceResult {}
778
+ export interface StartAutomationExecutionRequest {
779
+ DocumentName: string | undefined;
780
+ DocumentVersion?: string | undefined;
781
+ Parameters?: Record<string, string[]> | undefined;
782
+ ClientToken?: string | undefined;
783
+ Mode?: ExecutionMode | undefined;
784
+ TargetParameterName?: string | undefined;
785
+ Targets?: Target[] | undefined;
786
+ TargetMaps?: Record<string, string[]>[] | undefined;
787
+ MaxConcurrency?: string | undefined;
788
+ MaxErrors?: string | undefined;
789
+ TargetLocations?: TargetLocation[] | undefined;
790
+ Tags?: Tag[] | undefined;
791
+ AlarmConfiguration?: AlarmConfiguration | undefined;
792
+ TargetLocationsURL?: string | undefined;
793
+ }
794
+ export interface StartAutomationExecutionResult {
795
+ AutomationExecutionId?: string | undefined;
796
+ }
797
+ export interface StartChangeRequestExecutionRequest {
798
+ ScheduledTime?: Date | undefined;
799
+ DocumentName: string | undefined;
800
+ DocumentVersion?: string | undefined;
801
+ Parameters?: Record<string, string[]> | undefined;
802
+ ChangeRequestName?: string | undefined;
803
+ ClientToken?: string | undefined;
804
+ AutoApprove?: boolean | undefined;
805
+ Runbooks: Runbook[] | undefined;
806
+ Tags?: Tag[] | undefined;
807
+ ScheduledEndTime?: Date | undefined;
808
+ ChangeDetails?: string | undefined;
809
+ }
810
+ export interface StartChangeRequestExecutionResult {
811
+ AutomationExecutionId?: string | undefined;
812
+ }
813
+ export interface AutomationExecutionInputs {
814
+ Parameters?: Record<string, string[]> | undefined;
815
+ TargetParameterName?: string | undefined;
816
+ Targets?: Target[] | undefined;
817
+ TargetMaps?: Record<string, string[]>[] | undefined;
818
+ TargetLocations?: TargetLocation[] | undefined;
819
+ TargetLocationsURL?: string | undefined;
820
+ }
821
+ export type ExecutionInputs =
822
+ | ExecutionInputs.AutomationMember
823
+ | ExecutionInputs.$UnknownMember;
824
+ export declare namespace ExecutionInputs {
825
+ interface AutomationMember {
826
+ Automation: AutomationExecutionInputs;
827
+ $unknown?: never;
828
+ }
829
+ interface $UnknownMember {
830
+ Automation?: never;
831
+ $unknown: [string, any];
832
+ }
833
+ interface Visitor<T> {
834
+ Automation: (value: AutomationExecutionInputs) => T;
835
+ _: (name: string, value: any) => T;
836
+ }
837
+ }
838
+ export interface StartExecutionPreviewRequest {
839
+ DocumentName: string | undefined;
840
+ DocumentVersion?: string | undefined;
841
+ ExecutionInputs?: ExecutionInputs | undefined;
842
+ }
843
+ export interface StartExecutionPreviewResponse {
844
+ ExecutionPreviewId?: string | undefined;
845
+ }
846
+ export interface StartSessionRequest {
847
+ Target: string | undefined;
848
+ DocumentName?: string | undefined;
849
+ Reason?: string | undefined;
850
+ Parameters?: Record<string, string[]> | undefined;
851
+ }
852
+ export interface StartSessionResponse {
853
+ SessionId?: string | undefined;
854
+ TokenValue?: string | undefined;
855
+ StreamUrl?: string | undefined;
856
+ }
857
+ export interface StopAutomationExecutionRequest {
858
+ AutomationExecutionId: string | undefined;
859
+ Type?: StopType | undefined;
860
+ }
861
+ export interface StopAutomationExecutionResult {}
862
+ export interface TerminateSessionRequest {
863
+ SessionId: string | undefined;
864
+ }
865
+ export interface TerminateSessionResponse {
866
+ SessionId?: string | undefined;
867
+ }
868
+ export interface UnlabelParameterVersionRequest {
869
+ Name: string | undefined;
870
+ ParameterVersion: number | undefined;
871
+ Labels: string[] | undefined;
872
+ }
873
+ export interface UnlabelParameterVersionResult {
874
+ RemovedLabels?: string[] | undefined;
875
+ InvalidLabels?: string[] | undefined;
876
+ }
877
+ export interface UpdateAssociationRequest {
878
+ AssociationId: string | undefined;
879
+ Parameters?: Record<string, string[]> | undefined;
880
+ DocumentVersion?: string | undefined;
881
+ ScheduleExpression?: string | undefined;
882
+ OutputLocation?: InstanceAssociationOutputLocation | undefined;
883
+ Name?: string | undefined;
884
+ Targets?: Target[] | undefined;
885
+ AssociationName?: string | undefined;
886
+ AssociationVersion?: string | undefined;
887
+ AutomationTargetParameterName?: string | undefined;
888
+ MaxErrors?: string | undefined;
889
+ MaxConcurrency?: string | undefined;
890
+ ComplianceSeverity?: AssociationComplianceSeverity | undefined;
891
+ SyncCompliance?: AssociationSyncCompliance | undefined;
892
+ ApplyOnlyAtCronInterval?: boolean | undefined;
893
+ CalendarNames?: string[] | undefined;
894
+ TargetLocations?: TargetLocation[] | undefined;
895
+ ScheduleOffset?: number | undefined;
896
+ Duration?: number | undefined;
897
+ TargetMaps?: Record<string, string[]>[] | undefined;
898
+ AlarmConfiguration?: AlarmConfiguration | undefined;
899
+ AssociationDispatchAssumeRole?: string | undefined;
900
+ }
901
+ export interface UpdateAssociationResult {
902
+ AssociationDescription?: AssociationDescription | undefined;
903
+ }
904
+ export interface UpdateAssociationStatusRequest {
905
+ Name: string | undefined;
906
+ InstanceId: string | undefined;
907
+ AssociationStatus: AssociationStatus | undefined;
908
+ }
909
+ export interface UpdateAssociationStatusResult {
910
+ AssociationDescription?: AssociationDescription | undefined;
911
+ }
912
+ export interface UpdateDocumentRequest {
913
+ Content: string | undefined;
914
+ Attachments?: AttachmentsSource[] | undefined;
915
+ Name: string | undefined;
916
+ DisplayName?: string | undefined;
917
+ VersionName?: string | undefined;
918
+ DocumentVersion?: string | undefined;
919
+ DocumentFormat?: DocumentFormat | undefined;
920
+ TargetType?: string | undefined;
921
+ }
922
+ export interface UpdateDocumentResult {
923
+ DocumentDescription?: DocumentDescription | undefined;
924
+ }
925
+ export interface UpdateDocumentDefaultVersionRequest {
926
+ Name: string | undefined;
927
+ DocumentVersion: string | undefined;
928
+ }
929
+ export interface DocumentDefaultVersionDescription {
930
+ Name?: string | undefined;
931
+ DefaultVersion?: string | undefined;
932
+ DefaultVersionName?: string | undefined;
933
+ }
934
+ export interface UpdateDocumentDefaultVersionResult {
935
+ Description?: DocumentDefaultVersionDescription | undefined;
936
+ }
937
+ export interface DocumentReviews {
938
+ Action: DocumentReviewAction | undefined;
939
+ Comment?: DocumentReviewCommentSource[] | undefined;
940
+ }
941
+ export interface UpdateDocumentMetadataRequest {
942
+ Name: string | undefined;
943
+ DocumentVersion?: string | undefined;
944
+ DocumentReviews: DocumentReviews | undefined;
945
+ }
946
+ export interface UpdateDocumentMetadataResponse {}
947
+ export interface UpdateMaintenanceWindowRequest {
948
+ WindowId: string | undefined;
949
+ Name?: string | undefined;
950
+ Description?: string | undefined;
951
+ StartDate?: string | undefined;
952
+ EndDate?: string | undefined;
953
+ Schedule?: string | undefined;
954
+ ScheduleTimezone?: string | undefined;
955
+ ScheduleOffset?: number | undefined;
956
+ Duration?: number | undefined;
957
+ Cutoff?: number | undefined;
958
+ AllowUnassociatedTargets?: boolean | undefined;
959
+ Enabled?: boolean | undefined;
960
+ Replace?: boolean | undefined;
961
+ }
962
+ export interface UpdateMaintenanceWindowResult {
963
+ WindowId?: string | undefined;
964
+ Name?: string | undefined;
965
+ Description?: string | undefined;
966
+ StartDate?: string | undefined;
967
+ EndDate?: string | undefined;
968
+ Schedule?: string | undefined;
969
+ ScheduleTimezone?: string | undefined;
970
+ ScheduleOffset?: number | undefined;
971
+ Duration?: number | undefined;
972
+ Cutoff?: number | undefined;
973
+ AllowUnassociatedTargets?: boolean | undefined;
974
+ Enabled?: boolean | undefined;
975
+ }
976
+ export interface UpdateMaintenanceWindowTargetRequest {
977
+ WindowId: string | undefined;
978
+ WindowTargetId: string | undefined;
979
+ Targets?: Target[] | undefined;
980
+ OwnerInformation?: string | undefined;
981
+ Name?: string | undefined;
982
+ Description?: string | undefined;
983
+ Replace?: boolean | undefined;
984
+ }
985
+ export interface UpdateMaintenanceWindowTargetResult {
986
+ WindowId?: string | undefined;
987
+ WindowTargetId?: string | undefined;
988
+ Targets?: Target[] | undefined;
989
+ OwnerInformation?: string | undefined;
990
+ Name?: string | undefined;
991
+ Description?: string | undefined;
992
+ }
993
+ export interface UpdateMaintenanceWindowTaskRequest {
994
+ WindowId: string | undefined;
995
+ WindowTaskId: string | undefined;
996
+ Targets?: Target[] | undefined;
997
+ TaskArn?: string | undefined;
998
+ ServiceRoleArn?: string | undefined;
999
+ TaskParameters?:
1000
+ | Record<string, MaintenanceWindowTaskParameterValueExpression>
1001
+ | undefined;
1002
+ TaskInvocationParameters?:
1003
+ | MaintenanceWindowTaskInvocationParameters
1004
+ | undefined;
1005
+ Priority?: number | undefined;
1006
+ MaxConcurrency?: string | undefined;
1007
+ MaxErrors?: string | undefined;
1008
+ LoggingInfo?: LoggingInfo | undefined;
1009
+ Name?: string | undefined;
1010
+ Description?: string | undefined;
1011
+ Replace?: boolean | undefined;
1012
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
1013
+ AlarmConfiguration?: AlarmConfiguration | undefined;
1014
+ }
1015
+ export interface UpdateMaintenanceWindowTaskResult {
1016
+ WindowId?: string | undefined;
1017
+ WindowTaskId?: string | undefined;
1018
+ Targets?: Target[] | undefined;
1019
+ TaskArn?: string | undefined;
1020
+ ServiceRoleArn?: string | undefined;
1021
+ TaskParameters?:
1022
+ | Record<string, MaintenanceWindowTaskParameterValueExpression>
1023
+ | undefined;
1024
+ TaskInvocationParameters?:
1025
+ | MaintenanceWindowTaskInvocationParameters
1026
+ | undefined;
1027
+ Priority?: number | undefined;
1028
+ MaxConcurrency?: string | undefined;
1029
+ MaxErrors?: string | undefined;
1030
+ LoggingInfo?: LoggingInfo | undefined;
1031
+ Name?: string | undefined;
1032
+ Description?: string | undefined;
1033
+ CutoffBehavior?: MaintenanceWindowTaskCutoffBehavior | undefined;
1034
+ AlarmConfiguration?: AlarmConfiguration | undefined;
1035
+ }
1036
+ export interface UpdateManagedInstanceRoleRequest {
1037
+ InstanceId: string | undefined;
1038
+ IamRole: string | undefined;
1039
+ }
1040
+ export interface UpdateManagedInstanceRoleResult {}
1041
+ export interface UpdateOpsItemRequest {
1042
+ Description?: string | undefined;
1043
+ OperationalData?: Record<string, OpsItemDataValue> | undefined;
1044
+ OperationalDataToDelete?: string[] | undefined;
1045
+ Notifications?: OpsItemNotification[] | undefined;
1046
+ Priority?: number | undefined;
1047
+ RelatedOpsItems?: RelatedOpsItem[] | undefined;
1048
+ Status?: OpsItemStatus | undefined;
1049
+ OpsItemId: string | undefined;
1050
+ Title?: string | undefined;
1051
+ Category?: string | undefined;
1052
+ Severity?: string | undefined;
1053
+ ActualStartTime?: Date | undefined;
1054
+ ActualEndTime?: Date | undefined;
1055
+ PlannedStartTime?: Date | undefined;
1056
+ PlannedEndTime?: Date | undefined;
1057
+ OpsItemArn?: string | undefined;
1058
+ }
1059
+ export interface UpdateOpsItemResponse {}
1060
+ export interface UpdateOpsMetadataRequest {
1061
+ OpsMetadataArn: string | undefined;
1062
+ MetadataToUpdate?: Record<string, MetadataValue> | undefined;
1063
+ KeysToDelete?: string[] | undefined;
1064
+ }
1065
+ export interface UpdateOpsMetadataResult {
1066
+ OpsMetadataArn?: string | undefined;
1067
+ }
1068
+ export interface UpdatePatchBaselineRequest {
1069
+ BaselineId: string | undefined;
1070
+ Name?: string | undefined;
1071
+ GlobalFilters?: PatchFilterGroup | undefined;
1072
+ ApprovalRules?: PatchRuleGroup | undefined;
1073
+ ApprovedPatches?: string[] | undefined;
1074
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
1075
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
1076
+ RejectedPatches?: string[] | undefined;
1077
+ RejectedPatchesAction?: PatchAction | undefined;
1078
+ Description?: string | undefined;
1079
+ Sources?: PatchSource[] | undefined;
1080
+ AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
1081
+ Replace?: boolean | undefined;
1082
+ }
1083
+ export interface UpdatePatchBaselineResult {
1084
+ BaselineId?: string | undefined;
1085
+ Name?: string | undefined;
1086
+ OperatingSystem?: OperatingSystem | undefined;
1087
+ GlobalFilters?: PatchFilterGroup | undefined;
1088
+ ApprovalRules?: PatchRuleGroup | undefined;
1089
+ ApprovedPatches?: string[] | undefined;
1090
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
1091
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
1092
+ RejectedPatches?: string[] | undefined;
1093
+ RejectedPatchesAction?: PatchAction | undefined;
1094
+ CreatedDate?: Date | undefined;
1095
+ ModifiedDate?: Date | undefined;
1096
+ Description?: string | undefined;
1097
+ Sources?: PatchSource[] | undefined;
1098
+ AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
1099
+ }
1100
+ export interface UpdateResourceDataSyncRequest {
1101
+ SyncName: string | undefined;
1102
+ SyncType: string | undefined;
1103
+ SyncSource: ResourceDataSyncSource | undefined;
1104
+ }
1105
+ export interface UpdateResourceDataSyncResult {}
1106
+ export interface UpdateServiceSettingRequest {
1107
+ SettingId: string | undefined;
1108
+ SettingValue: string | undefined;
1109
+ }
1110
+ export interface UpdateServiceSettingResult {}
1111
+ export interface InventoryAggregator {
1112
+ Expression?: string | undefined;
1113
+ Aggregators?: InventoryAggregator[] | undefined;
1114
+ Groups?: InventoryGroup[] | undefined;
1115
+ }
1116
+ export interface NodeAggregator {
1117
+ AggregatorType: NodeAggregatorType | undefined;
1118
+ TypeName: NodeTypeName | undefined;
1119
+ AttributeName: NodeAttributeName | undefined;
1120
+ Aggregators?: NodeAggregator[] | undefined;
1121
+ }
1122
+ export interface OpsAggregator {
1123
+ AggregatorType?: string | undefined;
1124
+ TypeName?: string | undefined;
1125
+ AttributeName?: string | undefined;
1126
+ Values?: Record<string, string> | undefined;
1127
+ Filters?: OpsFilter[] | undefined;
1128
+ Aggregators?: OpsAggregator[] | undefined;
1129
+ }
1130
+ export interface GetInventoryRequest {
1131
+ Filters?: InventoryFilter[] | undefined;
1132
+ Aggregators?: InventoryAggregator[] | undefined;
1133
+ ResultAttributes?: ResultAttribute[] | undefined;
1134
+ NextToken?: string | undefined;
1135
+ MaxResults?: number | undefined;
1136
+ }
1137
+ export interface GetOpsSummaryRequest {
1138
+ SyncName?: string | undefined;
1139
+ Filters?: OpsFilter[] | undefined;
1140
+ Aggregators?: OpsAggregator[] | undefined;
1141
+ ResultAttributes?: OpsResultAttribute[] | undefined;
1142
+ NextToken?: string | undefined;
1143
+ MaxResults?: number | undefined;
1144
+ }
1145
+ export interface ListNodesSummaryRequest {
1146
+ SyncName?: string | undefined;
1147
+ Filters?: NodeFilter[] | undefined;
1148
+ Aggregators: NodeAggregator[] | undefined;
1149
+ NextToken?: string | undefined;
1150
+ MaxResults?: number | undefined;
1151
+ }