@aws-sdk/client-ssm 3.651.1 → 3.654.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (288) hide show
  1. package/dist-cjs/index.js +2 -0
  2. package/dist-es/protocols/Aws_json1_1.js +2 -0
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  4. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +11 -0
  5. package/dist-types/commands/CancelCommandCommand.d.ts +11 -0
  6. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateActivationCommand.d.ts +13 -3
  8. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +47 -8
  9. package/dist-types/commands/CreateAssociationCommand.d.ts +39 -0
  10. package/dist-types/commands/CreateDocumentCommand.d.ts +12 -1
  11. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateOpsItemCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +11 -0
  14. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -2
  16. package/dist-types/commands/DeleteActivationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteAssociationCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteInventoryCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteOpsItemCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteParameterCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  25. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  28. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +11 -0
  29. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  30. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +11 -0
  31. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeActivationsCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeAssociationCommand.d.ts +25 -0
  34. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +11 -0
  35. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +11 -0
  36. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
  37. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +25 -0
  38. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +11 -0
  39. package/dist-types/commands/DescribeDocumentCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -0
  42. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +11 -0
  43. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -0
  44. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +11 -0
  45. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +11 -0
  47. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +11 -0
  48. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +11 -0
  49. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +11 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +11 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +11 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -0
  54. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +11 -0
  55. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +11 -0
  56. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +11 -0
  57. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +11 -0
  58. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +11 -0
  59. package/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
  60. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +11 -0
  61. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +11 -0
  62. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +11 -0
  63. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
  64. package/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  65. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +11 -0
  66. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -16
  67. package/dist-types/commands/GetCalendarStateCommand.d.ts +11 -0
  68. package/dist-types/commands/GetCommandInvocationCommand.d.ts +11 -0
  69. package/dist-types/commands/GetConnectionStatusCommand.d.ts +11 -0
  70. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +11 -0
  71. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +11 -0
  72. package/dist-types/commands/GetDocumentCommand.d.ts +11 -0
  73. package/dist-types/commands/GetInventoryCommand.d.ts +11 -0
  74. package/dist-types/commands/GetInventorySchemaCommand.d.ts +11 -0
  75. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +11 -0
  76. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +11 -0
  77. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +11 -0
  78. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +11 -0
  79. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +11 -0
  80. package/dist-types/commands/GetOpsItemCommand.d.ts +11 -0
  81. package/dist-types/commands/GetOpsMetadataCommand.d.ts +11 -0
  82. package/dist-types/commands/GetOpsSummaryCommand.d.ts +11 -0
  83. package/dist-types/commands/GetParameterCommand.d.ts +11 -0
  84. package/dist-types/commands/GetParameterHistoryCommand.d.ts +11 -0
  85. package/dist-types/commands/GetParametersByPathCommand.d.ts +11 -0
  86. package/dist-types/commands/GetParametersCommand.d.ts +11 -0
  87. package/dist-types/commands/GetPatchBaselineCommand.d.ts +11 -0
  88. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +11 -0
  89. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
  90. package/dist-types/commands/GetServiceSettingCommand.d.ts +11 -0
  91. package/dist-types/commands/LabelParameterVersionCommand.d.ts +11 -0
  92. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +25 -0
  93. package/dist-types/commands/ListAssociationsCommand.d.ts +11 -0
  94. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +11 -0
  95. package/dist-types/commands/ListCommandsCommand.d.ts +11 -0
  96. package/dist-types/commands/ListComplianceItemsCommand.d.ts +11 -0
  97. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +11 -0
  98. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +11 -0
  99. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +11 -0
  100. package/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
  101. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +11 -0
  102. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +11 -0
  103. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +11 -0
  104. package/dist-types/commands/ListOpsMetadataCommand.d.ts +11 -0
  105. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +11 -0
  106. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +11 -0
  107. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  108. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  109. package/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -0
  110. package/dist-types/commands/PutInventoryCommand.d.ts +11 -0
  111. package/dist-types/commands/PutParameterCommand.d.ts +11 -0
  112. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  113. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +11 -0
  114. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
  115. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +11 -0
  116. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +11 -0
  117. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  118. package/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
  119. package/dist-types/commands/ResumeSessionCommand.d.ts +11 -0
  120. package/dist-types/commands/SendAutomationSignalCommand.d.ts +11 -0
  121. package/dist-types/commands/SendCommandCommand.d.ts +11 -0
  122. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +11 -0
  123. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +26 -0
  124. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +25 -0
  125. package/dist-types/commands/StartSessionCommand.d.ts +12 -1
  126. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
  127. package/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  128. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  129. package/dist-types/commands/UpdateAssociationCommand.d.ts +39 -0
  130. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +25 -0
  131. package/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
  132. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +11 -0
  133. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +11 -0
  134. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +11 -0
  135. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +11 -0
  136. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +11 -0
  137. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +11 -0
  138. package/dist-types/commands/UpdateOpsItemCommand.d.ts +11 -0
  139. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  140. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +11 -0
  141. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +11 -0
  142. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
  143. package/dist-types/models/models_0.d.ts +125 -76
  144. package/dist-types/models/models_1.d.ts +42 -27
  145. package/dist-types/models/models_2.d.ts +10 -12
  146. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -1
  201. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +12 -1
  202. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
  203. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +12 -1
  204. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +12 -1
  206. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +12 -1
  207. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +12 -1
  208. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +12 -1
  209. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +12 -1
  210. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +12 -1
  211. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +12 -1
  212. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +12 -1
  213. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +12 -1
  214. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +12 -1
  215. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
  216. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +12 -1
  217. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +12 -1
  218. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +12 -1
  219. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +12 -1
  220. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +12 -1
  221. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +12 -1
  222. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +12 -1
  223. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +12 -1
  224. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +12 -1
  225. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +12 -1
  226. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +12 -1
  227. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +12 -1
  228. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +12 -1
  229. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +12 -1
  230. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +12 -1
  231. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +12 -1
  232. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
  233. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +12 -1
  234. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +12 -1
  235. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +12 -1
  236. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +12 -1
  237. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +12 -1
  238. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +12 -1
  239. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +12 -1
  240. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +12 -1
  241. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +12 -1
  242. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +12 -1
  243. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
  244. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +12 -1
  245. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +12 -1
  246. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +12 -1
  247. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +12 -1
  248. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +12 -1
  249. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +12 -1
  250. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  251. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +12 -1
  252. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +12 -1
  253. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +12 -1
  254. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +12 -1
  255. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  256. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +12 -1
  257. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
  258. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +12 -1
  259. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +12 -1
  260. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  261. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +12 -1
  262. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +12 -1
  263. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +12 -1
  264. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +12 -1
  265. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +12 -1
  266. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +12 -1
  267. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +12 -1
  268. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  269. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +12 -1
  270. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  271. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +12 -1
  272. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +12 -1
  273. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +12 -1
  274. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
  275. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +12 -1
  276. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +12 -1
  277. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +12 -1
  278. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +12 -1
  279. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +12 -1
  280. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +12 -1
  281. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +12 -1
  282. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +12 -1
  283. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +12 -1
  284. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +12 -1
  285. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +12 -1
  286. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  287. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  288. package/package.json +36 -36
@@ -115,4 +115,15 @@ declare const ListDocumentsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class ListDocumentsCommand extends ListDocumentsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: ListDocumentsRequest;
122
+ output: ListDocumentsResult;
123
+ };
124
+ sdk: {
125
+ input: ListDocumentsCommandInput;
126
+ output: ListDocumentsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -110,4 +110,15 @@ declare const ListInventoryEntriesCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class ListInventoryEntriesCommand extends ListInventoryEntriesCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: ListInventoryEntriesRequest;
117
+ output: ListInventoryEntriesResult;
118
+ };
119
+ sdk: {
120
+ input: ListInventoryEntriesCommandInput;
121
+ output: ListInventoryEntriesCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -94,4 +94,15 @@ declare const ListOpsItemEventsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListOpsItemEventsCommand extends ListOpsItemEventsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListOpsItemEventsRequest;
101
+ output: ListOpsItemEventsResponse;
102
+ };
103
+ sdk: {
104
+ input: ListOpsItemEventsCommandInput;
105
+ output: ListOpsItemEventsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -93,4 +93,15 @@ declare const ListOpsItemRelatedItemsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListOpsItemRelatedItemsCommand extends ListOpsItemRelatedItemsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListOpsItemRelatedItemsRequest;
100
+ output: ListOpsItemRelatedItemsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListOpsItemRelatedItemsCommandInput;
104
+ output: ListOpsItemRelatedItemsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -82,4 +82,15 @@ declare const ListOpsMetadataCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListOpsMetadataCommand extends ListOpsMetadataCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListOpsMetadataRequest;
89
+ output: ListOpsMetadataResult;
90
+ };
91
+ sdk: {
92
+ input: ListOpsMetadataCommandInput;
93
+ output: ListOpsMetadataCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -114,4 +114,15 @@ declare const ListResourceComplianceSummariesCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListResourceComplianceSummariesCommand extends ListResourceComplianceSummariesCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListResourceComplianceSummariesRequest;
121
+ output: ListResourceComplianceSummariesResult;
122
+ };
123
+ sdk: {
124
+ input: ListResourceComplianceSummariesCommandInput;
125
+ output: ListResourceComplianceSummariesCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -115,4 +115,15 @@ declare const ListResourceDataSyncCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class ListResourceDataSyncCommand extends ListResourceDataSyncCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: ListResourceDataSyncRequest;
122
+ output: ListResourceDataSyncResult;
123
+ };
124
+ sdk: {
125
+ input: ListResourceDataSyncCommandInput;
126
+ output: ListResourceDataSyncCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -74,4 +74,15 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: ListTagsForResourceRequest;
81
+ output: ListTagsForResourceResult;
82
+ };
83
+ sdk: {
84
+ input: ListTagsForResourceCommandInput;
85
+ output: ListTagsForResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -87,4 +87,15 @@ declare const ModifyDocumentPermissionCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ModifyDocumentPermissionCommand extends ModifyDocumentPermissionCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ModifyDocumentPermissionRequest;
94
+ output: {};
95
+ };
96
+ sdk: {
97
+ input: ModifyDocumentPermissionCommandInput;
98
+ output: ModifyDocumentPermissionCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -155,4 +155,15 @@ declare const PutComplianceItemsCommand_base: {
155
155
  * @public
156
156
  */
157
157
  export declare class PutComplianceItemsCommand extends PutComplianceItemsCommand_base {
158
+ /** @internal type navigation helper, not in runtime. */
159
+ protected static __types: {
160
+ api: {
161
+ input: PutComplianceItemsRequest;
162
+ output: {};
163
+ };
164
+ sdk: {
165
+ input: PutComplianceItemsCommandInput;
166
+ output: PutComplianceItemsCommandOutput;
167
+ };
168
+ };
158
169
  }
@@ -133,4 +133,15 @@ declare const PutInventoryCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class PutInventoryCommand extends PutInventoryCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: PutInventoryRequest;
140
+ output: PutInventoryResult;
141
+ };
142
+ sdk: {
143
+ input: PutInventoryCommandInput;
144
+ output: PutInventoryCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -140,4 +140,15 @@ declare const PutParameterCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class PutParameterCommand extends PutParameterCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: PutParameterRequest;
147
+ output: PutParameterResult;
148
+ };
149
+ sdk: {
150
+ input: PutParameterCommandInput;
151
+ output: PutParameterCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -119,4 +119,15 @@ declare const PutResourcePolicyCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: PutResourcePolicyRequest;
126
+ output: PutResourcePolicyResponse;
127
+ };
128
+ sdk: {
129
+ input: PutResourcePolicyCommandInput;
130
+ output: PutResourcePolicyCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -73,4 +73,15 @@ declare const RegisterDefaultPatchBaselineCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class RegisterDefaultPatchBaselineCommand extends RegisterDefaultPatchBaselineCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: RegisterDefaultPatchBaselineRequest;
80
+ output: RegisterDefaultPatchBaselineResult;
81
+ };
82
+ sdk: {
83
+ input: RegisterDefaultPatchBaselineCommandInput;
84
+ output: RegisterDefaultPatchBaselineCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -81,4 +81,15 @@ declare const RegisterPatchBaselineForPatchGroupCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class RegisterPatchBaselineForPatchGroupCommand extends RegisterPatchBaselineForPatchGroupCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: RegisterPatchBaselineForPatchGroupRequest;
88
+ output: RegisterPatchBaselineForPatchGroupResult;
89
+ };
90
+ sdk: {
91
+ input: RegisterPatchBaselineForPatchGroupCommandInput;
92
+ output: RegisterPatchBaselineForPatchGroupCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -89,4 +89,15 @@ declare const RegisterTargetWithMaintenanceWindowCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class RegisterTargetWithMaintenanceWindowCommand extends RegisterTargetWithMaintenanceWindowCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: RegisterTargetWithMaintenanceWindowRequest;
96
+ output: RegisterTargetWithMaintenanceWindowResult;
97
+ };
98
+ sdk: {
99
+ input: RegisterTargetWithMaintenanceWindowCommandInput;
100
+ output: RegisterTargetWithMaintenanceWindowCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -163,4 +163,15 @@ declare const RegisterTaskWithMaintenanceWindowCommand_base: {
163
163
  * @public
164
164
  */
165
165
  export declare class RegisterTaskWithMaintenanceWindowCommand extends RegisterTaskWithMaintenanceWindowCommand_base {
166
+ /** @internal type navigation helper, not in runtime. */
167
+ protected static __types: {
168
+ api: {
169
+ input: RegisterTaskWithMaintenanceWindowRequest;
170
+ output: RegisterTaskWithMaintenanceWindowResult;
171
+ };
172
+ sdk: {
173
+ input: RegisterTaskWithMaintenanceWindowCommandInput;
174
+ output: RegisterTaskWithMaintenanceWindowCommandOutput;
175
+ };
176
+ };
166
177
  }
@@ -72,4 +72,15 @@ declare const RemoveTagsFromResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: RemoveTagsFromResourceRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: RemoveTagsFromResourceCommandInput;
83
+ output: RemoveTagsFromResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -88,4 +88,15 @@ declare const ResetServiceSettingCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ResetServiceSettingCommand extends ResetServiceSettingCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ResetServiceSettingRequest;
95
+ output: ResetServiceSettingResult;
96
+ };
97
+ sdk: {
98
+ input: ResetServiceSettingCommandInput;
99
+ output: ResetServiceSettingCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -73,4 +73,15 @@ declare const ResumeSessionCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ResumeSessionCommand extends ResumeSessionCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ResumeSessionRequest;
80
+ output: ResumeSessionResponse;
81
+ };
82
+ sdk: {
83
+ input: ResumeSessionCommandInput;
84
+ output: ResumeSessionCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -76,4 +76,15 @@ declare const SendAutomationSignalCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class SendAutomationSignalCommand extends SendAutomationSignalCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: SendAutomationSignalRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: SendAutomationSignalCommandInput;
87
+ output: SendAutomationSignalCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -219,4 +219,15 @@ declare const SendCommandCommand_base: {
219
219
  * @public
220
220
  */
221
221
  export declare class SendCommandCommand extends SendCommandCommand_base {
222
+ /** @internal type navigation helper, not in runtime. */
223
+ protected static __types: {
224
+ api: {
225
+ input: SendCommandRequest;
226
+ output: SendCommandResult;
227
+ };
228
+ sdk: {
229
+ input: SendCommandCommandInput;
230
+ output: SendCommandCommandOutput;
231
+ };
232
+ };
222
233
  }
@@ -64,4 +64,15 @@ declare const StartAssociationsOnceCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class StartAssociationsOnceCommand extends StartAssociationsOnceCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: StartAssociationsOnceRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: StartAssociationsOnceCommandInput;
75
+ output: StartAssociationsOnceCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -81,6 +81,20 @@ declare const StartAutomationExecutionCommand_base: {
81
81
  * },
82
82
  * ],
83
83
  * },
84
+ * IncludeChildOrganizationUnits: true || false,
85
+ * ExcludeAccounts: [ // ExcludeAccounts
86
+ * "STRING_VALUE",
87
+ * ],
88
+ * Targets: [
89
+ * {
90
+ * Key: "STRING_VALUE",
91
+ * Values: [
92
+ * "STRING_VALUE",
93
+ * ],
94
+ * },
95
+ * ],
96
+ * TargetsMaxConcurrency: "STRING_VALUE",
97
+ * TargetsMaxErrors: "STRING_VALUE",
84
98
  * },
85
99
  * ],
86
100
  * Tags: [ // TagList
@@ -97,6 +111,7 @@ declare const StartAutomationExecutionCommand_base: {
97
111
  * },
98
112
  * ],
99
113
  * },
114
+ * TargetLocationsURL: "STRING_VALUE",
100
115
  * };
101
116
  * const command = new StartAutomationExecutionCommand(input);
102
117
  * const response = await client.send(command);
@@ -144,4 +159,15 @@ declare const StartAutomationExecutionCommand_base: {
144
159
  * @public
145
160
  */
146
161
  export declare class StartAutomationExecutionCommand extends StartAutomationExecutionCommand_base {
162
+ /** @internal type navigation helper, not in runtime. */
163
+ protected static __types: {
164
+ api: {
165
+ input: StartAutomationExecutionRequest;
166
+ output: StartAutomationExecutionResult;
167
+ };
168
+ sdk: {
169
+ input: StartAutomationExecutionCommandInput;
170
+ output: StartAutomationExecutionCommandOutput;
171
+ };
172
+ };
147
173
  }
@@ -94,6 +94,20 @@ declare const StartChangeRequestExecutionCommand_base: {
94
94
  * },
95
95
  * ],
96
96
  * },
97
+ * IncludeChildOrganizationUnits: true || false,
98
+ * ExcludeAccounts: [ // ExcludeAccounts
99
+ * "STRING_VALUE",
100
+ * ],
101
+ * Targets: [
102
+ * {
103
+ * Key: "STRING_VALUE",
104
+ * Values: [
105
+ * "STRING_VALUE",
106
+ * ],
107
+ * },
108
+ * ],
109
+ * TargetsMaxConcurrency: "STRING_VALUE",
110
+ * TargetsMaxErrors: "STRING_VALUE",
97
111
  * },
98
112
  * ],
99
113
  * },
@@ -153,4 +167,15 @@ declare const StartChangeRequestExecutionCommand_base: {
153
167
  * @public
154
168
  */
155
169
  export declare class StartChangeRequestExecutionCommand extends StartChangeRequestExecutionCommand_base {
170
+ /** @internal type navigation helper, not in runtime. */
171
+ protected static __types: {
172
+ api: {
173
+ input: StartChangeRequestExecutionRequest;
174
+ output: StartChangeRequestExecutionResult;
175
+ };
176
+ sdk: {
177
+ input: StartChangeRequestExecutionCommandInput;
178
+ output: StartChangeRequestExecutionCommandOutput;
179
+ };
180
+ };
156
181
  }
@@ -77,7 +77,7 @@ declare const StartSessionCommand_base: {
77
77
  *
78
78
  * @throws {@link TargetNotConnected} (client fault)
79
79
  * <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
80
- * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
80
+ * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Setting up
81
81
  * Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
82
82
  * attempt to start a session on a managed node that is located in a different account or
83
83
  * Region</p>
@@ -88,4 +88,15 @@ declare const StartSessionCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class StartSessionCommand extends StartSessionCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: StartSessionRequest;
95
+ output: StartSessionResponse;
96
+ };
97
+ sdk: {
98
+ input: StartSessionCommandInput;
99
+ output: StartSessionCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -66,4 +66,15 @@ declare const StopAutomationExecutionCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class StopAutomationExecutionCommand extends StopAutomationExecutionCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: StopAutomationExecutionRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: StopAutomationExecutionCommandInput;
77
+ output: StopAutomationExecutionCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -61,4 +61,15 @@ declare const TerminateSessionCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class TerminateSessionCommand extends TerminateSessionCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: TerminateSessionRequest;
68
+ output: TerminateSessionResponse;
69
+ };
70
+ sdk: {
71
+ input: TerminateSessionCommandInput;
72
+ output: TerminateSessionCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -79,4 +79,15 @@ declare const UnlabelParameterVersionCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UnlabelParameterVersionCommand extends UnlabelParameterVersionCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UnlabelParameterVersionRequest;
86
+ output: UnlabelParameterVersionResult;
87
+ };
88
+ sdk: {
89
+ input: UnlabelParameterVersionCommandInput;
90
+ output: UnlabelParameterVersionCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -108,6 +108,20 @@ declare const UpdateAssociationCommand_base: {
108
108
  * },
109
109
  * ],
110
110
  * },
111
+ * IncludeChildOrganizationUnits: true || false,
112
+ * ExcludeAccounts: [ // ExcludeAccounts
113
+ * "STRING_VALUE",
114
+ * ],
115
+ * Targets: [
116
+ * {
117
+ * Key: "STRING_VALUE",
118
+ * Values: [
119
+ * "STRING_VALUE",
120
+ * ],
121
+ * },
122
+ * ],
123
+ * TargetsMaxConcurrency: "STRING_VALUE",
124
+ * TargetsMaxErrors: "STRING_VALUE",
111
125
  * },
112
126
  * ],
113
127
  * ScheduleOffset: Number("int"),
@@ -204,6 +218,20 @@ declare const UpdateAssociationCommand_base: {
204
218
  * // },
205
219
  * // ],
206
220
  * // },
221
+ * // IncludeChildOrganizationUnits: true || false,
222
+ * // ExcludeAccounts: [ // ExcludeAccounts
223
+ * // "STRING_VALUE",
224
+ * // ],
225
+ * // Targets: [
226
+ * // {
227
+ * // Key: "STRING_VALUE",
228
+ * // Values: [
229
+ * // "STRING_VALUE",
230
+ * // ],
231
+ * // },
232
+ * // ],
233
+ * // TargetsMaxConcurrency: "STRING_VALUE",
234
+ * // TargetsMaxErrors: "STRING_VALUE",
207
235
  * // },
208
236
  * // ],
209
237
  * // ScheduleOffset: Number("int"),
@@ -290,4 +318,15 @@ declare const UpdateAssociationCommand_base: {
290
318
  * @public
291
319
  */
292
320
  export declare class UpdateAssociationCommand extends UpdateAssociationCommand_base {
321
+ /** @internal type navigation helper, not in runtime. */
322
+ protected static __types: {
323
+ api: {
324
+ input: UpdateAssociationRequest;
325
+ output: UpdateAssociationResult;
326
+ };
327
+ sdk: {
328
+ input: UpdateAssociationCommandInput;
329
+ output: UpdateAssociationCommandOutput;
330
+ };
331
+ };
293
332
  }
@@ -125,6 +125,20 @@ declare const UpdateAssociationStatusCommand_base: {
125
125
  * // },
126
126
  * // ],
127
127
  * // },
128
+ * // IncludeChildOrganizationUnits: true || false,
129
+ * // ExcludeAccounts: [ // ExcludeAccounts
130
+ * // "STRING_VALUE",
131
+ * // ],
132
+ * // Targets: [
133
+ * // {
134
+ * // Key: "STRING_VALUE",
135
+ * // Values: [
136
+ * // "STRING_VALUE",
137
+ * // ],
138
+ * // },
139
+ * // ],
140
+ * // TargetsMaxConcurrency: "STRING_VALUE",
141
+ * // TargetsMaxErrors: "STRING_VALUE",
128
142
  * // },
129
143
  * // ],
130
144
  * // ScheduleOffset: Number("int"),
@@ -202,4 +216,15 @@ declare const UpdateAssociationStatusCommand_base: {
202
216
  * @public
203
217
  */
204
218
  export declare class UpdateAssociationStatusCommand extends UpdateAssociationStatusCommand_base {
219
+ /** @internal type navigation helper, not in runtime. */
220
+ protected static __types: {
221
+ api: {
222
+ input: UpdateAssociationStatusRequest;
223
+ output: UpdateAssociationStatusResult;
224
+ };
225
+ sdk: {
226
+ input: UpdateAssociationStatusCommandInput;
227
+ output: UpdateAssociationStatusCommandOutput;
228
+ };
229
+ };
205
230
  }
@@ -172,4 +172,15 @@ declare const UpdateDocumentCommand_base: {
172
172
  * @public
173
173
  */
174
174
  export declare class UpdateDocumentCommand extends UpdateDocumentCommand_base {
175
+ /** @internal type navigation helper, not in runtime. */
176
+ protected static __types: {
177
+ api: {
178
+ input: UpdateDocumentRequest;
179
+ output: UpdateDocumentResult;
180
+ };
181
+ sdk: {
182
+ input: UpdateDocumentCommandInput;
183
+ output: UpdateDocumentCommandOutput;
184
+ };
185
+ };
175
186
  }