@aws-sdk/client-ssm 3.34.0 → 3.37.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 (2153) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/SSM.js +2032 -0
  3. package/dist-cjs/SSMClient.js +35 -0
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateOpsItemRelatedItemCommand.js +36 -0
  6. package/dist-cjs/commands/CancelCommandCommand.js +36 -0
  7. package/dist-cjs/commands/CancelMaintenanceWindowExecutionCommand.js +36 -0
  8. package/dist-cjs/commands/CreateActivationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateAssociationBatchCommand.js +36 -0
  10. package/dist-cjs/commands/CreateAssociationCommand.js +36 -0
  11. package/dist-cjs/commands/CreateDocumentCommand.js +36 -0
  12. package/dist-cjs/commands/CreateMaintenanceWindowCommand.js +36 -0
  13. package/dist-cjs/commands/CreateOpsItemCommand.js +36 -0
  14. package/dist-cjs/commands/CreateOpsMetadataCommand.js +36 -0
  15. package/dist-cjs/commands/CreatePatchBaselineCommand.js +36 -0
  16. package/dist-cjs/commands/CreateResourceDataSyncCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteActivationCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteAssociationCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteDocumentCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteInventoryCommand.js +36 -0
  21. package/dist-cjs/commands/DeleteMaintenanceWindowCommand.js +36 -0
  22. package/dist-cjs/commands/DeleteOpsMetadataCommand.js +36 -0
  23. package/dist-cjs/commands/DeleteParameterCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteParametersCommand.js +36 -0
  25. package/dist-cjs/commands/DeletePatchBaselineCommand.js +36 -0
  26. package/dist-cjs/commands/DeleteResourceDataSyncCommand.js +36 -0
  27. package/dist-cjs/commands/DeregisterManagedInstanceCommand.js +36 -0
  28. package/dist-cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +36 -0
  29. package/dist-cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +36 -0
  30. package/dist-cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +36 -0
  31. package/dist-cjs/commands/DescribeActivationsCommand.js +36 -0
  32. package/dist-cjs/commands/DescribeAssociationCommand.js +36 -0
  33. package/dist-cjs/commands/DescribeAssociationExecutionTargetsCommand.js +36 -0
  34. package/dist-cjs/commands/DescribeAssociationExecutionsCommand.js +36 -0
  35. package/dist-cjs/commands/DescribeAutomationExecutionsCommand.js +36 -0
  36. package/dist-cjs/commands/DescribeAutomationStepExecutionsCommand.js +36 -0
  37. package/dist-cjs/commands/DescribeAvailablePatchesCommand.js +36 -0
  38. package/dist-cjs/commands/DescribeDocumentCommand.js +36 -0
  39. package/dist-cjs/commands/DescribeDocumentPermissionCommand.js +36 -0
  40. package/dist-cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +36 -0
  41. package/dist-cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +36 -0
  42. package/dist-cjs/commands/DescribeInstanceAssociationsStatusCommand.js +36 -0
  43. package/dist-cjs/commands/DescribeInstanceInformationCommand.js +36 -0
  44. package/dist-cjs/commands/DescribeInstancePatchStatesCommand.js +36 -0
  45. package/dist-cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +36 -0
  46. package/dist-cjs/commands/DescribeInstancePatchesCommand.js +36 -0
  47. package/dist-cjs/commands/DescribeInventoryDeletionsCommand.js +36 -0
  48. package/dist-cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +36 -0
  49. package/dist-cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +36 -0
  50. package/dist-cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +36 -0
  51. package/dist-cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +36 -0
  52. package/dist-cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +36 -0
  53. package/dist-cjs/commands/DescribeMaintenanceWindowTasksCommand.js +36 -0
  54. package/dist-cjs/commands/DescribeMaintenanceWindowsCommand.js +36 -0
  55. package/dist-cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +36 -0
  56. package/dist-cjs/commands/DescribeOpsItemsCommand.js +36 -0
  57. package/dist-cjs/commands/DescribeParametersCommand.js +37 -0
  58. package/dist-cjs/commands/DescribePatchBaselinesCommand.js +36 -0
  59. package/dist-cjs/commands/DescribePatchGroupStateCommand.js +36 -0
  60. package/dist-cjs/commands/DescribePatchGroupsCommand.js +36 -0
  61. package/dist-cjs/commands/DescribePatchPropertiesCommand.js +36 -0
  62. package/dist-cjs/commands/DescribeSessionsCommand.js +36 -0
  63. package/dist-cjs/commands/DisassociateOpsItemRelatedItemCommand.js +36 -0
  64. package/dist-cjs/commands/GetAutomationExecutionCommand.js +36 -0
  65. package/dist-cjs/commands/GetCalendarStateCommand.js +36 -0
  66. package/dist-cjs/commands/GetCommandInvocationCommand.js +36 -0
  67. package/dist-cjs/commands/GetConnectionStatusCommand.js +36 -0
  68. package/dist-cjs/commands/GetDefaultPatchBaselineCommand.js +36 -0
  69. package/dist-cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +36 -0
  70. package/dist-cjs/commands/GetDocumentCommand.js +36 -0
  71. package/dist-cjs/commands/GetInventoryCommand.js +37 -0
  72. package/dist-cjs/commands/GetInventorySchemaCommand.js +36 -0
  73. package/dist-cjs/commands/GetMaintenanceWindowCommand.js +36 -0
  74. package/dist-cjs/commands/GetMaintenanceWindowExecutionCommand.js +36 -0
  75. package/dist-cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +36 -0
  76. package/dist-cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +36 -0
  77. package/dist-cjs/commands/GetMaintenanceWindowTaskCommand.js +36 -0
  78. package/dist-cjs/commands/GetOpsItemCommand.js +36 -0
  79. package/dist-cjs/commands/GetOpsMetadataCommand.js +36 -0
  80. package/dist-cjs/commands/GetOpsSummaryCommand.js +37 -0
  81. package/dist-cjs/commands/GetParameterCommand.js +36 -0
  82. package/dist-cjs/commands/GetParameterHistoryCommand.js +36 -0
  83. package/dist-cjs/commands/GetParametersByPathCommand.js +36 -0
  84. package/dist-cjs/commands/GetParametersCommand.js +36 -0
  85. package/dist-cjs/commands/GetPatchBaselineCommand.js +36 -0
  86. package/dist-cjs/commands/GetPatchBaselineForPatchGroupCommand.js +36 -0
  87. package/dist-cjs/commands/GetServiceSettingCommand.js +36 -0
  88. package/dist-cjs/commands/LabelParameterVersionCommand.js +36 -0
  89. package/dist-cjs/commands/ListAssociationVersionsCommand.js +36 -0
  90. package/dist-cjs/commands/ListAssociationsCommand.js +36 -0
  91. package/dist-cjs/commands/ListCommandInvocationsCommand.js +36 -0
  92. package/dist-cjs/commands/ListCommandsCommand.js +36 -0
  93. package/dist-cjs/commands/ListComplianceItemsCommand.js +36 -0
  94. package/dist-cjs/commands/ListComplianceSummariesCommand.js +36 -0
  95. package/dist-cjs/commands/ListDocumentMetadataHistoryCommand.js +36 -0
  96. package/dist-cjs/commands/ListDocumentVersionsCommand.js +36 -0
  97. package/dist-cjs/commands/ListDocumentsCommand.js +36 -0
  98. package/dist-cjs/commands/ListInventoryEntriesCommand.js +36 -0
  99. package/dist-cjs/commands/ListOpsItemEventsCommand.js +36 -0
  100. package/dist-cjs/commands/ListOpsItemRelatedItemsCommand.js +36 -0
  101. package/dist-cjs/commands/ListOpsMetadataCommand.js +36 -0
  102. package/dist-cjs/commands/ListResourceComplianceSummariesCommand.js +36 -0
  103. package/dist-cjs/commands/ListResourceDataSyncCommand.js +36 -0
  104. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  105. package/dist-cjs/commands/ModifyDocumentPermissionCommand.js +36 -0
  106. package/dist-cjs/commands/PutComplianceItemsCommand.js +36 -0
  107. package/dist-cjs/commands/PutInventoryCommand.js +36 -0
  108. package/dist-cjs/commands/PutParameterCommand.js +36 -0
  109. package/dist-cjs/commands/RegisterDefaultPatchBaselineCommand.js +36 -0
  110. package/dist-cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +36 -0
  111. package/dist-cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +36 -0
  112. package/dist-cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +36 -0
  113. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +36 -0
  114. package/dist-cjs/commands/ResetServiceSettingCommand.js +36 -0
  115. package/dist-cjs/commands/ResumeSessionCommand.js +36 -0
  116. package/dist-cjs/commands/SendAutomationSignalCommand.js +36 -0
  117. package/dist-cjs/commands/SendCommandCommand.js +36 -0
  118. package/dist-cjs/commands/StartAssociationsOnceCommand.js +36 -0
  119. package/dist-cjs/commands/StartAutomationExecutionCommand.js +36 -0
  120. package/dist-cjs/commands/StartChangeRequestExecutionCommand.js +36 -0
  121. package/dist-cjs/commands/StartSessionCommand.js +36 -0
  122. package/dist-cjs/commands/StopAutomationExecutionCommand.js +36 -0
  123. package/dist-cjs/commands/TerminateSessionCommand.js +36 -0
  124. package/dist-cjs/commands/UnlabelParameterVersionCommand.js +36 -0
  125. package/dist-cjs/commands/UpdateAssociationCommand.js +36 -0
  126. package/dist-cjs/commands/UpdateAssociationStatusCommand.js +36 -0
  127. package/dist-cjs/commands/UpdateDocumentCommand.js +36 -0
  128. package/dist-cjs/commands/UpdateDocumentDefaultVersionCommand.js +36 -0
  129. package/dist-cjs/commands/UpdateDocumentMetadataCommand.js +36 -0
  130. package/dist-cjs/commands/UpdateMaintenanceWindowCommand.js +37 -0
  131. package/dist-cjs/commands/UpdateMaintenanceWindowTargetCommand.js +36 -0
  132. package/dist-cjs/commands/UpdateMaintenanceWindowTaskCommand.js +36 -0
  133. package/dist-cjs/commands/UpdateManagedInstanceRoleCommand.js +36 -0
  134. package/dist-cjs/commands/UpdateOpsItemCommand.js +36 -0
  135. package/dist-cjs/commands/UpdateOpsMetadataCommand.js +36 -0
  136. package/dist-cjs/commands/UpdatePatchBaselineCommand.js +36 -0
  137. package/dist-cjs/commands/UpdateResourceDataSyncCommand.js +36 -0
  138. package/dist-cjs/commands/UpdateServiceSettingCommand.js +36 -0
  139. package/dist-cjs/endpoints.js +90 -0
  140. package/dist-cjs/index.js +189 -0
  141. package/dist-cjs/models/index.js +6 -0
  142. package/dist-cjs/models/models_0.js +1933 -0
  143. package/dist-cjs/models/models_1.js +1867 -0
  144. package/dist-cjs/models/models_2.js +161 -0
  145. package/dist-cjs/pagination/DescribeActivationsPaginator.js +35 -0
  146. package/dist-cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +35 -0
  147. package/dist-cjs/pagination/DescribeAssociationExecutionsPaginator.js +35 -0
  148. package/dist-cjs/pagination/DescribeAutomationExecutionsPaginator.js +35 -0
  149. package/dist-cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +35 -0
  150. package/dist-cjs/pagination/DescribeAvailablePatchesPaginator.js +35 -0
  151. package/dist-cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +35 -0
  152. package/dist-cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +35 -0
  153. package/dist-cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +35 -0
  154. package/dist-cjs/pagination/DescribeInstanceInformationPaginator.js +35 -0
  155. package/dist-cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +35 -0
  156. package/dist-cjs/pagination/DescribeInstancePatchStatesPaginator.js +35 -0
  157. package/dist-cjs/pagination/DescribeInstancePatchesPaginator.js +35 -0
  158. package/dist-cjs/pagination/DescribeInventoryDeletionsPaginator.js +35 -0
  159. package/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +35 -0
  160. package/dist-cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +35 -0
  161. package/dist-cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +35 -0
  162. package/dist-cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +35 -0
  163. package/dist-cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +35 -0
  164. package/dist-cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +35 -0
  165. package/dist-cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +35 -0
  166. package/dist-cjs/pagination/DescribeMaintenanceWindowsPaginator.js +35 -0
  167. package/dist-cjs/pagination/DescribeOpsItemsPaginator.js +35 -0
  168. package/dist-cjs/pagination/DescribeParametersPaginator.js +35 -0
  169. package/dist-cjs/pagination/DescribePatchBaselinesPaginator.js +35 -0
  170. package/dist-cjs/pagination/DescribePatchGroupsPaginator.js +35 -0
  171. package/dist-cjs/pagination/DescribePatchPropertiesPaginator.js +35 -0
  172. package/dist-cjs/pagination/DescribeSessionsPaginator.js +35 -0
  173. package/dist-cjs/pagination/GetInventoryPaginator.js +35 -0
  174. package/dist-cjs/pagination/GetInventorySchemaPaginator.js +35 -0
  175. package/dist-cjs/pagination/GetOpsSummaryPaginator.js +35 -0
  176. package/dist-cjs/pagination/GetParameterHistoryPaginator.js +35 -0
  177. package/dist-cjs/pagination/GetParametersByPathPaginator.js +35 -0
  178. package/dist-cjs/pagination/Interfaces.js +2 -0
  179. package/dist-cjs/pagination/ListAssociationVersionsPaginator.js +35 -0
  180. package/dist-cjs/pagination/ListAssociationsPaginator.js +35 -0
  181. package/dist-cjs/pagination/ListCommandInvocationsPaginator.js +35 -0
  182. package/dist-cjs/pagination/ListCommandsPaginator.js +35 -0
  183. package/dist-cjs/pagination/ListComplianceItemsPaginator.js +35 -0
  184. package/dist-cjs/pagination/ListComplianceSummariesPaginator.js +35 -0
  185. package/dist-cjs/pagination/ListDocumentVersionsPaginator.js +35 -0
  186. package/dist-cjs/pagination/ListDocumentsPaginator.js +35 -0
  187. package/dist-cjs/pagination/ListOpsItemEventsPaginator.js +35 -0
  188. package/dist-cjs/pagination/ListOpsItemRelatedItemsPaginator.js +35 -0
  189. package/dist-cjs/pagination/ListOpsMetadataPaginator.js +35 -0
  190. package/dist-cjs/pagination/ListResourceComplianceSummariesPaginator.js +35 -0
  191. package/dist-cjs/pagination/ListResourceDataSyncPaginator.js +35 -0
  192. package/dist-cjs/protocols/Aws_json1_1.js +19660 -0
  193. package/dist-cjs/runtimeConfig.browser.js +37 -0
  194. package/dist-cjs/runtimeConfig.js +42 -0
  195. package/dist-cjs/runtimeConfig.native.js +16 -0
  196. package/dist-cjs/runtimeConfig.shared.js +17 -0
  197. package/dist-cjs/waiters/waitForCommandExecuted.js +102 -0
  198. package/dist-es/SSM.js +2035 -0
  199. package/dist-es/SSMClient.js +37 -0
  200. package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
  201. package/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +39 -0
  202. package/dist-es/commands/CancelCommandCommand.js +39 -0
  203. package/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +39 -0
  204. package/dist-es/commands/CreateActivationCommand.js +39 -0
  205. package/dist-es/commands/CreateAssociationBatchCommand.js +39 -0
  206. package/dist-es/commands/CreateAssociationCommand.js +39 -0
  207. package/dist-es/commands/CreateDocumentCommand.js +39 -0
  208. package/dist-es/commands/CreateMaintenanceWindowCommand.js +39 -0
  209. package/dist-es/commands/CreateOpsItemCommand.js +39 -0
  210. package/dist-es/commands/CreateOpsMetadataCommand.js +39 -0
  211. package/dist-es/commands/CreatePatchBaselineCommand.js +39 -0
  212. package/dist-es/commands/CreateResourceDataSyncCommand.js +39 -0
  213. package/dist-es/commands/DeleteActivationCommand.js +39 -0
  214. package/dist-es/commands/DeleteAssociationCommand.js +39 -0
  215. package/dist-es/commands/DeleteDocumentCommand.js +39 -0
  216. package/dist-es/commands/DeleteInventoryCommand.js +39 -0
  217. package/dist-es/commands/DeleteMaintenanceWindowCommand.js +39 -0
  218. package/dist-es/commands/DeleteOpsMetadataCommand.js +39 -0
  219. package/dist-es/commands/DeleteParameterCommand.js +39 -0
  220. package/dist-es/commands/DeleteParametersCommand.js +39 -0
  221. package/dist-es/commands/DeletePatchBaselineCommand.js +39 -0
  222. package/dist-es/commands/DeleteResourceDataSyncCommand.js +39 -0
  223. package/dist-es/commands/DeregisterManagedInstanceCommand.js +39 -0
  224. package/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +39 -0
  225. package/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +39 -0
  226. package/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +39 -0
  227. package/dist-es/commands/DescribeActivationsCommand.js +39 -0
  228. package/dist-es/commands/DescribeAssociationCommand.js +39 -0
  229. package/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +39 -0
  230. package/dist-es/commands/DescribeAssociationExecutionsCommand.js +39 -0
  231. package/dist-es/commands/DescribeAutomationExecutionsCommand.js +39 -0
  232. package/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +39 -0
  233. package/dist-es/commands/DescribeAvailablePatchesCommand.js +39 -0
  234. package/dist-es/commands/DescribeDocumentCommand.js +39 -0
  235. package/dist-es/commands/DescribeDocumentPermissionCommand.js +39 -0
  236. package/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +39 -0
  237. package/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +39 -0
  238. package/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +39 -0
  239. package/dist-es/commands/DescribeInstanceInformationCommand.js +39 -0
  240. package/dist-es/commands/DescribeInstancePatchStatesCommand.js +39 -0
  241. package/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +39 -0
  242. package/dist-es/commands/DescribeInstancePatchesCommand.js +39 -0
  243. package/dist-es/commands/DescribeInventoryDeletionsCommand.js +39 -0
  244. package/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +39 -0
  245. package/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +39 -0
  246. package/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +39 -0
  247. package/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +39 -0
  248. package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +39 -0
  249. package/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +39 -0
  250. package/dist-es/commands/DescribeMaintenanceWindowsCommand.js +39 -0
  251. package/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +39 -0
  252. package/dist-es/commands/DescribeOpsItemsCommand.js +39 -0
  253. package/dist-es/commands/DescribeParametersCommand.js +40 -0
  254. package/dist-es/commands/DescribePatchBaselinesCommand.js +39 -0
  255. package/dist-es/commands/DescribePatchGroupStateCommand.js +39 -0
  256. package/dist-es/commands/DescribePatchGroupsCommand.js +39 -0
  257. package/dist-es/commands/DescribePatchPropertiesCommand.js +39 -0
  258. package/dist-es/commands/DescribeSessionsCommand.js +39 -0
  259. package/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +39 -0
  260. package/dist-es/commands/GetAutomationExecutionCommand.js +39 -0
  261. package/dist-es/commands/GetCalendarStateCommand.js +39 -0
  262. package/dist-es/commands/GetCommandInvocationCommand.js +39 -0
  263. package/dist-es/commands/GetConnectionStatusCommand.js +39 -0
  264. package/dist-es/commands/GetDefaultPatchBaselineCommand.js +39 -0
  265. package/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +39 -0
  266. package/dist-es/commands/GetDocumentCommand.js +39 -0
  267. package/dist-es/commands/GetInventoryCommand.js +40 -0
  268. package/dist-es/commands/GetInventorySchemaCommand.js +39 -0
  269. package/dist-es/commands/GetMaintenanceWindowCommand.js +39 -0
  270. package/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +39 -0
  271. package/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +39 -0
  272. package/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +39 -0
  273. package/dist-es/commands/GetMaintenanceWindowTaskCommand.js +39 -0
  274. package/dist-es/commands/GetOpsItemCommand.js +39 -0
  275. package/dist-es/commands/GetOpsMetadataCommand.js +39 -0
  276. package/dist-es/commands/GetOpsSummaryCommand.js +40 -0
  277. package/dist-es/commands/GetParameterCommand.js +39 -0
  278. package/dist-es/commands/GetParameterHistoryCommand.js +39 -0
  279. package/dist-es/commands/GetParametersByPathCommand.js +39 -0
  280. package/dist-es/commands/GetParametersCommand.js +39 -0
  281. package/dist-es/commands/GetPatchBaselineCommand.js +39 -0
  282. package/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +39 -0
  283. package/dist-es/commands/GetServiceSettingCommand.js +39 -0
  284. package/dist-es/commands/LabelParameterVersionCommand.js +39 -0
  285. package/dist-es/commands/ListAssociationVersionsCommand.js +39 -0
  286. package/dist-es/commands/ListAssociationsCommand.js +39 -0
  287. package/dist-es/commands/ListCommandInvocationsCommand.js +39 -0
  288. package/dist-es/commands/ListCommandsCommand.js +39 -0
  289. package/dist-es/commands/ListComplianceItemsCommand.js +39 -0
  290. package/dist-es/commands/ListComplianceSummariesCommand.js +39 -0
  291. package/dist-es/commands/ListDocumentMetadataHistoryCommand.js +39 -0
  292. package/dist-es/commands/ListDocumentVersionsCommand.js +39 -0
  293. package/dist-es/commands/ListDocumentsCommand.js +39 -0
  294. package/dist-es/commands/ListInventoryEntriesCommand.js +39 -0
  295. package/dist-es/commands/ListOpsItemEventsCommand.js +39 -0
  296. package/dist-es/commands/ListOpsItemRelatedItemsCommand.js +39 -0
  297. package/dist-es/commands/ListOpsMetadataCommand.js +39 -0
  298. package/dist-es/commands/ListResourceComplianceSummariesCommand.js +39 -0
  299. package/dist-es/commands/ListResourceDataSyncCommand.js +39 -0
  300. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  301. package/dist-es/commands/ModifyDocumentPermissionCommand.js +39 -0
  302. package/dist-es/commands/PutComplianceItemsCommand.js +39 -0
  303. package/dist-es/commands/PutInventoryCommand.js +39 -0
  304. package/dist-es/commands/PutParameterCommand.js +39 -0
  305. package/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +39 -0
  306. package/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +39 -0
  307. package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +39 -0
  308. package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +39 -0
  309. package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
  310. package/dist-es/commands/ResetServiceSettingCommand.js +39 -0
  311. package/dist-es/commands/ResumeSessionCommand.js +39 -0
  312. package/dist-es/commands/SendAutomationSignalCommand.js +39 -0
  313. package/dist-es/commands/SendCommandCommand.js +39 -0
  314. package/dist-es/commands/StartAssociationsOnceCommand.js +39 -0
  315. package/dist-es/commands/StartAutomationExecutionCommand.js +39 -0
  316. package/dist-es/commands/StartChangeRequestExecutionCommand.js +39 -0
  317. package/dist-es/commands/StartSessionCommand.js +39 -0
  318. package/dist-es/commands/StopAutomationExecutionCommand.js +39 -0
  319. package/dist-es/commands/TerminateSessionCommand.js +39 -0
  320. package/dist-es/commands/UnlabelParameterVersionCommand.js +39 -0
  321. package/dist-es/commands/UpdateAssociationCommand.js +39 -0
  322. package/dist-es/commands/UpdateAssociationStatusCommand.js +39 -0
  323. package/dist-es/commands/UpdateDocumentCommand.js +39 -0
  324. package/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +39 -0
  325. package/dist-es/commands/UpdateDocumentMetadataCommand.js +39 -0
  326. package/dist-es/commands/UpdateMaintenanceWindowCommand.js +40 -0
  327. package/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +39 -0
  328. package/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +39 -0
  329. package/dist-es/commands/UpdateManagedInstanceRoleCommand.js +39 -0
  330. package/dist-es/commands/UpdateOpsItemCommand.js +39 -0
  331. package/dist-es/commands/UpdateOpsMetadataCommand.js +39 -0
  332. package/dist-es/commands/UpdatePatchBaselineCommand.js +39 -0
  333. package/dist-es/commands/UpdateResourceDataSyncCommand.js +39 -0
  334. package/dist-es/commands/UpdateServiceSettingCommand.js +39 -0
  335. package/dist-es/endpoints.js +86 -0
  336. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  337. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  338. package/dist-es/models/models_0.js +1410 -0
  339. package/dist-es/models/models_1.js +1300 -0
  340. package/dist-es/models/models_2.js +100 -0
  341. package/dist-es/pagination/DescribeActivationsPaginator.js +74 -0
  342. package/dist-es/pagination/DescribeAssociationExecutionTargetsPaginator.js +74 -0
  343. package/dist-es/pagination/DescribeAssociationExecutionsPaginator.js +74 -0
  344. package/dist-es/pagination/DescribeAutomationExecutionsPaginator.js +74 -0
  345. package/dist-es/pagination/DescribeAutomationStepExecutionsPaginator.js +74 -0
  346. package/dist-es/pagination/DescribeAvailablePatchesPaginator.js +74 -0
  347. package/dist-es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +74 -0
  348. package/dist-es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +74 -0
  349. package/dist-es/pagination/DescribeInstanceAssociationsStatusPaginator.js +74 -0
  350. package/dist-es/pagination/DescribeInstanceInformationPaginator.js +74 -0
  351. package/dist-es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +74 -0
  352. package/dist-es/pagination/DescribeInstancePatchStatesPaginator.js +74 -0
  353. package/dist-es/pagination/DescribeInstancePatchesPaginator.js +74 -0
  354. package/dist-es/pagination/DescribeInventoryDeletionsPaginator.js +74 -0
  355. package/dist-es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +74 -0
  356. package/dist-es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +74 -0
  357. package/dist-es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +74 -0
  358. package/dist-es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +74 -0
  359. package/dist-es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +74 -0
  360. package/dist-es/pagination/DescribeMaintenanceWindowTasksPaginator.js +74 -0
  361. package/dist-es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +74 -0
  362. package/dist-es/pagination/DescribeMaintenanceWindowsPaginator.js +74 -0
  363. package/dist-es/pagination/DescribeOpsItemsPaginator.js +74 -0
  364. package/dist-es/pagination/DescribeParametersPaginator.js +74 -0
  365. package/dist-es/pagination/DescribePatchBaselinesPaginator.js +74 -0
  366. package/dist-es/pagination/DescribePatchGroupsPaginator.js +74 -0
  367. package/dist-es/pagination/DescribePatchPropertiesPaginator.js +74 -0
  368. package/dist-es/pagination/DescribeSessionsPaginator.js +74 -0
  369. package/dist-es/pagination/GetInventoryPaginator.js +74 -0
  370. package/dist-es/pagination/GetInventorySchemaPaginator.js +74 -0
  371. package/dist-es/pagination/GetOpsSummaryPaginator.js +74 -0
  372. package/dist-es/pagination/GetParameterHistoryPaginator.js +74 -0
  373. package/dist-es/pagination/GetParametersByPathPaginator.js +74 -0
  374. package/dist-es/pagination/Interfaces.js +1 -0
  375. package/dist-es/pagination/ListAssociationVersionsPaginator.js +74 -0
  376. package/dist-es/pagination/ListAssociationsPaginator.js +74 -0
  377. package/dist-es/pagination/ListCommandInvocationsPaginator.js +74 -0
  378. package/dist-es/pagination/ListCommandsPaginator.js +74 -0
  379. package/dist-es/pagination/ListComplianceItemsPaginator.js +74 -0
  380. package/dist-es/pagination/ListComplianceSummariesPaginator.js +74 -0
  381. package/dist-es/pagination/ListDocumentVersionsPaginator.js +74 -0
  382. package/dist-es/pagination/ListDocumentsPaginator.js +74 -0
  383. package/dist-es/pagination/ListOpsItemEventsPaginator.js +74 -0
  384. package/dist-es/pagination/ListOpsItemRelatedItemsPaginator.js +74 -0
  385. package/dist-es/pagination/ListOpsMetadataPaginator.js +74 -0
  386. package/dist-es/pagination/ListResourceComplianceSummariesPaginator.js +74 -0
  387. package/dist-es/pagination/ListResourceDataSyncPaginator.js +74 -0
  388. package/dist-es/protocols/Aws_json1_1.js +19761 -0
  389. package/dist-es/runtimeConfig.browser.js +16 -0
  390. package/dist-es/runtimeConfig.js +21 -0
  391. package/dist-es/runtimeConfig.native.js +8 -0
  392. package/dist-es/runtimeConfig.shared.js +13 -0
  393. package/dist-es/waiters/waitForCommandExecuted.js +117 -0
  394. package/dist-types/SSM.d.ts +1599 -0
  395. package/dist-types/SSMClient.d.ts +298 -0
  396. package/dist-types/commands/AddTagsToResourceCommand.d.ts +79 -0
  397. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +37 -0
  398. package/dist-types/commands/CancelCommandCommand.d.ts +36 -0
  399. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +37 -0
  400. package/dist-types/commands/CreateActivationCommand.d.ts +44 -0
  401. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +41 -0
  402. package/dist-types/commands/CreateAssociationCommand.d.ts +44 -0
  403. package/dist-types/commands/CreateDocumentCommand.d.ts +38 -0
  404. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +43 -0
  405. package/dist-types/commands/CreateOpsItemCommand.d.ts +40 -0
  406. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +36 -0
  407. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +39 -0
  408. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +55 -0
  409. package/dist-types/commands/DeleteActivationCommand.d.ts +38 -0
  410. package/dist-types/commands/DeleteAssociationCommand.d.ts +41 -0
  411. package/dist-types/commands/DeleteDocumentCommand.d.ts +37 -0
  412. package/dist-types/commands/DeleteInventoryCommand.d.ts +36 -0
  413. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +35 -0
  414. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +35 -0
  415. package/dist-types/commands/DeleteParameterCommand.d.ts +36 -0
  416. package/dist-types/commands/DeleteParametersCommand.d.ts +36 -0
  417. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +35 -0
  418. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +37 -0
  419. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +37 -0
  420. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +35 -0
  421. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +35 -0
  422. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +35 -0
  423. package/dist-types/commands/DescribeActivationsCommand.d.ts +38 -0
  424. package/dist-types/commands/DescribeAssociationCommand.d.ts +37 -0
  425. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +35 -0
  426. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +35 -0
  427. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +35 -0
  428. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +36 -0
  429. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +35 -0
  430. package/dist-types/commands/DescribeDocumentCommand.d.ts +35 -0
  431. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +37 -0
  432. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +35 -0
  433. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +36 -0
  434. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +35 -0
  435. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +44 -0
  436. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +35 -0
  437. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +35 -0
  438. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +36 -0
  439. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +35 -0
  440. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +36 -0
  441. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +35 -0
  442. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +37 -0
  443. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +35 -0
  444. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +35 -0
  445. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +41 -0
  446. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +35 -0
  447. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +36 -0
  448. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +40 -0
  449. package/dist-types/commands/DescribeParametersCommand.d.ts +48 -0
  450. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +35 -0
  451. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +35 -0
  452. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +35 -0
  453. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +98 -0
  454. package/dist-types/commands/DescribeSessionsCommand.d.ts +36 -0
  455. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +37 -0
  456. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -0
  457. package/dist-types/commands/GetCalendarStateCommand.d.ts +43 -0
  458. package/dist-types/commands/GetCommandInvocationCommand.d.ts +39 -0
  459. package/dist-types/commands/GetConnectionStatusCommand.d.ts +36 -0
  460. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +38 -0
  461. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +43 -0
  462. package/dist-types/commands/GetDocumentCommand.d.ts +35 -0
  463. package/dist-types/commands/GetInventoryCommand.d.ts +37 -0
  464. package/dist-types/commands/GetInventorySchemaCommand.d.ts +36 -0
  465. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +35 -0
  466. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +35 -0
  467. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +36 -0
  468. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +35 -0
  469. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +41 -0
  470. package/dist-types/commands/GetOpsItemCommand.d.ts +41 -0
  471. package/dist-types/commands/GetOpsMetadataCommand.d.ts +35 -0
  472. package/dist-types/commands/GetOpsSummaryCommand.d.ts +39 -0
  473. package/dist-types/commands/GetParameterCommand.d.ts +38 -0
  474. package/dist-types/commands/GetParameterHistoryCommand.d.ts +41 -0
  475. package/dist-types/commands/GetParametersByPathCommand.d.ts +41 -0
  476. package/dist-types/commands/GetParametersCommand.d.ts +39 -0
  477. package/dist-types/commands/GetPatchBaselineCommand.d.ts +35 -0
  478. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +35 -0
  479. package/dist-types/commands/GetServiceSettingCommand.d.ts +48 -0
  480. package/dist-types/commands/LabelParameterVersionCommand.d.ts +71 -0
  481. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +35 -0
  482. package/dist-types/commands/ListAssociationsCommand.d.ts +37 -0
  483. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +39 -0
  484. package/dist-types/commands/ListCommandsCommand.d.ts +35 -0
  485. package/dist-types/commands/ListComplianceItemsCommand.d.ts +37 -0
  486. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +37 -0
  487. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +35 -0
  488. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +35 -0
  489. package/dist-types/commands/ListDocumentsCommand.d.ts +36 -0
  490. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +35 -0
  491. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +36 -0
  492. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +36 -0
  493. package/dist-types/commands/ListOpsMetadataCommand.d.ts +36 -0
  494. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +37 -0
  495. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +43 -0
  496. package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
  497. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +38 -0
  498. package/dist-types/commands/PutComplianceItemsCommand.d.ts +90 -0
  499. package/dist-types/commands/PutInventoryCommand.d.ts +36 -0
  500. package/dist-types/commands/PutParameterCommand.d.ts +35 -0
  501. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +39 -0
  502. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +35 -0
  503. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +35 -0
  504. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +35 -0
  505. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +35 -0
  506. package/dist-types/commands/ResetServiceSettingCommand.d.ts +49 -0
  507. package/dist-types/commands/ResumeSessionCommand.d.ts +40 -0
  508. package/dist-types/commands/SendAutomationSignalCommand.d.ts +36 -0
  509. package/dist-types/commands/SendCommandCommand.d.ts +35 -0
  510. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +36 -0
  511. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +35 -0
  512. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +37 -0
  513. package/dist-types/commands/StartSessionCommand.d.ts +44 -0
  514. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +35 -0
  515. package/dist-types/commands/TerminateSessionCommand.d.ts +36 -0
  516. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +35 -0
  517. package/dist-types/commands/UpdateAssociationCommand.d.ts +47 -0
  518. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +40 -0
  519. package/dist-types/commands/UpdateDocumentCommand.d.ts +35 -0
  520. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +35 -0
  521. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +36 -0
  522. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +44 -0
  523. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +61 -0
  524. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +90 -0
  525. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +37 -0
  526. package/dist-types/commands/UpdateOpsItemCommand.d.ts +40 -0
  527. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +35 -0
  528. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +40 -0
  529. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +44 -0
  530. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +48 -0
  531. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  532. package/{index.ts → dist-types/index.d.ts} +0 -0
  533. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  534. package/dist-types/models/models_0.d.ts +7679 -0
  535. package/dist-types/models/models_1.d.ts +8680 -0
  536. package/dist-types/models/models_2.d.ts +1004 -0
  537. package/dist-types/pagination/DescribeActivationsPaginator.d.ts +4 -0
  538. package/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
  539. package/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
  540. package/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
  541. package/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
  542. package/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
  543. package/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
  544. package/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
  545. package/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
  546. package/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
  547. package/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
  548. package/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
  549. package/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
  550. package/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
  551. package/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
  552. package/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
  553. package/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
  554. package/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
  555. package/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
  556. package/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
  557. package/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
  558. package/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
  559. package/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
  560. package/dist-types/pagination/DescribeParametersPaginator.d.ts +4 -0
  561. package/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
  562. package/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
  563. package/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
  564. package/dist-types/pagination/DescribeSessionsPaginator.d.ts +4 -0
  565. package/dist-types/pagination/GetInventoryPaginator.d.ts +4 -0
  566. package/dist-types/pagination/GetInventorySchemaPaginator.d.ts +4 -0
  567. package/dist-types/pagination/GetOpsSummaryPaginator.d.ts +4 -0
  568. package/dist-types/pagination/GetParameterHistoryPaginator.d.ts +4 -0
  569. package/dist-types/pagination/GetParametersByPathPaginator.d.ts +4 -0
  570. package/dist-types/pagination/Interfaces.d.ts +6 -0
  571. package/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
  572. package/dist-types/pagination/ListAssociationsPaginator.d.ts +4 -0
  573. package/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
  574. package/dist-types/pagination/ListCommandsPaginator.d.ts +4 -0
  575. package/dist-types/pagination/ListComplianceItemsPaginator.d.ts +4 -0
  576. package/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
  577. package/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
  578. package/dist-types/pagination/ListDocumentsPaginator.d.ts +4 -0
  579. package/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
  580. package/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
  581. package/dist-types/pagination/ListOpsMetadataPaginator.d.ts +4 -0
  582. package/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
  583. package/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
  584. package/dist-types/protocols/Aws_json1_1.d.ts +407 -0
  585. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  586. package/dist-types/runtimeConfig.d.ts +37 -0
  587. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  588. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  589. package/dist-types/ts3.4/SSM.d.ts +680 -0
  590. package/dist-types/ts3.4/SSMClient.d.ts +202 -0
  591. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  592. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +17 -0
  593. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +17 -0
  594. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +17 -0
  595. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +17 -0
  596. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +17 -0
  597. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +17 -0
  598. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +17 -0
  599. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +17 -0
  600. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +17 -0
  601. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +17 -0
  602. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +17 -0
  603. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +17 -0
  604. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +17 -0
  605. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
  606. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +17 -0
  607. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +17 -0
  608. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +17 -0
  609. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +17 -0
  610. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +17 -0
  611. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +17 -0
  612. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +17 -0
  613. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +17 -0
  614. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +17 -0
  615. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  616. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +17 -0
  617. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +17 -0
  618. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +17 -0
  619. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +17 -0
  620. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +17 -0
  621. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +17 -0
  622. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +17 -0
  623. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +17 -0
  624. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +17 -0
  625. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +17 -0
  626. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +17 -0
  627. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +17 -0
  628. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +17 -0
  629. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +17 -0
  630. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +17 -0
  631. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +17 -0
  632. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +17 -0
  633. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  634. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +17 -0
  635. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +17 -0
  636. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +17 -0
  637. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +17 -0
  638. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +17 -0
  639. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +17 -0
  640. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +17 -0
  641. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +17 -0
  642. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +17 -0
  643. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +17 -0
  644. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +18 -0
  645. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +17 -0
  646. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  647. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +17 -0
  648. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +17 -0
  649. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
  650. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +17 -0
  651. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +17 -0
  652. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +17 -0
  653. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +17 -0
  654. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +17 -0
  655. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +17 -0
  656. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +17 -0
  657. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +17 -0
  658. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +18 -0
  659. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +17 -0
  660. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +17 -0
  661. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +17 -0
  662. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +17 -0
  663. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  664. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +17 -0
  665. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +17 -0
  666. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +17 -0
  667. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +18 -0
  668. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +17 -0
  669. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +17 -0
  670. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +17 -0
  671. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +17 -0
  672. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +17 -0
  673. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +17 -0
  674. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +17 -0
  675. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +17 -0
  676. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +17 -0
  677. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
  678. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +17 -0
  679. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +17 -0
  680. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +17 -0
  681. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +17 -0
  682. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +17 -0
  683. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +17 -0
  684. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +17 -0
  685. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +17 -0
  686. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +17 -0
  687. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +17 -0
  688. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +17 -0
  689. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +17 -0
  690. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +17 -0
  691. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  692. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +17 -0
  693. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +17 -0
  694. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +17 -0
  695. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +17 -0
  696. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +17 -0
  697. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +17 -0
  698. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +17 -0
  699. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +17 -0
  700. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  701. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +17 -0
  702. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +17 -0
  703. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +17 -0
  704. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +17 -0
  705. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +17 -0
  706. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +17 -0
  707. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +17 -0
  708. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +17 -0
  709. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +17 -0
  710. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +17 -0
  711. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +17 -0
  712. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +17 -0
  713. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +17 -0
  714. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +17 -0
  715. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +17 -0
  716. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +17 -0
  717. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +18 -0
  718. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +17 -0
  719. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +17 -0
  720. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +17 -0
  721. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +17 -0
  722. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +17 -0
  723. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +17 -0
  724. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +17 -0
  725. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +17 -0
  726. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  727. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  728. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  729. package/dist-types/ts3.4/models/models_0.d.ts +3746 -0
  730. package/dist-types/ts3.4/models/models_1.d.ts +3961 -0
  731. package/dist-types/ts3.4/models/models_2.d.ts +415 -0
  732. package/dist-types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +4 -0
  733. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +4 -0
  734. package/dist-types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +4 -0
  735. package/dist-types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +4 -0
  736. package/dist-types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +4 -0
  737. package/dist-types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +4 -0
  738. package/dist-types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +4 -0
  739. package/dist-types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +4 -0
  740. package/dist-types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +4 -0
  741. package/dist-types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +4 -0
  742. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +4 -0
  743. package/dist-types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +4 -0
  744. package/dist-types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +4 -0
  745. package/dist-types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +4 -0
  746. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +4 -0
  747. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +4 -0
  748. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +4 -0
  749. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +4 -0
  750. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +4 -0
  751. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +4 -0
  752. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +4 -0
  753. package/dist-types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +4 -0
  754. package/dist-types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +4 -0
  755. package/dist-types/ts3.4/pagination/DescribeParametersPaginator.d.ts +4 -0
  756. package/dist-types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +4 -0
  757. package/dist-types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +4 -0
  758. package/dist-types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +4 -0
  759. package/dist-types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +4 -0
  760. package/dist-types/ts3.4/pagination/GetInventoryPaginator.d.ts +4 -0
  761. package/dist-types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +4 -0
  762. package/dist-types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +4 -0
  763. package/dist-types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +4 -0
  764. package/dist-types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +4 -0
  765. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  766. package/dist-types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +4 -0
  767. package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
  768. package/dist-types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +4 -0
  769. package/dist-types/ts3.4/pagination/ListCommandsPaginator.d.ts +4 -0
  770. package/dist-types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +4 -0
  771. package/dist-types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +4 -0
  772. package/dist-types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +4 -0
  773. package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +4 -0
  774. package/dist-types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +4 -0
  775. package/dist-types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +4 -0
  776. package/dist-types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +4 -0
  777. package/dist-types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +4 -0
  778. package/dist-types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +4 -0
  779. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +407 -0
  780. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  781. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  782. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  783. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  784. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +7 -0
  785. package/dist-types/waiters/waitForCommandExecuted.d.ts +14 -0
  786. package/package.json +46 -43
  787. package/SSM.ts +0 -5617
  788. package/SSMClient.ts +0 -941
  789. package/commands/AddTagsToResourceCommand.ts +0 -138
  790. package/commands/AssociateOpsItemRelatedItemCommand.ts +0 -101
  791. package/commands/CancelCommandCommand.ts +0 -95
  792. package/commands/CancelMaintenanceWindowExecutionCommand.ts +0 -104
  793. package/commands/CreateActivationCommand.ts +0 -103
  794. package/commands/CreateAssociationBatchCommand.ts +0 -100
  795. package/commands/CreateAssociationCommand.ts +0 -103
  796. package/commands/CreateDocumentCommand.ts +0 -97
  797. package/commands/CreateMaintenanceWindowCommand.ts +0 -102
  798. package/commands/CreateOpsItemCommand.ts +0 -99
  799. package/commands/CreateOpsMetadataCommand.ts +0 -95
  800. package/commands/CreatePatchBaselineCommand.ts +0 -98
  801. package/commands/CreateResourceDataSyncCommand.ts +0 -114
  802. package/commands/DeleteActivationCommand.ts +0 -97
  803. package/commands/DeleteAssociationCommand.ts +0 -100
  804. package/commands/DeleteDocumentCommand.ts +0 -96
  805. package/commands/DeleteInventoryCommand.ts +0 -95
  806. package/commands/DeleteMaintenanceWindowCommand.ts +0 -94
  807. package/commands/DeleteOpsMetadataCommand.ts +0 -94
  808. package/commands/DeleteParameterCommand.ts +0 -95
  809. package/commands/DeleteParametersCommand.ts +0 -95
  810. package/commands/DeletePatchBaselineCommand.ts +0 -94
  811. package/commands/DeleteResourceDataSyncCommand.ts +0 -96
  812. package/commands/DeregisterManagedInstanceCommand.ts +0 -99
  813. package/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +0 -105
  814. package/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +0 -106
  815. package/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +0 -105
  816. package/commands/DescribeActivationsCommand.ts +0 -97
  817. package/commands/DescribeAssociationCommand.ts +0 -96
  818. package/commands/DescribeAssociationExecutionTargetsCommand.ts +0 -105
  819. package/commands/DescribeAssociationExecutionsCommand.ts +0 -99
  820. package/commands/DescribeAutomationExecutionsCommand.ts +0 -99
  821. package/commands/DescribeAutomationStepExecutionsCommand.ts +0 -103
  822. package/commands/DescribeAvailablePatchesCommand.ts +0 -94
  823. package/commands/DescribeDocumentCommand.ts +0 -94
  824. package/commands/DescribeDocumentPermissionCommand.ts +0 -99
  825. package/commands/DescribeEffectiveInstanceAssociationsCommand.ts +0 -106
  826. package/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +0 -110
  827. package/commands/DescribeInstanceAssociationsStatusCommand.ts +0 -105
  828. package/commands/DescribeInstanceInformationCommand.ts +0 -106
  829. package/commands/DescribeInstancePatchStatesCommand.ts +0 -97
  830. package/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +0 -109
  831. package/commands/DescribeInstancePatchesCommand.ts +0 -95
  832. package/commands/DescribeInventoryDeletionsCommand.ts +0 -97
  833. package/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +0 -110
  834. package/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +0 -109
  835. package/commands/DescribeMaintenanceWindowExecutionsCommand.ts +0 -107
  836. package/commands/DescribeMaintenanceWindowScheduleCommand.ts +0 -102
  837. package/commands/DescribeMaintenanceWindowTargetsCommand.ts +0 -102
  838. package/commands/DescribeMaintenanceWindowTasksCommand.ts +0 -108
  839. package/commands/DescribeMaintenanceWindowsCommand.ts +0 -97
  840. package/commands/DescribeMaintenanceWindowsForTargetCommand.ts +0 -106
  841. package/commands/DescribeOpsItemsCommand.ts +0 -99
  842. package/commands/DescribeParametersCommand.ts +0 -107
  843. package/commands/DescribePatchBaselinesCommand.ts +0 -94
  844. package/commands/DescribePatchGroupStateCommand.ts +0 -94
  845. package/commands/DescribePatchGroupsCommand.ts +0 -94
  846. package/commands/DescribePatchPropertiesCommand.ts +0 -157
  847. package/commands/DescribeSessionsCommand.ts +0 -95
  848. package/commands/DisassociateOpsItemRelatedItemCommand.ts +0 -104
  849. package/commands/GetAutomationExecutionCommand.ts +0 -94
  850. package/commands/GetCalendarStateCommand.ts +0 -102
  851. package/commands/GetCommandInvocationCommand.ts +0 -98
  852. package/commands/GetConnectionStatusCommand.ts +0 -95
  853. package/commands/GetDefaultPatchBaselineCommand.ts +0 -97
  854. package/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +0 -114
  855. package/commands/GetDocumentCommand.ts +0 -94
  856. package/commands/GetInventoryCommand.ts +0 -96
  857. package/commands/GetInventorySchemaCommand.ts +0 -95
  858. package/commands/GetMaintenanceWindowCommand.ts +0 -94
  859. package/commands/GetMaintenanceWindowExecutionCommand.ts +0 -99
  860. package/commands/GetMaintenanceWindowExecutionTaskCommand.ts +0 -103
  861. package/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +0 -109
  862. package/commands/GetMaintenanceWindowTaskCommand.ts +0 -100
  863. package/commands/GetOpsItemCommand.ts +0 -100
  864. package/commands/GetOpsMetadataCommand.ts +0 -94
  865. package/commands/GetOpsSummaryCommand.ts +0 -98
  866. package/commands/GetParameterCommand.ts +0 -97
  867. package/commands/GetParameterHistoryCommand.ts +0 -100
  868. package/commands/GetParametersByPathCommand.ts +0 -100
  869. package/commands/GetParametersCommand.ts +0 -98
  870. package/commands/GetPatchBaselineCommand.ts +0 -94
  871. package/commands/GetPatchBaselineForPatchGroupCommand.ts +0 -99
  872. package/commands/GetServiceSettingCommand.ts +0 -107
  873. package/commands/LabelParameterVersionCommand.ts +0 -130
  874. package/commands/ListAssociationVersionsCommand.ts +0 -94
  875. package/commands/ListAssociationsCommand.ts +0 -96
  876. package/commands/ListCommandInvocationsCommand.ts +0 -98
  877. package/commands/ListCommandsCommand.ts +0 -94
  878. package/commands/ListComplianceItemsCommand.ts +0 -96
  879. package/commands/ListComplianceSummariesCommand.ts +0 -96
  880. package/commands/ListDocumentMetadataHistoryCommand.ts +0 -99
  881. package/commands/ListDocumentVersionsCommand.ts +0 -94
  882. package/commands/ListDocumentsCommand.ts +0 -95
  883. package/commands/ListInventoryEntriesCommand.ts +0 -94
  884. package/commands/ListOpsItemEventsCommand.ts +0 -95
  885. package/commands/ListOpsItemRelatedItemsCommand.ts +0 -95
  886. package/commands/ListOpsMetadataCommand.ts +0 -95
  887. package/commands/ListResourceComplianceSummariesCommand.ts +0 -104
  888. package/commands/ListResourceDataSyncCommand.ts +0 -102
  889. package/commands/ListTagsForResourceCommand.ts +0 -95
  890. package/commands/ModifyDocumentPermissionCommand.ts +0 -97
  891. package/commands/PutComplianceItemsCommand.ts +0 -149
  892. package/commands/PutInventoryCommand.ts +0 -95
  893. package/commands/PutParameterCommand.ts +0 -94
  894. package/commands/RegisterDefaultPatchBaselineCommand.ts +0 -103
  895. package/commands/RegisterPatchBaselineForPatchGroupCommand.ts +0 -105
  896. package/commands/RegisterTargetWithMaintenanceWindowCommand.ts +0 -105
  897. package/commands/RegisterTaskWithMaintenanceWindowCommand.ts +0 -102
  898. package/commands/RemoveTagsFromResourceCommand.ts +0 -94
  899. package/commands/ResetServiceSettingCommand.ts +0 -108
  900. package/commands/ResumeSessionCommand.ts +0 -99
  901. package/commands/SendAutomationSignalCommand.ts +0 -95
  902. package/commands/SendCommandCommand.ts +0 -94
  903. package/commands/StartAssociationsOnceCommand.ts +0 -95
  904. package/commands/StartAutomationExecutionCommand.ts +0 -94
  905. package/commands/StartChangeRequestExecutionCommand.ts +0 -99
  906. package/commands/StartSessionCommand.ts +0 -103
  907. package/commands/StopAutomationExecutionCommand.ts +0 -94
  908. package/commands/TerminateSessionCommand.ts +0 -95
  909. package/commands/UnlabelParameterVersionCommand.ts +0 -94
  910. package/commands/UpdateAssociationCommand.ts +0 -106
  911. package/commands/UpdateAssociationStatusCommand.ts +0 -99
  912. package/commands/UpdateDocumentCommand.ts +0 -94
  913. package/commands/UpdateDocumentDefaultVersionCommand.ts +0 -99
  914. package/commands/UpdateDocumentMetadataCommand.ts +0 -95
  915. package/commands/UpdateMaintenanceWindowCommand.ts +0 -103
  916. package/commands/UpdateMaintenanceWindowTargetCommand.ts +0 -125
  917. package/commands/UpdateMaintenanceWindowTaskCommand.ts +0 -152
  918. package/commands/UpdateManagedInstanceRoleCommand.ts +0 -99
  919. package/commands/UpdateOpsItemCommand.ts +0 -99
  920. package/commands/UpdateOpsMetadataCommand.ts +0 -94
  921. package/commands/UpdatePatchBaselineCommand.ts +0 -99
  922. package/commands/UpdateResourceDataSyncCommand.ts +0 -103
  923. package/commands/UpdateServiceSettingCommand.ts +0 -107
  924. package/dist/cjs/SSM.js +0 -2067
  925. package/dist/cjs/SSM.js.map +0 -1
  926. package/dist/cjs/SSMClient.js +0 -75
  927. package/dist/cjs/SSMClient.js.map +0 -1
  928. package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -105
  929. package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  930. package/dist/cjs/commands/AssociateOpsItemRelatedItemCommand.js +0 -63
  931. package/dist/cjs/commands/AssociateOpsItemRelatedItemCommand.js.map +0 -1
  932. package/dist/cjs/commands/CancelCommandCommand.js +0 -62
  933. package/dist/cjs/commands/CancelCommandCommand.js.map +0 -1
  934. package/dist/cjs/commands/CancelMaintenanceWindowExecutionCommand.js +0 -63
  935. package/dist/cjs/commands/CancelMaintenanceWindowExecutionCommand.js.map +0 -1
  936. package/dist/cjs/commands/CreateActivationCommand.js +0 -70
  937. package/dist/cjs/commands/CreateActivationCommand.js.map +0 -1
  938. package/dist/cjs/commands/CreateAssociationBatchCommand.js +0 -67
  939. package/dist/cjs/commands/CreateAssociationBatchCommand.js.map +0 -1
  940. package/dist/cjs/commands/CreateAssociationCommand.js +0 -70
  941. package/dist/cjs/commands/CreateAssociationCommand.js.map +0 -1
  942. package/dist/cjs/commands/CreateDocumentCommand.js +0 -64
  943. package/dist/cjs/commands/CreateDocumentCommand.js.map +0 -1
  944. package/dist/cjs/commands/CreateMaintenanceWindowCommand.js +0 -69
  945. package/dist/cjs/commands/CreateMaintenanceWindowCommand.js.map +0 -1
  946. package/dist/cjs/commands/CreateOpsItemCommand.js +0 -66
  947. package/dist/cjs/commands/CreateOpsItemCommand.js.map +0 -1
  948. package/dist/cjs/commands/CreateOpsMetadataCommand.js +0 -62
  949. package/dist/cjs/commands/CreateOpsMetadataCommand.js.map +0 -1
  950. package/dist/cjs/commands/CreatePatchBaselineCommand.js +0 -65
  951. package/dist/cjs/commands/CreatePatchBaselineCommand.js.map +0 -1
  952. package/dist/cjs/commands/CreateResourceDataSyncCommand.js +0 -81
  953. package/dist/cjs/commands/CreateResourceDataSyncCommand.js.map +0 -1
  954. package/dist/cjs/commands/DeleteActivationCommand.js +0 -64
  955. package/dist/cjs/commands/DeleteActivationCommand.js.map +0 -1
  956. package/dist/cjs/commands/DeleteAssociationCommand.js +0 -67
  957. package/dist/cjs/commands/DeleteAssociationCommand.js.map +0 -1
  958. package/dist/cjs/commands/DeleteDocumentCommand.js +0 -63
  959. package/dist/cjs/commands/DeleteDocumentCommand.js.map +0 -1
  960. package/dist/cjs/commands/DeleteInventoryCommand.js +0 -62
  961. package/dist/cjs/commands/DeleteInventoryCommand.js.map +0 -1
  962. package/dist/cjs/commands/DeleteMaintenanceWindowCommand.js +0 -61
  963. package/dist/cjs/commands/DeleteMaintenanceWindowCommand.js.map +0 -1
  964. package/dist/cjs/commands/DeleteOpsMetadataCommand.js +0 -61
  965. package/dist/cjs/commands/DeleteOpsMetadataCommand.js.map +0 -1
  966. package/dist/cjs/commands/DeleteParameterCommand.js +0 -62
  967. package/dist/cjs/commands/DeleteParameterCommand.js.map +0 -1
  968. package/dist/cjs/commands/DeleteParametersCommand.js +0 -62
  969. package/dist/cjs/commands/DeleteParametersCommand.js.map +0 -1
  970. package/dist/cjs/commands/DeletePatchBaselineCommand.js +0 -61
  971. package/dist/cjs/commands/DeletePatchBaselineCommand.js.map +0 -1
  972. package/dist/cjs/commands/DeleteResourceDataSyncCommand.js +0 -63
  973. package/dist/cjs/commands/DeleteResourceDataSyncCommand.js.map +0 -1
  974. package/dist/cjs/commands/DeregisterManagedInstanceCommand.js +0 -63
  975. package/dist/cjs/commands/DeregisterManagedInstanceCommand.js.map +0 -1
  976. package/dist/cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -61
  977. package/dist/cjs/commands/DeregisterPatchBaselineForPatchGroupCommand.js.map +0 -1
  978. package/dist/cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -61
  979. package/dist/cjs/commands/DeregisterTargetFromMaintenanceWindowCommand.js.map +0 -1
  980. package/dist/cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -61
  981. package/dist/cjs/commands/DeregisterTaskFromMaintenanceWindowCommand.js.map +0 -1
  982. package/dist/cjs/commands/DescribeActivationsCommand.js +0 -64
  983. package/dist/cjs/commands/DescribeActivationsCommand.js.map +0 -1
  984. package/dist/cjs/commands/DescribeAssociationCommand.js +0 -63
  985. package/dist/cjs/commands/DescribeAssociationCommand.js.map +0 -1
  986. package/dist/cjs/commands/DescribeAssociationExecutionTargetsCommand.js +0 -61
  987. package/dist/cjs/commands/DescribeAssociationExecutionTargetsCommand.js.map +0 -1
  988. package/dist/cjs/commands/DescribeAssociationExecutionsCommand.js +0 -61
  989. package/dist/cjs/commands/DescribeAssociationExecutionsCommand.js.map +0 -1
  990. package/dist/cjs/commands/DescribeAutomationExecutionsCommand.js +0 -61
  991. package/dist/cjs/commands/DescribeAutomationExecutionsCommand.js.map +0 -1
  992. package/dist/cjs/commands/DescribeAutomationStepExecutionsCommand.js +0 -62
  993. package/dist/cjs/commands/DescribeAutomationStepExecutionsCommand.js.map +0 -1
  994. package/dist/cjs/commands/DescribeAvailablePatchesCommand.js +0 -61
  995. package/dist/cjs/commands/DescribeAvailablePatchesCommand.js.map +0 -1
  996. package/dist/cjs/commands/DescribeDocumentCommand.js +0 -61
  997. package/dist/cjs/commands/DescribeDocumentCommand.js.map +0 -1
  998. package/dist/cjs/commands/DescribeDocumentPermissionCommand.js +0 -63
  999. package/dist/cjs/commands/DescribeDocumentPermissionCommand.js.map +0 -1
  1000. package/dist/cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -61
  1001. package/dist/cjs/commands/DescribeEffectiveInstanceAssociationsCommand.js.map +0 -1
  1002. package/dist/cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -62
  1003. package/dist/cjs/commands/DescribeEffectivePatchesForPatchBaselineCommand.js.map +0 -1
  1004. package/dist/cjs/commands/DescribeInstanceAssociationsStatusCommand.js +0 -61
  1005. package/dist/cjs/commands/DescribeInstanceAssociationsStatusCommand.js.map +0 -1
  1006. package/dist/cjs/commands/DescribeInstanceInformationCommand.js +0 -70
  1007. package/dist/cjs/commands/DescribeInstanceInformationCommand.js.map +0 -1
  1008. package/dist/cjs/commands/DescribeInstancePatchStatesCommand.js +0 -61
  1009. package/dist/cjs/commands/DescribeInstancePatchStatesCommand.js.map +0 -1
  1010. package/dist/cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -61
  1011. package/dist/cjs/commands/DescribeInstancePatchStatesForPatchGroupCommand.js.map +0 -1
  1012. package/dist/cjs/commands/DescribeInstancePatchesCommand.js +0 -62
  1013. package/dist/cjs/commands/DescribeInstancePatchesCommand.js.map +0 -1
  1014. package/dist/cjs/commands/DescribeInventoryDeletionsCommand.js +0 -61
  1015. package/dist/cjs/commands/DescribeInventoryDeletionsCommand.js.map +0 -1
  1016. package/dist/cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -62
  1017. package/dist/cjs/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js.map +0 -1
  1018. package/dist/cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -61
  1019. package/dist/cjs/commands/DescribeMaintenanceWindowExecutionTasksCommand.js.map +0 -1
  1020. package/dist/cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -63
  1021. package/dist/cjs/commands/DescribeMaintenanceWindowExecutionsCommand.js.map +0 -1
  1022. package/dist/cjs/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -61
  1023. package/dist/cjs/commands/DescribeMaintenanceWindowScheduleCommand.js.map +0 -1
  1024. package/dist/cjs/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -61
  1025. package/dist/cjs/commands/DescribeMaintenanceWindowTargetsCommand.js.map +0 -1
  1026. package/dist/cjs/commands/DescribeMaintenanceWindowTasksCommand.js +0 -67
  1027. package/dist/cjs/commands/DescribeMaintenanceWindowTasksCommand.js.map +0 -1
  1028. package/dist/cjs/commands/DescribeMaintenanceWindowsCommand.js +0 -61
  1029. package/dist/cjs/commands/DescribeMaintenanceWindowsCommand.js.map +0 -1
  1030. package/dist/cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -62
  1031. package/dist/cjs/commands/DescribeMaintenanceWindowsForTargetCommand.js.map +0 -1
  1032. package/dist/cjs/commands/DescribeOpsItemsCommand.js +0 -66
  1033. package/dist/cjs/commands/DescribeOpsItemsCommand.js.map +0 -1
  1034. package/dist/cjs/commands/DescribeParametersCommand.js +0 -74
  1035. package/dist/cjs/commands/DescribeParametersCommand.js.map +0 -1
  1036. package/dist/cjs/commands/DescribePatchBaselinesCommand.js +0 -61
  1037. package/dist/cjs/commands/DescribePatchBaselinesCommand.js.map +0 -1
  1038. package/dist/cjs/commands/DescribePatchGroupStateCommand.js +0 -61
  1039. package/dist/cjs/commands/DescribePatchGroupStateCommand.js.map +0 -1
  1040. package/dist/cjs/commands/DescribePatchGroupsCommand.js +0 -61
  1041. package/dist/cjs/commands/DescribePatchGroupsCommand.js.map +0 -1
  1042. package/dist/cjs/commands/DescribePatchPropertiesCommand.js +0 -124
  1043. package/dist/cjs/commands/DescribePatchPropertiesCommand.js.map +0 -1
  1044. package/dist/cjs/commands/DescribeSessionsCommand.js +0 -62
  1045. package/dist/cjs/commands/DescribeSessionsCommand.js.map +0 -1
  1046. package/dist/cjs/commands/DisassociateOpsItemRelatedItemCommand.js +0 -63
  1047. package/dist/cjs/commands/DisassociateOpsItemRelatedItemCommand.js.map +0 -1
  1048. package/dist/cjs/commands/GetAutomationExecutionCommand.js +0 -61
  1049. package/dist/cjs/commands/GetAutomationExecutionCommand.js.map +0 -1
  1050. package/dist/cjs/commands/GetCalendarStateCommand.js +0 -69
  1051. package/dist/cjs/commands/GetCalendarStateCommand.js.map +0 -1
  1052. package/dist/cjs/commands/GetCommandInvocationCommand.js +0 -65
  1053. package/dist/cjs/commands/GetCommandInvocationCommand.js.map +0 -1
  1054. package/dist/cjs/commands/GetConnectionStatusCommand.js +0 -62
  1055. package/dist/cjs/commands/GetConnectionStatusCommand.js.map +0 -1
  1056. package/dist/cjs/commands/GetDefaultPatchBaselineCommand.js +0 -64
  1057. package/dist/cjs/commands/GetDefaultPatchBaselineCommand.js.map +0 -1
  1058. package/dist/cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -69
  1059. package/dist/cjs/commands/GetDeployablePatchSnapshotForInstanceCommand.js.map +0 -1
  1060. package/dist/cjs/commands/GetDocumentCommand.js +0 -61
  1061. package/dist/cjs/commands/GetDocumentCommand.js.map +0 -1
  1062. package/dist/cjs/commands/GetInventoryCommand.js +0 -63
  1063. package/dist/cjs/commands/GetInventoryCommand.js.map +0 -1
  1064. package/dist/cjs/commands/GetInventorySchemaCommand.js +0 -62
  1065. package/dist/cjs/commands/GetInventorySchemaCommand.js.map +0 -1
  1066. package/dist/cjs/commands/GetMaintenanceWindowCommand.js +0 -61
  1067. package/dist/cjs/commands/GetMaintenanceWindowCommand.js.map +0 -1
  1068. package/dist/cjs/commands/GetMaintenanceWindowExecutionCommand.js +0 -61
  1069. package/dist/cjs/commands/GetMaintenanceWindowExecutionCommand.js.map +0 -1
  1070. package/dist/cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -62
  1071. package/dist/cjs/commands/GetMaintenanceWindowExecutionTaskCommand.js.map +0 -1
  1072. package/dist/cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -61
  1073. package/dist/cjs/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js.map +0 -1
  1074. package/dist/cjs/commands/GetMaintenanceWindowTaskCommand.js +0 -67
  1075. package/dist/cjs/commands/GetMaintenanceWindowTaskCommand.js.map +0 -1
  1076. package/dist/cjs/commands/GetOpsItemCommand.js +0 -67
  1077. package/dist/cjs/commands/GetOpsItemCommand.js.map +0 -1
  1078. package/dist/cjs/commands/GetOpsMetadataCommand.js +0 -61
  1079. package/dist/cjs/commands/GetOpsMetadataCommand.js.map +0 -1
  1080. package/dist/cjs/commands/GetOpsSummaryCommand.js +0 -65
  1081. package/dist/cjs/commands/GetOpsSummaryCommand.js.map +0 -1
  1082. package/dist/cjs/commands/GetParameterCommand.js +0 -64
  1083. package/dist/cjs/commands/GetParameterCommand.js.map +0 -1
  1084. package/dist/cjs/commands/GetParameterHistoryCommand.js +0 -67
  1085. package/dist/cjs/commands/GetParameterHistoryCommand.js.map +0 -1
  1086. package/dist/cjs/commands/GetParametersByPathCommand.js +0 -67
  1087. package/dist/cjs/commands/GetParametersByPathCommand.js.map +0 -1
  1088. package/dist/cjs/commands/GetParametersCommand.js +0 -65
  1089. package/dist/cjs/commands/GetParametersCommand.js.map +0 -1
  1090. package/dist/cjs/commands/GetPatchBaselineCommand.js +0 -61
  1091. package/dist/cjs/commands/GetPatchBaselineCommand.js.map +0 -1
  1092. package/dist/cjs/commands/GetPatchBaselineForPatchGroupCommand.js +0 -61
  1093. package/dist/cjs/commands/GetPatchBaselineForPatchGroupCommand.js.map +0 -1
  1094. package/dist/cjs/commands/GetServiceSettingCommand.js +0 -74
  1095. package/dist/cjs/commands/GetServiceSettingCommand.js.map +0 -1
  1096. package/dist/cjs/commands/LabelParameterVersionCommand.js +0 -97
  1097. package/dist/cjs/commands/LabelParameterVersionCommand.js.map +0 -1
  1098. package/dist/cjs/commands/ListAssociationVersionsCommand.js +0 -61
  1099. package/dist/cjs/commands/ListAssociationVersionsCommand.js.map +0 -1
  1100. package/dist/cjs/commands/ListAssociationsCommand.js +0 -63
  1101. package/dist/cjs/commands/ListAssociationsCommand.js.map +0 -1
  1102. package/dist/cjs/commands/ListCommandInvocationsCommand.js +0 -65
  1103. package/dist/cjs/commands/ListCommandInvocationsCommand.js.map +0 -1
  1104. package/dist/cjs/commands/ListCommandsCommand.js +0 -61
  1105. package/dist/cjs/commands/ListCommandsCommand.js.map +0 -1
  1106. package/dist/cjs/commands/ListComplianceItemsCommand.js +0 -63
  1107. package/dist/cjs/commands/ListComplianceItemsCommand.js.map +0 -1
  1108. package/dist/cjs/commands/ListComplianceSummariesCommand.js +0 -63
  1109. package/dist/cjs/commands/ListComplianceSummariesCommand.js.map +0 -1
  1110. package/dist/cjs/commands/ListDocumentMetadataHistoryCommand.js +0 -61
  1111. package/dist/cjs/commands/ListDocumentMetadataHistoryCommand.js.map +0 -1
  1112. package/dist/cjs/commands/ListDocumentVersionsCommand.js +0 -61
  1113. package/dist/cjs/commands/ListDocumentVersionsCommand.js.map +0 -1
  1114. package/dist/cjs/commands/ListDocumentsCommand.js +0 -62
  1115. package/dist/cjs/commands/ListDocumentsCommand.js.map +0 -1
  1116. package/dist/cjs/commands/ListInventoryEntriesCommand.js +0 -61
  1117. package/dist/cjs/commands/ListInventoryEntriesCommand.js.map +0 -1
  1118. package/dist/cjs/commands/ListOpsItemEventsCommand.js +0 -62
  1119. package/dist/cjs/commands/ListOpsItemEventsCommand.js.map +0 -1
  1120. package/dist/cjs/commands/ListOpsItemRelatedItemsCommand.js +0 -62
  1121. package/dist/cjs/commands/ListOpsItemRelatedItemsCommand.js.map +0 -1
  1122. package/dist/cjs/commands/ListOpsMetadataCommand.js +0 -62
  1123. package/dist/cjs/commands/ListOpsMetadataCommand.js.map +0 -1
  1124. package/dist/cjs/commands/ListResourceComplianceSummariesCommand.js +0 -63
  1125. package/dist/cjs/commands/ListResourceComplianceSummariesCommand.js.map +0 -1
  1126. package/dist/cjs/commands/ListResourceDataSyncCommand.js +0 -69
  1127. package/dist/cjs/commands/ListResourceDataSyncCommand.js.map +0 -1
  1128. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
  1129. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  1130. package/dist/cjs/commands/ModifyDocumentPermissionCommand.js +0 -64
  1131. package/dist/cjs/commands/ModifyDocumentPermissionCommand.js.map +0 -1
  1132. package/dist/cjs/commands/PutComplianceItemsCommand.js +0 -116
  1133. package/dist/cjs/commands/PutComplianceItemsCommand.js.map +0 -1
  1134. package/dist/cjs/commands/PutInventoryCommand.js +0 -62
  1135. package/dist/cjs/commands/PutInventoryCommand.js.map +0 -1
  1136. package/dist/cjs/commands/PutParameterCommand.js +0 -61
  1137. package/dist/cjs/commands/PutParameterCommand.js.map +0 -1
  1138. package/dist/cjs/commands/RegisterDefaultPatchBaselineCommand.js +0 -65
  1139. package/dist/cjs/commands/RegisterDefaultPatchBaselineCommand.js.map +0 -1
  1140. package/dist/cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -61
  1141. package/dist/cjs/commands/RegisterPatchBaselineForPatchGroupCommand.js.map +0 -1
  1142. package/dist/cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -61
  1143. package/dist/cjs/commands/RegisterTargetWithMaintenanceWindowCommand.js.map +0 -1
  1144. package/dist/cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -61
  1145. package/dist/cjs/commands/RegisterTaskWithMaintenanceWindowCommand.js.map +0 -1
  1146. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -61
  1147. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1148. package/dist/cjs/commands/ResetServiceSettingCommand.js +0 -75
  1149. package/dist/cjs/commands/ResetServiceSettingCommand.js.map +0 -1
  1150. package/dist/cjs/commands/ResumeSessionCommand.js +0 -66
  1151. package/dist/cjs/commands/ResumeSessionCommand.js.map +0 -1
  1152. package/dist/cjs/commands/SendAutomationSignalCommand.js +0 -62
  1153. package/dist/cjs/commands/SendAutomationSignalCommand.js.map +0 -1
  1154. package/dist/cjs/commands/SendCommandCommand.js +0 -61
  1155. package/dist/cjs/commands/SendCommandCommand.js.map +0 -1
  1156. package/dist/cjs/commands/StartAssociationsOnceCommand.js +0 -62
  1157. package/dist/cjs/commands/StartAssociationsOnceCommand.js.map +0 -1
  1158. package/dist/cjs/commands/StartAutomationExecutionCommand.js +0 -61
  1159. package/dist/cjs/commands/StartAutomationExecutionCommand.js.map +0 -1
  1160. package/dist/cjs/commands/StartChangeRequestExecutionCommand.js +0 -63
  1161. package/dist/cjs/commands/StartChangeRequestExecutionCommand.js.map +0 -1
  1162. package/dist/cjs/commands/StartSessionCommand.js +0 -70
  1163. package/dist/cjs/commands/StartSessionCommand.js.map +0 -1
  1164. package/dist/cjs/commands/StopAutomationExecutionCommand.js +0 -61
  1165. package/dist/cjs/commands/StopAutomationExecutionCommand.js.map +0 -1
  1166. package/dist/cjs/commands/TerminateSessionCommand.js +0 -62
  1167. package/dist/cjs/commands/TerminateSessionCommand.js.map +0 -1
  1168. package/dist/cjs/commands/UnlabelParameterVersionCommand.js +0 -61
  1169. package/dist/cjs/commands/UnlabelParameterVersionCommand.js.map +0 -1
  1170. package/dist/cjs/commands/UpdateAssociationCommand.js +0 -73
  1171. package/dist/cjs/commands/UpdateAssociationCommand.js.map +0 -1
  1172. package/dist/cjs/commands/UpdateAssociationStatusCommand.js +0 -66
  1173. package/dist/cjs/commands/UpdateAssociationStatusCommand.js.map +0 -1
  1174. package/dist/cjs/commands/UpdateDocumentCommand.js +0 -61
  1175. package/dist/cjs/commands/UpdateDocumentCommand.js.map +0 -1
  1176. package/dist/cjs/commands/UpdateDocumentDefaultVersionCommand.js +0 -61
  1177. package/dist/cjs/commands/UpdateDocumentDefaultVersionCommand.js.map +0 -1
  1178. package/dist/cjs/commands/UpdateDocumentMetadataCommand.js +0 -62
  1179. package/dist/cjs/commands/UpdateDocumentMetadataCommand.js.map +0 -1
  1180. package/dist/cjs/commands/UpdateMaintenanceWindowCommand.js +0 -70
  1181. package/dist/cjs/commands/UpdateMaintenanceWindowCommand.js.map +0 -1
  1182. package/dist/cjs/commands/UpdateMaintenanceWindowTargetCommand.js +0 -87
  1183. package/dist/cjs/commands/UpdateMaintenanceWindowTargetCommand.js.map +0 -1
  1184. package/dist/cjs/commands/UpdateMaintenanceWindowTaskCommand.js +0 -116
  1185. package/dist/cjs/commands/UpdateMaintenanceWindowTaskCommand.js.map +0 -1
  1186. package/dist/cjs/commands/UpdateManagedInstanceRoleCommand.js +0 -63
  1187. package/dist/cjs/commands/UpdateManagedInstanceRoleCommand.js.map +0 -1
  1188. package/dist/cjs/commands/UpdateOpsItemCommand.js +0 -66
  1189. package/dist/cjs/commands/UpdateOpsItemCommand.js.map +0 -1
  1190. package/dist/cjs/commands/UpdateOpsMetadataCommand.js +0 -61
  1191. package/dist/cjs/commands/UpdateOpsMetadataCommand.js.map +0 -1
  1192. package/dist/cjs/commands/UpdatePatchBaselineCommand.js +0 -66
  1193. package/dist/cjs/commands/UpdatePatchBaselineCommand.js.map +0 -1
  1194. package/dist/cjs/commands/UpdateResourceDataSyncCommand.js +0 -70
  1195. package/dist/cjs/commands/UpdateResourceDataSyncCommand.js.map +0 -1
  1196. package/dist/cjs/commands/UpdateServiceSettingCommand.js +0 -74
  1197. package/dist/cjs/commands/UpdateServiceSettingCommand.js.map +0 -1
  1198. package/dist/cjs/endpoints.js +0 -91
  1199. package/dist/cjs/endpoints.js.map +0 -1
  1200. package/dist/cjs/index.js +0 -190
  1201. package/dist/cjs/index.js.map +0 -1
  1202. package/dist/cjs/models/index.js +0 -7
  1203. package/dist/cjs/models/index.js.map +0 -1
  1204. package/dist/cjs/models/models_0.js +0 -2684
  1205. package/dist/cjs/models/models_0.js.map +0 -1
  1206. package/dist/cjs/models/models_1.js +0 -2669
  1207. package/dist/cjs/models/models_1.js.map +0 -1
  1208. package/dist/cjs/models/models_2.js +0 -231
  1209. package/dist/cjs/models/models_2.js.map +0 -1
  1210. package/dist/cjs/package.json +0 -94
  1211. package/dist/cjs/pagination/DescribeActivationsPaginator.js +0 -46
  1212. package/dist/cjs/pagination/DescribeActivationsPaginator.js.map +0 -1
  1213. package/dist/cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -46
  1214. package/dist/cjs/pagination/DescribeAssociationExecutionTargetsPaginator.js.map +0 -1
  1215. package/dist/cjs/pagination/DescribeAssociationExecutionsPaginator.js +0 -46
  1216. package/dist/cjs/pagination/DescribeAssociationExecutionsPaginator.js.map +0 -1
  1217. package/dist/cjs/pagination/DescribeAutomationExecutionsPaginator.js +0 -46
  1218. package/dist/cjs/pagination/DescribeAutomationExecutionsPaginator.js.map +0 -1
  1219. package/dist/cjs/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -46
  1220. package/dist/cjs/pagination/DescribeAutomationStepExecutionsPaginator.js.map +0 -1
  1221. package/dist/cjs/pagination/DescribeAvailablePatchesPaginator.js +0 -46
  1222. package/dist/cjs/pagination/DescribeAvailablePatchesPaginator.js.map +0 -1
  1223. package/dist/cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -46
  1224. package/dist/cjs/pagination/DescribeEffectiveInstanceAssociationsPaginator.js.map +0 -1
  1225. package/dist/cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -46
  1226. package/dist/cjs/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js.map +0 -1
  1227. package/dist/cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -46
  1228. package/dist/cjs/pagination/DescribeInstanceAssociationsStatusPaginator.js.map +0 -1
  1229. package/dist/cjs/pagination/DescribeInstanceInformationPaginator.js +0 -46
  1230. package/dist/cjs/pagination/DescribeInstanceInformationPaginator.js.map +0 -1
  1231. package/dist/cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -46
  1232. package/dist/cjs/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js.map +0 -1
  1233. package/dist/cjs/pagination/DescribeInstancePatchStatesPaginator.js +0 -46
  1234. package/dist/cjs/pagination/DescribeInstancePatchStatesPaginator.js.map +0 -1
  1235. package/dist/cjs/pagination/DescribeInstancePatchesPaginator.js +0 -46
  1236. package/dist/cjs/pagination/DescribeInstancePatchesPaginator.js.map +0 -1
  1237. package/dist/cjs/pagination/DescribeInventoryDeletionsPaginator.js +0 -46
  1238. package/dist/cjs/pagination/DescribeInventoryDeletionsPaginator.js.map +0 -1
  1239. package/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -46
  1240. package/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js.map +0 -1
  1241. package/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -46
  1242. package/dist/cjs/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js.map +0 -1
  1243. package/dist/cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -46
  1244. package/dist/cjs/pagination/DescribeMaintenanceWindowExecutionsPaginator.js.map +0 -1
  1245. package/dist/cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -46
  1246. package/dist/cjs/pagination/DescribeMaintenanceWindowSchedulePaginator.js.map +0 -1
  1247. package/dist/cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -46
  1248. package/dist/cjs/pagination/DescribeMaintenanceWindowTargetsPaginator.js.map +0 -1
  1249. package/dist/cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -46
  1250. package/dist/cjs/pagination/DescribeMaintenanceWindowTasksPaginator.js.map +0 -1
  1251. package/dist/cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -46
  1252. package/dist/cjs/pagination/DescribeMaintenanceWindowsForTargetPaginator.js.map +0 -1
  1253. package/dist/cjs/pagination/DescribeMaintenanceWindowsPaginator.js +0 -46
  1254. package/dist/cjs/pagination/DescribeMaintenanceWindowsPaginator.js.map +0 -1
  1255. package/dist/cjs/pagination/DescribeOpsItemsPaginator.js +0 -46
  1256. package/dist/cjs/pagination/DescribeOpsItemsPaginator.js.map +0 -1
  1257. package/dist/cjs/pagination/DescribeParametersPaginator.js +0 -46
  1258. package/dist/cjs/pagination/DescribeParametersPaginator.js.map +0 -1
  1259. package/dist/cjs/pagination/DescribePatchBaselinesPaginator.js +0 -46
  1260. package/dist/cjs/pagination/DescribePatchBaselinesPaginator.js.map +0 -1
  1261. package/dist/cjs/pagination/DescribePatchGroupsPaginator.js +0 -46
  1262. package/dist/cjs/pagination/DescribePatchGroupsPaginator.js.map +0 -1
  1263. package/dist/cjs/pagination/DescribePatchPropertiesPaginator.js +0 -46
  1264. package/dist/cjs/pagination/DescribePatchPropertiesPaginator.js.map +0 -1
  1265. package/dist/cjs/pagination/DescribeSessionsPaginator.js +0 -46
  1266. package/dist/cjs/pagination/DescribeSessionsPaginator.js.map +0 -1
  1267. package/dist/cjs/pagination/GetInventoryPaginator.js +0 -46
  1268. package/dist/cjs/pagination/GetInventoryPaginator.js.map +0 -1
  1269. package/dist/cjs/pagination/GetInventorySchemaPaginator.js +0 -46
  1270. package/dist/cjs/pagination/GetInventorySchemaPaginator.js.map +0 -1
  1271. package/dist/cjs/pagination/GetOpsSummaryPaginator.js +0 -46
  1272. package/dist/cjs/pagination/GetOpsSummaryPaginator.js.map +0 -1
  1273. package/dist/cjs/pagination/GetParameterHistoryPaginator.js +0 -46
  1274. package/dist/cjs/pagination/GetParameterHistoryPaginator.js.map +0 -1
  1275. package/dist/cjs/pagination/GetParametersByPathPaginator.js +0 -46
  1276. package/dist/cjs/pagination/GetParametersByPathPaginator.js.map +0 -1
  1277. package/dist/cjs/pagination/Interfaces.js +0 -3
  1278. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  1279. package/dist/cjs/pagination/ListAssociationVersionsPaginator.js +0 -46
  1280. package/dist/cjs/pagination/ListAssociationVersionsPaginator.js.map +0 -1
  1281. package/dist/cjs/pagination/ListAssociationsPaginator.js +0 -46
  1282. package/dist/cjs/pagination/ListAssociationsPaginator.js.map +0 -1
  1283. package/dist/cjs/pagination/ListCommandInvocationsPaginator.js +0 -46
  1284. package/dist/cjs/pagination/ListCommandInvocationsPaginator.js.map +0 -1
  1285. package/dist/cjs/pagination/ListCommandsPaginator.js +0 -46
  1286. package/dist/cjs/pagination/ListCommandsPaginator.js.map +0 -1
  1287. package/dist/cjs/pagination/ListComplianceItemsPaginator.js +0 -46
  1288. package/dist/cjs/pagination/ListComplianceItemsPaginator.js.map +0 -1
  1289. package/dist/cjs/pagination/ListComplianceSummariesPaginator.js +0 -46
  1290. package/dist/cjs/pagination/ListComplianceSummariesPaginator.js.map +0 -1
  1291. package/dist/cjs/pagination/ListDocumentVersionsPaginator.js +0 -46
  1292. package/dist/cjs/pagination/ListDocumentVersionsPaginator.js.map +0 -1
  1293. package/dist/cjs/pagination/ListDocumentsPaginator.js +0 -46
  1294. package/dist/cjs/pagination/ListDocumentsPaginator.js.map +0 -1
  1295. package/dist/cjs/pagination/ListOpsItemEventsPaginator.js +0 -46
  1296. package/dist/cjs/pagination/ListOpsItemEventsPaginator.js.map +0 -1
  1297. package/dist/cjs/pagination/ListOpsItemRelatedItemsPaginator.js +0 -46
  1298. package/dist/cjs/pagination/ListOpsItemRelatedItemsPaginator.js.map +0 -1
  1299. package/dist/cjs/pagination/ListOpsMetadataPaginator.js +0 -46
  1300. package/dist/cjs/pagination/ListOpsMetadataPaginator.js.map +0 -1
  1301. package/dist/cjs/pagination/ListResourceComplianceSummariesPaginator.js +0 -46
  1302. package/dist/cjs/pagination/ListResourceComplianceSummariesPaginator.js.map +0 -1
  1303. package/dist/cjs/pagination/ListResourceDataSyncPaginator.js +0 -46
  1304. package/dist/cjs/pagination/ListResourceDataSyncPaginator.js.map +0 -1
  1305. package/dist/cjs/protocols/Aws_json1_1.js +0 -19665
  1306. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  1307. package/dist/cjs/runtimeConfig.browser.js +0 -41
  1308. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  1309. package/dist/cjs/runtimeConfig.js +0 -46
  1310. package/dist/cjs/runtimeConfig.js.map +0 -1
  1311. package/dist/cjs/runtimeConfig.native.js +0 -20
  1312. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  1313. package/dist/cjs/runtimeConfig.shared.js +0 -21
  1314. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  1315. package/dist/cjs/waiters/waitForCommandExecuted.js +0 -112
  1316. package/dist/cjs/waiters/waitForCommandExecuted.js.map +0 -1
  1317. package/dist/es/SSM.js +0 -2036
  1318. package/dist/es/SSM.js.map +0 -1
  1319. package/dist/es/SSMClient.js +0 -38
  1320. package/dist/es/SSMClient.js.map +0 -1
  1321. package/dist/es/commands/AddTagsToResourceCommand.js +0 -40
  1322. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  1323. package/dist/es/commands/AssociateOpsItemRelatedItemCommand.js +0 -40
  1324. package/dist/es/commands/AssociateOpsItemRelatedItemCommand.js.map +0 -1
  1325. package/dist/es/commands/CancelCommandCommand.js +0 -40
  1326. package/dist/es/commands/CancelCommandCommand.js.map +0 -1
  1327. package/dist/es/commands/CancelMaintenanceWindowExecutionCommand.js +0 -40
  1328. package/dist/es/commands/CancelMaintenanceWindowExecutionCommand.js.map +0 -1
  1329. package/dist/es/commands/CreateActivationCommand.js +0 -40
  1330. package/dist/es/commands/CreateActivationCommand.js.map +0 -1
  1331. package/dist/es/commands/CreateAssociationBatchCommand.js +0 -40
  1332. package/dist/es/commands/CreateAssociationBatchCommand.js.map +0 -1
  1333. package/dist/es/commands/CreateAssociationCommand.js +0 -40
  1334. package/dist/es/commands/CreateAssociationCommand.js.map +0 -1
  1335. package/dist/es/commands/CreateDocumentCommand.js +0 -40
  1336. package/dist/es/commands/CreateDocumentCommand.js.map +0 -1
  1337. package/dist/es/commands/CreateMaintenanceWindowCommand.js +0 -40
  1338. package/dist/es/commands/CreateMaintenanceWindowCommand.js.map +0 -1
  1339. package/dist/es/commands/CreateOpsItemCommand.js +0 -40
  1340. package/dist/es/commands/CreateOpsItemCommand.js.map +0 -1
  1341. package/dist/es/commands/CreateOpsMetadataCommand.js +0 -40
  1342. package/dist/es/commands/CreateOpsMetadataCommand.js.map +0 -1
  1343. package/dist/es/commands/CreatePatchBaselineCommand.js +0 -40
  1344. package/dist/es/commands/CreatePatchBaselineCommand.js.map +0 -1
  1345. package/dist/es/commands/CreateResourceDataSyncCommand.js +0 -40
  1346. package/dist/es/commands/CreateResourceDataSyncCommand.js.map +0 -1
  1347. package/dist/es/commands/DeleteActivationCommand.js +0 -40
  1348. package/dist/es/commands/DeleteActivationCommand.js.map +0 -1
  1349. package/dist/es/commands/DeleteAssociationCommand.js +0 -40
  1350. package/dist/es/commands/DeleteAssociationCommand.js.map +0 -1
  1351. package/dist/es/commands/DeleteDocumentCommand.js +0 -40
  1352. package/dist/es/commands/DeleteDocumentCommand.js.map +0 -1
  1353. package/dist/es/commands/DeleteInventoryCommand.js +0 -40
  1354. package/dist/es/commands/DeleteInventoryCommand.js.map +0 -1
  1355. package/dist/es/commands/DeleteMaintenanceWindowCommand.js +0 -40
  1356. package/dist/es/commands/DeleteMaintenanceWindowCommand.js.map +0 -1
  1357. package/dist/es/commands/DeleteOpsMetadataCommand.js +0 -40
  1358. package/dist/es/commands/DeleteOpsMetadataCommand.js.map +0 -1
  1359. package/dist/es/commands/DeleteParameterCommand.js +0 -40
  1360. package/dist/es/commands/DeleteParameterCommand.js.map +0 -1
  1361. package/dist/es/commands/DeleteParametersCommand.js +0 -40
  1362. package/dist/es/commands/DeleteParametersCommand.js.map +0 -1
  1363. package/dist/es/commands/DeletePatchBaselineCommand.js +0 -40
  1364. package/dist/es/commands/DeletePatchBaselineCommand.js.map +0 -1
  1365. package/dist/es/commands/DeleteResourceDataSyncCommand.js +0 -40
  1366. package/dist/es/commands/DeleteResourceDataSyncCommand.js.map +0 -1
  1367. package/dist/es/commands/DeregisterManagedInstanceCommand.js +0 -40
  1368. package/dist/es/commands/DeregisterManagedInstanceCommand.js.map +0 -1
  1369. package/dist/es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +0 -40
  1370. package/dist/es/commands/DeregisterPatchBaselineForPatchGroupCommand.js.map +0 -1
  1371. package/dist/es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +0 -40
  1372. package/dist/es/commands/DeregisterTargetFromMaintenanceWindowCommand.js.map +0 -1
  1373. package/dist/es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +0 -40
  1374. package/dist/es/commands/DeregisterTaskFromMaintenanceWindowCommand.js.map +0 -1
  1375. package/dist/es/commands/DescribeActivationsCommand.js +0 -40
  1376. package/dist/es/commands/DescribeActivationsCommand.js.map +0 -1
  1377. package/dist/es/commands/DescribeAssociationCommand.js +0 -40
  1378. package/dist/es/commands/DescribeAssociationCommand.js.map +0 -1
  1379. package/dist/es/commands/DescribeAssociationExecutionTargetsCommand.js +0 -40
  1380. package/dist/es/commands/DescribeAssociationExecutionTargetsCommand.js.map +0 -1
  1381. package/dist/es/commands/DescribeAssociationExecutionsCommand.js +0 -40
  1382. package/dist/es/commands/DescribeAssociationExecutionsCommand.js.map +0 -1
  1383. package/dist/es/commands/DescribeAutomationExecutionsCommand.js +0 -40
  1384. package/dist/es/commands/DescribeAutomationExecutionsCommand.js.map +0 -1
  1385. package/dist/es/commands/DescribeAutomationStepExecutionsCommand.js +0 -40
  1386. package/dist/es/commands/DescribeAutomationStepExecutionsCommand.js.map +0 -1
  1387. package/dist/es/commands/DescribeAvailablePatchesCommand.js +0 -40
  1388. package/dist/es/commands/DescribeAvailablePatchesCommand.js.map +0 -1
  1389. package/dist/es/commands/DescribeDocumentCommand.js +0 -40
  1390. package/dist/es/commands/DescribeDocumentCommand.js.map +0 -1
  1391. package/dist/es/commands/DescribeDocumentPermissionCommand.js +0 -40
  1392. package/dist/es/commands/DescribeDocumentPermissionCommand.js.map +0 -1
  1393. package/dist/es/commands/DescribeEffectiveInstanceAssociationsCommand.js +0 -40
  1394. package/dist/es/commands/DescribeEffectiveInstanceAssociationsCommand.js.map +0 -1
  1395. package/dist/es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +0 -40
  1396. package/dist/es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js.map +0 -1
  1397. package/dist/es/commands/DescribeInstanceAssociationsStatusCommand.js +0 -40
  1398. package/dist/es/commands/DescribeInstanceAssociationsStatusCommand.js.map +0 -1
  1399. package/dist/es/commands/DescribeInstanceInformationCommand.js +0 -40
  1400. package/dist/es/commands/DescribeInstanceInformationCommand.js.map +0 -1
  1401. package/dist/es/commands/DescribeInstancePatchStatesCommand.js +0 -40
  1402. package/dist/es/commands/DescribeInstancePatchStatesCommand.js.map +0 -1
  1403. package/dist/es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +0 -40
  1404. package/dist/es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js.map +0 -1
  1405. package/dist/es/commands/DescribeInstancePatchesCommand.js +0 -40
  1406. package/dist/es/commands/DescribeInstancePatchesCommand.js.map +0 -1
  1407. package/dist/es/commands/DescribeInventoryDeletionsCommand.js +0 -40
  1408. package/dist/es/commands/DescribeInventoryDeletionsCommand.js.map +0 -1
  1409. package/dist/es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +0 -40
  1410. package/dist/es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js.map +0 -1
  1411. package/dist/es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +0 -40
  1412. package/dist/es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js.map +0 -1
  1413. package/dist/es/commands/DescribeMaintenanceWindowExecutionsCommand.js +0 -40
  1414. package/dist/es/commands/DescribeMaintenanceWindowExecutionsCommand.js.map +0 -1
  1415. package/dist/es/commands/DescribeMaintenanceWindowScheduleCommand.js +0 -40
  1416. package/dist/es/commands/DescribeMaintenanceWindowScheduleCommand.js.map +0 -1
  1417. package/dist/es/commands/DescribeMaintenanceWindowTargetsCommand.js +0 -40
  1418. package/dist/es/commands/DescribeMaintenanceWindowTargetsCommand.js.map +0 -1
  1419. package/dist/es/commands/DescribeMaintenanceWindowTasksCommand.js +0 -40
  1420. package/dist/es/commands/DescribeMaintenanceWindowTasksCommand.js.map +0 -1
  1421. package/dist/es/commands/DescribeMaintenanceWindowsCommand.js +0 -40
  1422. package/dist/es/commands/DescribeMaintenanceWindowsCommand.js.map +0 -1
  1423. package/dist/es/commands/DescribeMaintenanceWindowsForTargetCommand.js +0 -40
  1424. package/dist/es/commands/DescribeMaintenanceWindowsForTargetCommand.js.map +0 -1
  1425. package/dist/es/commands/DescribeOpsItemsCommand.js +0 -40
  1426. package/dist/es/commands/DescribeOpsItemsCommand.js.map +0 -1
  1427. package/dist/es/commands/DescribeParametersCommand.js +0 -41
  1428. package/dist/es/commands/DescribeParametersCommand.js.map +0 -1
  1429. package/dist/es/commands/DescribePatchBaselinesCommand.js +0 -40
  1430. package/dist/es/commands/DescribePatchBaselinesCommand.js.map +0 -1
  1431. package/dist/es/commands/DescribePatchGroupStateCommand.js +0 -40
  1432. package/dist/es/commands/DescribePatchGroupStateCommand.js.map +0 -1
  1433. package/dist/es/commands/DescribePatchGroupsCommand.js +0 -40
  1434. package/dist/es/commands/DescribePatchGroupsCommand.js.map +0 -1
  1435. package/dist/es/commands/DescribePatchPropertiesCommand.js +0 -40
  1436. package/dist/es/commands/DescribePatchPropertiesCommand.js.map +0 -1
  1437. package/dist/es/commands/DescribeSessionsCommand.js +0 -40
  1438. package/dist/es/commands/DescribeSessionsCommand.js.map +0 -1
  1439. package/dist/es/commands/DisassociateOpsItemRelatedItemCommand.js +0 -40
  1440. package/dist/es/commands/DisassociateOpsItemRelatedItemCommand.js.map +0 -1
  1441. package/dist/es/commands/GetAutomationExecutionCommand.js +0 -40
  1442. package/dist/es/commands/GetAutomationExecutionCommand.js.map +0 -1
  1443. package/dist/es/commands/GetCalendarStateCommand.js +0 -40
  1444. package/dist/es/commands/GetCalendarStateCommand.js.map +0 -1
  1445. package/dist/es/commands/GetCommandInvocationCommand.js +0 -40
  1446. package/dist/es/commands/GetCommandInvocationCommand.js.map +0 -1
  1447. package/dist/es/commands/GetConnectionStatusCommand.js +0 -40
  1448. package/dist/es/commands/GetConnectionStatusCommand.js.map +0 -1
  1449. package/dist/es/commands/GetDefaultPatchBaselineCommand.js +0 -40
  1450. package/dist/es/commands/GetDefaultPatchBaselineCommand.js.map +0 -1
  1451. package/dist/es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +0 -40
  1452. package/dist/es/commands/GetDeployablePatchSnapshotForInstanceCommand.js.map +0 -1
  1453. package/dist/es/commands/GetDocumentCommand.js +0 -40
  1454. package/dist/es/commands/GetDocumentCommand.js.map +0 -1
  1455. package/dist/es/commands/GetInventoryCommand.js +0 -41
  1456. package/dist/es/commands/GetInventoryCommand.js.map +0 -1
  1457. package/dist/es/commands/GetInventorySchemaCommand.js +0 -40
  1458. package/dist/es/commands/GetInventorySchemaCommand.js.map +0 -1
  1459. package/dist/es/commands/GetMaintenanceWindowCommand.js +0 -40
  1460. package/dist/es/commands/GetMaintenanceWindowCommand.js.map +0 -1
  1461. package/dist/es/commands/GetMaintenanceWindowExecutionCommand.js +0 -40
  1462. package/dist/es/commands/GetMaintenanceWindowExecutionCommand.js.map +0 -1
  1463. package/dist/es/commands/GetMaintenanceWindowExecutionTaskCommand.js +0 -40
  1464. package/dist/es/commands/GetMaintenanceWindowExecutionTaskCommand.js.map +0 -1
  1465. package/dist/es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +0 -40
  1466. package/dist/es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js.map +0 -1
  1467. package/dist/es/commands/GetMaintenanceWindowTaskCommand.js +0 -40
  1468. package/dist/es/commands/GetMaintenanceWindowTaskCommand.js.map +0 -1
  1469. package/dist/es/commands/GetOpsItemCommand.js +0 -40
  1470. package/dist/es/commands/GetOpsItemCommand.js.map +0 -1
  1471. package/dist/es/commands/GetOpsMetadataCommand.js +0 -40
  1472. package/dist/es/commands/GetOpsMetadataCommand.js.map +0 -1
  1473. package/dist/es/commands/GetOpsSummaryCommand.js +0 -41
  1474. package/dist/es/commands/GetOpsSummaryCommand.js.map +0 -1
  1475. package/dist/es/commands/GetParameterCommand.js +0 -40
  1476. package/dist/es/commands/GetParameterCommand.js.map +0 -1
  1477. package/dist/es/commands/GetParameterHistoryCommand.js +0 -40
  1478. package/dist/es/commands/GetParameterHistoryCommand.js.map +0 -1
  1479. package/dist/es/commands/GetParametersByPathCommand.js +0 -40
  1480. package/dist/es/commands/GetParametersByPathCommand.js.map +0 -1
  1481. package/dist/es/commands/GetParametersCommand.js +0 -40
  1482. package/dist/es/commands/GetParametersCommand.js.map +0 -1
  1483. package/dist/es/commands/GetPatchBaselineCommand.js +0 -40
  1484. package/dist/es/commands/GetPatchBaselineCommand.js.map +0 -1
  1485. package/dist/es/commands/GetPatchBaselineForPatchGroupCommand.js +0 -40
  1486. package/dist/es/commands/GetPatchBaselineForPatchGroupCommand.js.map +0 -1
  1487. package/dist/es/commands/GetServiceSettingCommand.js +0 -40
  1488. package/dist/es/commands/GetServiceSettingCommand.js.map +0 -1
  1489. package/dist/es/commands/LabelParameterVersionCommand.js +0 -40
  1490. package/dist/es/commands/LabelParameterVersionCommand.js.map +0 -1
  1491. package/dist/es/commands/ListAssociationVersionsCommand.js +0 -40
  1492. package/dist/es/commands/ListAssociationVersionsCommand.js.map +0 -1
  1493. package/dist/es/commands/ListAssociationsCommand.js +0 -40
  1494. package/dist/es/commands/ListAssociationsCommand.js.map +0 -1
  1495. package/dist/es/commands/ListCommandInvocationsCommand.js +0 -40
  1496. package/dist/es/commands/ListCommandInvocationsCommand.js.map +0 -1
  1497. package/dist/es/commands/ListCommandsCommand.js +0 -40
  1498. package/dist/es/commands/ListCommandsCommand.js.map +0 -1
  1499. package/dist/es/commands/ListComplianceItemsCommand.js +0 -40
  1500. package/dist/es/commands/ListComplianceItemsCommand.js.map +0 -1
  1501. package/dist/es/commands/ListComplianceSummariesCommand.js +0 -40
  1502. package/dist/es/commands/ListComplianceSummariesCommand.js.map +0 -1
  1503. package/dist/es/commands/ListDocumentMetadataHistoryCommand.js +0 -40
  1504. package/dist/es/commands/ListDocumentMetadataHistoryCommand.js.map +0 -1
  1505. package/dist/es/commands/ListDocumentVersionsCommand.js +0 -40
  1506. package/dist/es/commands/ListDocumentVersionsCommand.js.map +0 -1
  1507. package/dist/es/commands/ListDocumentsCommand.js +0 -40
  1508. package/dist/es/commands/ListDocumentsCommand.js.map +0 -1
  1509. package/dist/es/commands/ListInventoryEntriesCommand.js +0 -40
  1510. package/dist/es/commands/ListInventoryEntriesCommand.js.map +0 -1
  1511. package/dist/es/commands/ListOpsItemEventsCommand.js +0 -40
  1512. package/dist/es/commands/ListOpsItemEventsCommand.js.map +0 -1
  1513. package/dist/es/commands/ListOpsItemRelatedItemsCommand.js +0 -40
  1514. package/dist/es/commands/ListOpsItemRelatedItemsCommand.js.map +0 -1
  1515. package/dist/es/commands/ListOpsMetadataCommand.js +0 -40
  1516. package/dist/es/commands/ListOpsMetadataCommand.js.map +0 -1
  1517. package/dist/es/commands/ListResourceComplianceSummariesCommand.js +0 -40
  1518. package/dist/es/commands/ListResourceComplianceSummariesCommand.js.map +0 -1
  1519. package/dist/es/commands/ListResourceDataSyncCommand.js +0 -40
  1520. package/dist/es/commands/ListResourceDataSyncCommand.js.map +0 -1
  1521. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  1522. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  1523. package/dist/es/commands/ModifyDocumentPermissionCommand.js +0 -40
  1524. package/dist/es/commands/ModifyDocumentPermissionCommand.js.map +0 -1
  1525. package/dist/es/commands/PutComplianceItemsCommand.js +0 -40
  1526. package/dist/es/commands/PutComplianceItemsCommand.js.map +0 -1
  1527. package/dist/es/commands/PutInventoryCommand.js +0 -40
  1528. package/dist/es/commands/PutInventoryCommand.js.map +0 -1
  1529. package/dist/es/commands/PutParameterCommand.js +0 -40
  1530. package/dist/es/commands/PutParameterCommand.js.map +0 -1
  1531. package/dist/es/commands/RegisterDefaultPatchBaselineCommand.js +0 -40
  1532. package/dist/es/commands/RegisterDefaultPatchBaselineCommand.js.map +0 -1
  1533. package/dist/es/commands/RegisterPatchBaselineForPatchGroupCommand.js +0 -40
  1534. package/dist/es/commands/RegisterPatchBaselineForPatchGroupCommand.js.map +0 -1
  1535. package/dist/es/commands/RegisterTargetWithMaintenanceWindowCommand.js +0 -40
  1536. package/dist/es/commands/RegisterTargetWithMaintenanceWindowCommand.js.map +0 -1
  1537. package/dist/es/commands/RegisterTaskWithMaintenanceWindowCommand.js +0 -40
  1538. package/dist/es/commands/RegisterTaskWithMaintenanceWindowCommand.js.map +0 -1
  1539. package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -40
  1540. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1541. package/dist/es/commands/ResetServiceSettingCommand.js +0 -40
  1542. package/dist/es/commands/ResetServiceSettingCommand.js.map +0 -1
  1543. package/dist/es/commands/ResumeSessionCommand.js +0 -40
  1544. package/dist/es/commands/ResumeSessionCommand.js.map +0 -1
  1545. package/dist/es/commands/SendAutomationSignalCommand.js +0 -40
  1546. package/dist/es/commands/SendAutomationSignalCommand.js.map +0 -1
  1547. package/dist/es/commands/SendCommandCommand.js +0 -40
  1548. package/dist/es/commands/SendCommandCommand.js.map +0 -1
  1549. package/dist/es/commands/StartAssociationsOnceCommand.js +0 -40
  1550. package/dist/es/commands/StartAssociationsOnceCommand.js.map +0 -1
  1551. package/dist/es/commands/StartAutomationExecutionCommand.js +0 -40
  1552. package/dist/es/commands/StartAutomationExecutionCommand.js.map +0 -1
  1553. package/dist/es/commands/StartChangeRequestExecutionCommand.js +0 -40
  1554. package/dist/es/commands/StartChangeRequestExecutionCommand.js.map +0 -1
  1555. package/dist/es/commands/StartSessionCommand.js +0 -40
  1556. package/dist/es/commands/StartSessionCommand.js.map +0 -1
  1557. package/dist/es/commands/StopAutomationExecutionCommand.js +0 -40
  1558. package/dist/es/commands/StopAutomationExecutionCommand.js.map +0 -1
  1559. package/dist/es/commands/TerminateSessionCommand.js +0 -40
  1560. package/dist/es/commands/TerminateSessionCommand.js.map +0 -1
  1561. package/dist/es/commands/UnlabelParameterVersionCommand.js +0 -40
  1562. package/dist/es/commands/UnlabelParameterVersionCommand.js.map +0 -1
  1563. package/dist/es/commands/UpdateAssociationCommand.js +0 -40
  1564. package/dist/es/commands/UpdateAssociationCommand.js.map +0 -1
  1565. package/dist/es/commands/UpdateAssociationStatusCommand.js +0 -40
  1566. package/dist/es/commands/UpdateAssociationStatusCommand.js.map +0 -1
  1567. package/dist/es/commands/UpdateDocumentCommand.js +0 -40
  1568. package/dist/es/commands/UpdateDocumentCommand.js.map +0 -1
  1569. package/dist/es/commands/UpdateDocumentDefaultVersionCommand.js +0 -40
  1570. package/dist/es/commands/UpdateDocumentDefaultVersionCommand.js.map +0 -1
  1571. package/dist/es/commands/UpdateDocumentMetadataCommand.js +0 -40
  1572. package/dist/es/commands/UpdateDocumentMetadataCommand.js.map +0 -1
  1573. package/dist/es/commands/UpdateMaintenanceWindowCommand.js +0 -41
  1574. package/dist/es/commands/UpdateMaintenanceWindowCommand.js.map +0 -1
  1575. package/dist/es/commands/UpdateMaintenanceWindowTargetCommand.js +0 -40
  1576. package/dist/es/commands/UpdateMaintenanceWindowTargetCommand.js.map +0 -1
  1577. package/dist/es/commands/UpdateMaintenanceWindowTaskCommand.js +0 -40
  1578. package/dist/es/commands/UpdateMaintenanceWindowTaskCommand.js.map +0 -1
  1579. package/dist/es/commands/UpdateManagedInstanceRoleCommand.js +0 -40
  1580. package/dist/es/commands/UpdateManagedInstanceRoleCommand.js.map +0 -1
  1581. package/dist/es/commands/UpdateOpsItemCommand.js +0 -40
  1582. package/dist/es/commands/UpdateOpsItemCommand.js.map +0 -1
  1583. package/dist/es/commands/UpdateOpsMetadataCommand.js +0 -40
  1584. package/dist/es/commands/UpdateOpsMetadataCommand.js.map +0 -1
  1585. package/dist/es/commands/UpdatePatchBaselineCommand.js +0 -40
  1586. package/dist/es/commands/UpdatePatchBaselineCommand.js.map +0 -1
  1587. package/dist/es/commands/UpdateResourceDataSyncCommand.js +0 -40
  1588. package/dist/es/commands/UpdateResourceDataSyncCommand.js.map +0 -1
  1589. package/dist/es/commands/UpdateServiceSettingCommand.js +0 -40
  1590. package/dist/es/commands/UpdateServiceSettingCommand.js.map +0 -1
  1591. package/dist/es/endpoints.js +0 -87
  1592. package/dist/es/endpoints.js.map +0 -1
  1593. package/dist/es/index.js +0 -187
  1594. package/dist/es/index.js.map +0 -1
  1595. package/dist/es/models/index.js +0 -4
  1596. package/dist/es/models/index.js.map +0 -1
  1597. package/dist/es/models/models_0.js +0 -1411
  1598. package/dist/es/models/models_0.js.map +0 -1
  1599. package/dist/es/models/models_1.js +0 -1301
  1600. package/dist/es/models/models_1.js.map +0 -1
  1601. package/dist/es/models/models_2.js +0 -101
  1602. package/dist/es/models/models_2.js.map +0 -1
  1603. package/dist/es/package.json +0 -94
  1604. package/dist/es/pagination/DescribeActivationsPaginator.js +0 -75
  1605. package/dist/es/pagination/DescribeActivationsPaginator.js.map +0 -1
  1606. package/dist/es/pagination/DescribeAssociationExecutionTargetsPaginator.js +0 -75
  1607. package/dist/es/pagination/DescribeAssociationExecutionTargetsPaginator.js.map +0 -1
  1608. package/dist/es/pagination/DescribeAssociationExecutionsPaginator.js +0 -75
  1609. package/dist/es/pagination/DescribeAssociationExecutionsPaginator.js.map +0 -1
  1610. package/dist/es/pagination/DescribeAutomationExecutionsPaginator.js +0 -75
  1611. package/dist/es/pagination/DescribeAutomationExecutionsPaginator.js.map +0 -1
  1612. package/dist/es/pagination/DescribeAutomationStepExecutionsPaginator.js +0 -75
  1613. package/dist/es/pagination/DescribeAutomationStepExecutionsPaginator.js.map +0 -1
  1614. package/dist/es/pagination/DescribeAvailablePatchesPaginator.js +0 -75
  1615. package/dist/es/pagination/DescribeAvailablePatchesPaginator.js.map +0 -1
  1616. package/dist/es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js +0 -75
  1617. package/dist/es/pagination/DescribeEffectiveInstanceAssociationsPaginator.js.map +0 -1
  1618. package/dist/es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js +0 -75
  1619. package/dist/es/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.js.map +0 -1
  1620. package/dist/es/pagination/DescribeInstanceAssociationsStatusPaginator.js +0 -75
  1621. package/dist/es/pagination/DescribeInstanceAssociationsStatusPaginator.js.map +0 -1
  1622. package/dist/es/pagination/DescribeInstanceInformationPaginator.js +0 -75
  1623. package/dist/es/pagination/DescribeInstanceInformationPaginator.js.map +0 -1
  1624. package/dist/es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js +0 -75
  1625. package/dist/es/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.js.map +0 -1
  1626. package/dist/es/pagination/DescribeInstancePatchStatesPaginator.js +0 -75
  1627. package/dist/es/pagination/DescribeInstancePatchStatesPaginator.js.map +0 -1
  1628. package/dist/es/pagination/DescribeInstancePatchesPaginator.js +0 -75
  1629. package/dist/es/pagination/DescribeInstancePatchesPaginator.js.map +0 -1
  1630. package/dist/es/pagination/DescribeInventoryDeletionsPaginator.js +0 -75
  1631. package/dist/es/pagination/DescribeInventoryDeletionsPaginator.js.map +0 -1
  1632. package/dist/es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js +0 -75
  1633. package/dist/es/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.js.map +0 -1
  1634. package/dist/es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js +0 -75
  1635. package/dist/es/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.js.map +0 -1
  1636. package/dist/es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js +0 -75
  1637. package/dist/es/pagination/DescribeMaintenanceWindowExecutionsPaginator.js.map +0 -1
  1638. package/dist/es/pagination/DescribeMaintenanceWindowSchedulePaginator.js +0 -75
  1639. package/dist/es/pagination/DescribeMaintenanceWindowSchedulePaginator.js.map +0 -1
  1640. package/dist/es/pagination/DescribeMaintenanceWindowTargetsPaginator.js +0 -75
  1641. package/dist/es/pagination/DescribeMaintenanceWindowTargetsPaginator.js.map +0 -1
  1642. package/dist/es/pagination/DescribeMaintenanceWindowTasksPaginator.js +0 -75
  1643. package/dist/es/pagination/DescribeMaintenanceWindowTasksPaginator.js.map +0 -1
  1644. package/dist/es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js +0 -75
  1645. package/dist/es/pagination/DescribeMaintenanceWindowsForTargetPaginator.js.map +0 -1
  1646. package/dist/es/pagination/DescribeMaintenanceWindowsPaginator.js +0 -75
  1647. package/dist/es/pagination/DescribeMaintenanceWindowsPaginator.js.map +0 -1
  1648. package/dist/es/pagination/DescribeOpsItemsPaginator.js +0 -75
  1649. package/dist/es/pagination/DescribeOpsItemsPaginator.js.map +0 -1
  1650. package/dist/es/pagination/DescribeParametersPaginator.js +0 -75
  1651. package/dist/es/pagination/DescribeParametersPaginator.js.map +0 -1
  1652. package/dist/es/pagination/DescribePatchBaselinesPaginator.js +0 -75
  1653. package/dist/es/pagination/DescribePatchBaselinesPaginator.js.map +0 -1
  1654. package/dist/es/pagination/DescribePatchGroupsPaginator.js +0 -75
  1655. package/dist/es/pagination/DescribePatchGroupsPaginator.js.map +0 -1
  1656. package/dist/es/pagination/DescribePatchPropertiesPaginator.js +0 -75
  1657. package/dist/es/pagination/DescribePatchPropertiesPaginator.js.map +0 -1
  1658. package/dist/es/pagination/DescribeSessionsPaginator.js +0 -75
  1659. package/dist/es/pagination/DescribeSessionsPaginator.js.map +0 -1
  1660. package/dist/es/pagination/GetInventoryPaginator.js +0 -75
  1661. package/dist/es/pagination/GetInventoryPaginator.js.map +0 -1
  1662. package/dist/es/pagination/GetInventorySchemaPaginator.js +0 -75
  1663. package/dist/es/pagination/GetInventorySchemaPaginator.js.map +0 -1
  1664. package/dist/es/pagination/GetOpsSummaryPaginator.js +0 -75
  1665. package/dist/es/pagination/GetOpsSummaryPaginator.js.map +0 -1
  1666. package/dist/es/pagination/GetParameterHistoryPaginator.js +0 -75
  1667. package/dist/es/pagination/GetParameterHistoryPaginator.js.map +0 -1
  1668. package/dist/es/pagination/GetParametersByPathPaginator.js +0 -75
  1669. package/dist/es/pagination/GetParametersByPathPaginator.js.map +0 -1
  1670. package/dist/es/pagination/Interfaces.js +0 -2
  1671. package/dist/es/pagination/Interfaces.js.map +0 -1
  1672. package/dist/es/pagination/ListAssociationVersionsPaginator.js +0 -75
  1673. package/dist/es/pagination/ListAssociationVersionsPaginator.js.map +0 -1
  1674. package/dist/es/pagination/ListAssociationsPaginator.js +0 -75
  1675. package/dist/es/pagination/ListAssociationsPaginator.js.map +0 -1
  1676. package/dist/es/pagination/ListCommandInvocationsPaginator.js +0 -75
  1677. package/dist/es/pagination/ListCommandInvocationsPaginator.js.map +0 -1
  1678. package/dist/es/pagination/ListCommandsPaginator.js +0 -75
  1679. package/dist/es/pagination/ListCommandsPaginator.js.map +0 -1
  1680. package/dist/es/pagination/ListComplianceItemsPaginator.js +0 -75
  1681. package/dist/es/pagination/ListComplianceItemsPaginator.js.map +0 -1
  1682. package/dist/es/pagination/ListComplianceSummariesPaginator.js +0 -75
  1683. package/dist/es/pagination/ListComplianceSummariesPaginator.js.map +0 -1
  1684. package/dist/es/pagination/ListDocumentVersionsPaginator.js +0 -75
  1685. package/dist/es/pagination/ListDocumentVersionsPaginator.js.map +0 -1
  1686. package/dist/es/pagination/ListDocumentsPaginator.js +0 -75
  1687. package/dist/es/pagination/ListDocumentsPaginator.js.map +0 -1
  1688. package/dist/es/pagination/ListOpsItemEventsPaginator.js +0 -75
  1689. package/dist/es/pagination/ListOpsItemEventsPaginator.js.map +0 -1
  1690. package/dist/es/pagination/ListOpsItemRelatedItemsPaginator.js +0 -75
  1691. package/dist/es/pagination/ListOpsItemRelatedItemsPaginator.js.map +0 -1
  1692. package/dist/es/pagination/ListOpsMetadataPaginator.js +0 -75
  1693. package/dist/es/pagination/ListOpsMetadataPaginator.js.map +0 -1
  1694. package/dist/es/pagination/ListResourceComplianceSummariesPaginator.js +0 -75
  1695. package/dist/es/pagination/ListResourceComplianceSummariesPaginator.js.map +0 -1
  1696. package/dist/es/pagination/ListResourceDataSyncPaginator.js +0 -75
  1697. package/dist/es/pagination/ListResourceDataSyncPaginator.js.map +0 -1
  1698. package/dist/es/protocols/Aws_json1_1.js +0 -19762
  1699. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1700. package/dist/es/runtimeConfig.browser.js +0 -17
  1701. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1702. package/dist/es/runtimeConfig.js +0 -22
  1703. package/dist/es/runtimeConfig.js.map +0 -1
  1704. package/dist/es/runtimeConfig.native.js +0 -9
  1705. package/dist/es/runtimeConfig.native.js.map +0 -1
  1706. package/dist/es/runtimeConfig.shared.js +0 -14
  1707. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1708. package/dist/es/waiters/waitForCommandExecuted.js +0 -118
  1709. package/dist/es/waiters/waitForCommandExecuted.js.map +0 -1
  1710. package/dist/types/SSM.d.ts +0 -1599
  1711. package/dist/types/SSMClient.d.ts +0 -298
  1712. package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -79
  1713. package/dist/types/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
  1714. package/dist/types/commands/CancelCommandCommand.d.ts +0 -36
  1715. package/dist/types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
  1716. package/dist/types/commands/CreateActivationCommand.d.ts +0 -44
  1717. package/dist/types/commands/CreateAssociationBatchCommand.d.ts +0 -41
  1718. package/dist/types/commands/CreateAssociationCommand.d.ts +0 -44
  1719. package/dist/types/commands/CreateDocumentCommand.d.ts +0 -38
  1720. package/dist/types/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
  1721. package/dist/types/commands/CreateOpsItemCommand.d.ts +0 -40
  1722. package/dist/types/commands/CreateOpsMetadataCommand.d.ts +0 -36
  1723. package/dist/types/commands/CreatePatchBaselineCommand.d.ts +0 -39
  1724. package/dist/types/commands/CreateResourceDataSyncCommand.d.ts +0 -55
  1725. package/dist/types/commands/DeleteActivationCommand.d.ts +0 -38
  1726. package/dist/types/commands/DeleteAssociationCommand.d.ts +0 -41
  1727. package/dist/types/commands/DeleteDocumentCommand.d.ts +0 -37
  1728. package/dist/types/commands/DeleteInventoryCommand.d.ts +0 -36
  1729. package/dist/types/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
  1730. package/dist/types/commands/DeleteOpsMetadataCommand.d.ts +0 -35
  1731. package/dist/types/commands/DeleteParameterCommand.d.ts +0 -36
  1732. package/dist/types/commands/DeleteParametersCommand.d.ts +0 -36
  1733. package/dist/types/commands/DeletePatchBaselineCommand.d.ts +0 -35
  1734. package/dist/types/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
  1735. package/dist/types/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
  1736. package/dist/types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  1737. package/dist/types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
  1738. package/dist/types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
  1739. package/dist/types/commands/DescribeActivationsCommand.d.ts +0 -38
  1740. package/dist/types/commands/DescribeAssociationCommand.d.ts +0 -37
  1741. package/dist/types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
  1742. package/dist/types/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
  1743. package/dist/types/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
  1744. package/dist/types/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
  1745. package/dist/types/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
  1746. package/dist/types/commands/DescribeDocumentCommand.d.ts +0 -35
  1747. package/dist/types/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
  1748. package/dist/types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
  1749. package/dist/types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
  1750. package/dist/types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
  1751. package/dist/types/commands/DescribeInstanceInformationCommand.d.ts +0 -44
  1752. package/dist/types/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
  1753. package/dist/types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
  1754. package/dist/types/commands/DescribeInstancePatchesCommand.d.ts +0 -36
  1755. package/dist/types/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
  1756. package/dist/types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
  1757. package/dist/types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
  1758. package/dist/types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
  1759. package/dist/types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
  1760. package/dist/types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
  1761. package/dist/types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
  1762. package/dist/types/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
  1763. package/dist/types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
  1764. package/dist/types/commands/DescribeOpsItemsCommand.d.ts +0 -40
  1765. package/dist/types/commands/DescribeParametersCommand.d.ts +0 -48
  1766. package/dist/types/commands/DescribePatchBaselinesCommand.d.ts +0 -35
  1767. package/dist/types/commands/DescribePatchGroupStateCommand.d.ts +0 -35
  1768. package/dist/types/commands/DescribePatchGroupsCommand.d.ts +0 -35
  1769. package/dist/types/commands/DescribePatchPropertiesCommand.d.ts +0 -98
  1770. package/dist/types/commands/DescribeSessionsCommand.d.ts +0 -36
  1771. package/dist/types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
  1772. package/dist/types/commands/GetAutomationExecutionCommand.d.ts +0 -35
  1773. package/dist/types/commands/GetCalendarStateCommand.d.ts +0 -43
  1774. package/dist/types/commands/GetCommandInvocationCommand.d.ts +0 -39
  1775. package/dist/types/commands/GetConnectionStatusCommand.d.ts +0 -36
  1776. package/dist/types/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
  1777. package/dist/types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
  1778. package/dist/types/commands/GetDocumentCommand.d.ts +0 -35
  1779. package/dist/types/commands/GetInventoryCommand.d.ts +0 -37
  1780. package/dist/types/commands/GetInventorySchemaCommand.d.ts +0 -36
  1781. package/dist/types/commands/GetMaintenanceWindowCommand.d.ts +0 -35
  1782. package/dist/types/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
  1783. package/dist/types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
  1784. package/dist/types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
  1785. package/dist/types/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
  1786. package/dist/types/commands/GetOpsItemCommand.d.ts +0 -41
  1787. package/dist/types/commands/GetOpsMetadataCommand.d.ts +0 -35
  1788. package/dist/types/commands/GetOpsSummaryCommand.d.ts +0 -39
  1789. package/dist/types/commands/GetParameterCommand.d.ts +0 -38
  1790. package/dist/types/commands/GetParameterHistoryCommand.d.ts +0 -41
  1791. package/dist/types/commands/GetParametersByPathCommand.d.ts +0 -41
  1792. package/dist/types/commands/GetParametersCommand.d.ts +0 -39
  1793. package/dist/types/commands/GetPatchBaselineCommand.d.ts +0 -35
  1794. package/dist/types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
  1795. package/dist/types/commands/GetServiceSettingCommand.d.ts +0 -48
  1796. package/dist/types/commands/LabelParameterVersionCommand.d.ts +0 -71
  1797. package/dist/types/commands/ListAssociationVersionsCommand.d.ts +0 -35
  1798. package/dist/types/commands/ListAssociationsCommand.d.ts +0 -37
  1799. package/dist/types/commands/ListCommandInvocationsCommand.d.ts +0 -39
  1800. package/dist/types/commands/ListCommandsCommand.d.ts +0 -35
  1801. package/dist/types/commands/ListComplianceItemsCommand.d.ts +0 -37
  1802. package/dist/types/commands/ListComplianceSummariesCommand.d.ts +0 -37
  1803. package/dist/types/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
  1804. package/dist/types/commands/ListDocumentVersionsCommand.d.ts +0 -35
  1805. package/dist/types/commands/ListDocumentsCommand.d.ts +0 -36
  1806. package/dist/types/commands/ListInventoryEntriesCommand.d.ts +0 -35
  1807. package/dist/types/commands/ListOpsItemEventsCommand.d.ts +0 -36
  1808. package/dist/types/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
  1809. package/dist/types/commands/ListOpsMetadataCommand.d.ts +0 -36
  1810. package/dist/types/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
  1811. package/dist/types/commands/ListResourceDataSyncCommand.d.ts +0 -43
  1812. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
  1813. package/dist/types/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
  1814. package/dist/types/commands/PutComplianceItemsCommand.d.ts +0 -90
  1815. package/dist/types/commands/PutInventoryCommand.d.ts +0 -36
  1816. package/dist/types/commands/PutParameterCommand.d.ts +0 -35
  1817. package/dist/types/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
  1818. package/dist/types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  1819. package/dist/types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
  1820. package/dist/types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
  1821. package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
  1822. package/dist/types/commands/ResetServiceSettingCommand.d.ts +0 -49
  1823. package/dist/types/commands/ResumeSessionCommand.d.ts +0 -40
  1824. package/dist/types/commands/SendAutomationSignalCommand.d.ts +0 -36
  1825. package/dist/types/commands/SendCommandCommand.d.ts +0 -35
  1826. package/dist/types/commands/StartAssociationsOnceCommand.d.ts +0 -36
  1827. package/dist/types/commands/StartAutomationExecutionCommand.d.ts +0 -35
  1828. package/dist/types/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
  1829. package/dist/types/commands/StartSessionCommand.d.ts +0 -44
  1830. package/dist/types/commands/StopAutomationExecutionCommand.d.ts +0 -35
  1831. package/dist/types/commands/TerminateSessionCommand.d.ts +0 -36
  1832. package/dist/types/commands/UnlabelParameterVersionCommand.d.ts +0 -35
  1833. package/dist/types/commands/UpdateAssociationCommand.d.ts +0 -47
  1834. package/dist/types/commands/UpdateAssociationStatusCommand.d.ts +0 -40
  1835. package/dist/types/commands/UpdateDocumentCommand.d.ts +0 -35
  1836. package/dist/types/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
  1837. package/dist/types/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
  1838. package/dist/types/commands/UpdateMaintenanceWindowCommand.d.ts +0 -44
  1839. package/dist/types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
  1840. package/dist/types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
  1841. package/dist/types/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
  1842. package/dist/types/commands/UpdateOpsItemCommand.d.ts +0 -40
  1843. package/dist/types/commands/UpdateOpsMetadataCommand.d.ts +0 -35
  1844. package/dist/types/commands/UpdatePatchBaselineCommand.d.ts +0 -40
  1845. package/dist/types/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
  1846. package/dist/types/commands/UpdateServiceSettingCommand.d.ts +0 -48
  1847. package/dist/types/models/models_0.d.ts +0 -7679
  1848. package/dist/types/models/models_1.d.ts +0 -8664
  1849. package/dist/types/models/models_2.d.ts +0 -1004
  1850. package/dist/types/pagination/DescribeActivationsPaginator.d.ts +0 -4
  1851. package/dist/types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  1852. package/dist/types/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  1853. package/dist/types/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  1854. package/dist/types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  1855. package/dist/types/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  1856. package/dist/types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  1857. package/dist/types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  1858. package/dist/types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  1859. package/dist/types/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  1860. package/dist/types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  1861. package/dist/types/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  1862. package/dist/types/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  1863. package/dist/types/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  1864. package/dist/types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  1865. package/dist/types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  1866. package/dist/types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  1867. package/dist/types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  1868. package/dist/types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  1869. package/dist/types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  1870. package/dist/types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  1871. package/dist/types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  1872. package/dist/types/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  1873. package/dist/types/pagination/DescribeParametersPaginator.d.ts +0 -4
  1874. package/dist/types/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  1875. package/dist/types/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  1876. package/dist/types/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  1877. package/dist/types/pagination/DescribeSessionsPaginator.d.ts +0 -4
  1878. package/dist/types/pagination/GetInventoryPaginator.d.ts +0 -4
  1879. package/dist/types/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  1880. package/dist/types/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  1881. package/dist/types/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  1882. package/dist/types/pagination/GetParametersByPathPaginator.d.ts +0 -4
  1883. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1884. package/dist/types/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  1885. package/dist/types/pagination/ListAssociationsPaginator.d.ts +0 -4
  1886. package/dist/types/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  1887. package/dist/types/pagination/ListCommandsPaginator.d.ts +0 -4
  1888. package/dist/types/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  1889. package/dist/types/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  1890. package/dist/types/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  1891. package/dist/types/pagination/ListDocumentsPaginator.d.ts +0 -4
  1892. package/dist/types/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  1893. package/dist/types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  1894. package/dist/types/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  1895. package/dist/types/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  1896. package/dist/types/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  1897. package/dist/types/protocols/Aws_json1_1.d.ts +0 -407
  1898. package/dist/types/runtimeConfig.d.ts +0 -37
  1899. package/dist/types/ts3.4/SSM.d.ts +0 -1599
  1900. package/dist/types/ts3.4/SSMClient.d.ts +0 -298
  1901. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -79
  1902. package/dist/types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +0 -37
  1903. package/dist/types/ts3.4/commands/CancelCommandCommand.d.ts +0 -36
  1904. package/dist/types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +0 -37
  1905. package/dist/types/ts3.4/commands/CreateActivationCommand.d.ts +0 -44
  1906. package/dist/types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +0 -41
  1907. package/dist/types/ts3.4/commands/CreateAssociationCommand.d.ts +0 -44
  1908. package/dist/types/ts3.4/commands/CreateDocumentCommand.d.ts +0 -38
  1909. package/dist/types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +0 -43
  1910. package/dist/types/ts3.4/commands/CreateOpsItemCommand.d.ts +0 -40
  1911. package/dist/types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +0 -36
  1912. package/dist/types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +0 -39
  1913. package/dist/types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +0 -55
  1914. package/dist/types/ts3.4/commands/DeleteActivationCommand.d.ts +0 -38
  1915. package/dist/types/ts3.4/commands/DeleteAssociationCommand.d.ts +0 -41
  1916. package/dist/types/ts3.4/commands/DeleteDocumentCommand.d.ts +0 -37
  1917. package/dist/types/ts3.4/commands/DeleteInventoryCommand.d.ts +0 -36
  1918. package/dist/types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +0 -35
  1919. package/dist/types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +0 -35
  1920. package/dist/types/ts3.4/commands/DeleteParameterCommand.d.ts +0 -36
  1921. package/dist/types/ts3.4/commands/DeleteParametersCommand.d.ts +0 -36
  1922. package/dist/types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +0 -35
  1923. package/dist/types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +0 -37
  1924. package/dist/types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +0 -37
  1925. package/dist/types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  1926. package/dist/types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +0 -35
  1927. package/dist/types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +0 -35
  1928. package/dist/types/ts3.4/commands/DescribeActivationsCommand.d.ts +0 -38
  1929. package/dist/types/ts3.4/commands/DescribeAssociationCommand.d.ts +0 -37
  1930. package/dist/types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +0 -35
  1931. package/dist/types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +0 -35
  1932. package/dist/types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +0 -35
  1933. package/dist/types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +0 -36
  1934. package/dist/types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +0 -35
  1935. package/dist/types/ts3.4/commands/DescribeDocumentCommand.d.ts +0 -35
  1936. package/dist/types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +0 -37
  1937. package/dist/types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +0 -35
  1938. package/dist/types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +0 -36
  1939. package/dist/types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +0 -35
  1940. package/dist/types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +0 -44
  1941. package/dist/types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +0 -35
  1942. package/dist/types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +0 -35
  1943. package/dist/types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +0 -36
  1944. package/dist/types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +0 -35
  1945. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +0 -36
  1946. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +0 -35
  1947. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +0 -37
  1948. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +0 -35
  1949. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +0 -35
  1950. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +0 -41
  1951. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +0 -35
  1952. package/dist/types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +0 -36
  1953. package/dist/types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +0 -40
  1954. package/dist/types/ts3.4/commands/DescribeParametersCommand.d.ts +0 -48
  1955. package/dist/types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +0 -35
  1956. package/dist/types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +0 -35
  1957. package/dist/types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +0 -35
  1958. package/dist/types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +0 -98
  1959. package/dist/types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -36
  1960. package/dist/types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +0 -37
  1961. package/dist/types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +0 -35
  1962. package/dist/types/ts3.4/commands/GetCalendarStateCommand.d.ts +0 -43
  1963. package/dist/types/ts3.4/commands/GetCommandInvocationCommand.d.ts +0 -39
  1964. package/dist/types/ts3.4/commands/GetConnectionStatusCommand.d.ts +0 -36
  1965. package/dist/types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +0 -38
  1966. package/dist/types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +0 -43
  1967. package/dist/types/ts3.4/commands/GetDocumentCommand.d.ts +0 -35
  1968. package/dist/types/ts3.4/commands/GetInventoryCommand.d.ts +0 -37
  1969. package/dist/types/ts3.4/commands/GetInventorySchemaCommand.d.ts +0 -36
  1970. package/dist/types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +0 -35
  1971. package/dist/types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +0 -35
  1972. package/dist/types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +0 -36
  1973. package/dist/types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +0 -35
  1974. package/dist/types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +0 -41
  1975. package/dist/types/ts3.4/commands/GetOpsItemCommand.d.ts +0 -41
  1976. package/dist/types/ts3.4/commands/GetOpsMetadataCommand.d.ts +0 -35
  1977. package/dist/types/ts3.4/commands/GetOpsSummaryCommand.d.ts +0 -39
  1978. package/dist/types/ts3.4/commands/GetParameterCommand.d.ts +0 -38
  1979. package/dist/types/ts3.4/commands/GetParameterHistoryCommand.d.ts +0 -41
  1980. package/dist/types/ts3.4/commands/GetParametersByPathCommand.d.ts +0 -41
  1981. package/dist/types/ts3.4/commands/GetParametersCommand.d.ts +0 -39
  1982. package/dist/types/ts3.4/commands/GetPatchBaselineCommand.d.ts +0 -35
  1983. package/dist/types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +0 -35
  1984. package/dist/types/ts3.4/commands/GetServiceSettingCommand.d.ts +0 -48
  1985. package/dist/types/ts3.4/commands/LabelParameterVersionCommand.d.ts +0 -71
  1986. package/dist/types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +0 -35
  1987. package/dist/types/ts3.4/commands/ListAssociationsCommand.d.ts +0 -37
  1988. package/dist/types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +0 -39
  1989. package/dist/types/ts3.4/commands/ListCommandsCommand.d.ts +0 -35
  1990. package/dist/types/ts3.4/commands/ListComplianceItemsCommand.d.ts +0 -37
  1991. package/dist/types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +0 -37
  1992. package/dist/types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +0 -35
  1993. package/dist/types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +0 -35
  1994. package/dist/types/ts3.4/commands/ListDocumentsCommand.d.ts +0 -36
  1995. package/dist/types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +0 -35
  1996. package/dist/types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +0 -36
  1997. package/dist/types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +0 -36
  1998. package/dist/types/ts3.4/commands/ListOpsMetadataCommand.d.ts +0 -36
  1999. package/dist/types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +0 -37
  2000. package/dist/types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +0 -43
  2001. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  2002. package/dist/types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +0 -38
  2003. package/dist/types/ts3.4/commands/PutComplianceItemsCommand.d.ts +0 -90
  2004. package/dist/types/ts3.4/commands/PutInventoryCommand.d.ts +0 -36
  2005. package/dist/types/ts3.4/commands/PutParameterCommand.d.ts +0 -35
  2006. package/dist/types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +0 -39
  2007. package/dist/types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +0 -35
  2008. package/dist/types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +0 -35
  2009. package/dist/types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +0 -35
  2010. package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -35
  2011. package/dist/types/ts3.4/commands/ResetServiceSettingCommand.d.ts +0 -49
  2012. package/dist/types/ts3.4/commands/ResumeSessionCommand.d.ts +0 -40
  2013. package/dist/types/ts3.4/commands/SendAutomationSignalCommand.d.ts +0 -36
  2014. package/dist/types/ts3.4/commands/SendCommandCommand.d.ts +0 -35
  2015. package/dist/types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +0 -36
  2016. package/dist/types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +0 -35
  2017. package/dist/types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +0 -37
  2018. package/dist/types/ts3.4/commands/StartSessionCommand.d.ts +0 -44
  2019. package/dist/types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +0 -35
  2020. package/dist/types/ts3.4/commands/TerminateSessionCommand.d.ts +0 -36
  2021. package/dist/types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +0 -35
  2022. package/dist/types/ts3.4/commands/UpdateAssociationCommand.d.ts +0 -47
  2023. package/dist/types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +0 -40
  2024. package/dist/types/ts3.4/commands/UpdateDocumentCommand.d.ts +0 -35
  2025. package/dist/types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +0 -35
  2026. package/dist/types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +0 -36
  2027. package/dist/types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +0 -44
  2028. package/dist/types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +0 -61
  2029. package/dist/types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +0 -90
  2030. package/dist/types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +0 -37
  2031. package/dist/types/ts3.4/commands/UpdateOpsItemCommand.d.ts +0 -40
  2032. package/dist/types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +0 -35
  2033. package/dist/types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +0 -40
  2034. package/dist/types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +0 -44
  2035. package/dist/types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +0 -48
  2036. package/dist/types/ts3.4/models/models_0.d.ts +0 -7679
  2037. package/dist/types/ts3.4/models/models_1.d.ts +0 -8664
  2038. package/dist/types/ts3.4/models/models_2.d.ts +0 -1004
  2039. package/dist/types/ts3.4/pagination/DescribeActivationsPaginator.d.ts +0 -4
  2040. package/dist/types/ts3.4/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +0 -4
  2041. package/dist/types/ts3.4/pagination/DescribeAssociationExecutionsPaginator.d.ts +0 -4
  2042. package/dist/types/ts3.4/pagination/DescribeAutomationExecutionsPaginator.d.ts +0 -4
  2043. package/dist/types/ts3.4/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +0 -4
  2044. package/dist/types/ts3.4/pagination/DescribeAvailablePatchesPaginator.d.ts +0 -4
  2045. package/dist/types/ts3.4/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +0 -4
  2046. package/dist/types/ts3.4/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +0 -4
  2047. package/dist/types/ts3.4/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +0 -4
  2048. package/dist/types/ts3.4/pagination/DescribeInstanceInformationPaginator.d.ts +0 -4
  2049. package/dist/types/ts3.4/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +0 -4
  2050. package/dist/types/ts3.4/pagination/DescribeInstancePatchStatesPaginator.d.ts +0 -4
  2051. package/dist/types/ts3.4/pagination/DescribeInstancePatchesPaginator.d.ts +0 -4
  2052. package/dist/types/ts3.4/pagination/DescribeInventoryDeletionsPaginator.d.ts +0 -4
  2053. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +0 -4
  2054. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +0 -4
  2055. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +0 -4
  2056. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +0 -4
  2057. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +0 -4
  2058. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +0 -4
  2059. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +0 -4
  2060. package/dist/types/ts3.4/pagination/DescribeMaintenanceWindowsPaginator.d.ts +0 -4
  2061. package/dist/types/ts3.4/pagination/DescribeOpsItemsPaginator.d.ts +0 -4
  2062. package/dist/types/ts3.4/pagination/DescribeParametersPaginator.d.ts +0 -4
  2063. package/dist/types/ts3.4/pagination/DescribePatchBaselinesPaginator.d.ts +0 -4
  2064. package/dist/types/ts3.4/pagination/DescribePatchGroupsPaginator.d.ts +0 -4
  2065. package/dist/types/ts3.4/pagination/DescribePatchPropertiesPaginator.d.ts +0 -4
  2066. package/dist/types/ts3.4/pagination/DescribeSessionsPaginator.d.ts +0 -4
  2067. package/dist/types/ts3.4/pagination/GetInventoryPaginator.d.ts +0 -4
  2068. package/dist/types/ts3.4/pagination/GetInventorySchemaPaginator.d.ts +0 -4
  2069. package/dist/types/ts3.4/pagination/GetOpsSummaryPaginator.d.ts +0 -4
  2070. package/dist/types/ts3.4/pagination/GetParameterHistoryPaginator.d.ts +0 -4
  2071. package/dist/types/ts3.4/pagination/GetParametersByPathPaginator.d.ts +0 -4
  2072. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2073. package/dist/types/ts3.4/pagination/ListAssociationVersionsPaginator.d.ts +0 -4
  2074. package/dist/types/ts3.4/pagination/ListAssociationsPaginator.d.ts +0 -4
  2075. package/dist/types/ts3.4/pagination/ListCommandInvocationsPaginator.d.ts +0 -4
  2076. package/dist/types/ts3.4/pagination/ListCommandsPaginator.d.ts +0 -4
  2077. package/dist/types/ts3.4/pagination/ListComplianceItemsPaginator.d.ts +0 -4
  2078. package/dist/types/ts3.4/pagination/ListComplianceSummariesPaginator.d.ts +0 -4
  2079. package/dist/types/ts3.4/pagination/ListDocumentVersionsPaginator.d.ts +0 -4
  2080. package/dist/types/ts3.4/pagination/ListDocumentsPaginator.d.ts +0 -4
  2081. package/dist/types/ts3.4/pagination/ListOpsItemEventsPaginator.d.ts +0 -4
  2082. package/dist/types/ts3.4/pagination/ListOpsItemRelatedItemsPaginator.d.ts +0 -4
  2083. package/dist/types/ts3.4/pagination/ListOpsMetadataPaginator.d.ts +0 -4
  2084. package/dist/types/ts3.4/pagination/ListResourceComplianceSummariesPaginator.d.ts +0 -4
  2085. package/dist/types/ts3.4/pagination/ListResourceDataSyncPaginator.d.ts +0 -4
  2086. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -407
  2087. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  2088. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  2089. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  2090. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  2091. package/dist/types/ts3.4/waiters/waitForCommandExecuted.d.ts +0 -14
  2092. package/dist/types/waiters/waitForCommandExecuted.d.ts +0 -14
  2093. package/endpoints.ts +0 -91
  2094. package/jest.config.js +0 -4
  2095. package/models/models_0.ts +0 -9302
  2096. package/models/models_1.ts +0 -10488
  2097. package/models/models_2.ts +0 -1237
  2098. package/pagination/DescribeActivationsPaginator.ts +0 -58
  2099. package/pagination/DescribeAssociationExecutionTargetsPaginator.ts +0 -58
  2100. package/pagination/DescribeAssociationExecutionsPaginator.ts +0 -58
  2101. package/pagination/DescribeAutomationExecutionsPaginator.ts +0 -58
  2102. package/pagination/DescribeAutomationStepExecutionsPaginator.ts +0 -58
  2103. package/pagination/DescribeAvailablePatchesPaginator.ts +0 -58
  2104. package/pagination/DescribeEffectiveInstanceAssociationsPaginator.ts +0 -58
  2105. package/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.ts +0 -58
  2106. package/pagination/DescribeInstanceAssociationsStatusPaginator.ts +0 -58
  2107. package/pagination/DescribeInstanceInformationPaginator.ts +0 -58
  2108. package/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.ts +0 -58
  2109. package/pagination/DescribeInstancePatchStatesPaginator.ts +0 -58
  2110. package/pagination/DescribeInstancePatchesPaginator.ts +0 -58
  2111. package/pagination/DescribeInventoryDeletionsPaginator.ts +0 -58
  2112. package/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.ts +0 -58
  2113. package/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.ts +0 -58
  2114. package/pagination/DescribeMaintenanceWindowExecutionsPaginator.ts +0 -58
  2115. package/pagination/DescribeMaintenanceWindowSchedulePaginator.ts +0 -58
  2116. package/pagination/DescribeMaintenanceWindowTargetsPaginator.ts +0 -58
  2117. package/pagination/DescribeMaintenanceWindowTasksPaginator.ts +0 -58
  2118. package/pagination/DescribeMaintenanceWindowsForTargetPaginator.ts +0 -58
  2119. package/pagination/DescribeMaintenanceWindowsPaginator.ts +0 -58
  2120. package/pagination/DescribeOpsItemsPaginator.ts +0 -58
  2121. package/pagination/DescribeParametersPaginator.ts +0 -58
  2122. package/pagination/DescribePatchBaselinesPaginator.ts +0 -58
  2123. package/pagination/DescribePatchGroupsPaginator.ts +0 -58
  2124. package/pagination/DescribePatchPropertiesPaginator.ts +0 -58
  2125. package/pagination/DescribeSessionsPaginator.ts +0 -58
  2126. package/pagination/GetInventoryPaginator.ts +0 -58
  2127. package/pagination/GetInventorySchemaPaginator.ts +0 -58
  2128. package/pagination/GetOpsSummaryPaginator.ts +0 -58
  2129. package/pagination/GetParameterHistoryPaginator.ts +0 -58
  2130. package/pagination/GetParametersByPathPaginator.ts +0 -58
  2131. package/pagination/Interfaces.ts +0 -7
  2132. package/pagination/ListAssociationVersionsPaginator.ts +0 -58
  2133. package/pagination/ListAssociationsPaginator.ts +0 -58
  2134. package/pagination/ListCommandInvocationsPaginator.ts +0 -58
  2135. package/pagination/ListCommandsPaginator.ts +0 -58
  2136. package/pagination/ListComplianceItemsPaginator.ts +0 -58
  2137. package/pagination/ListComplianceSummariesPaginator.ts +0 -58
  2138. package/pagination/ListDocumentVersionsPaginator.ts +0 -58
  2139. package/pagination/ListDocumentsPaginator.ts +0 -58
  2140. package/pagination/ListOpsItemEventsPaginator.ts +0 -58
  2141. package/pagination/ListOpsItemRelatedItemsPaginator.ts +0 -58
  2142. package/pagination/ListOpsMetadataPaginator.ts +0 -58
  2143. package/pagination/ListResourceComplianceSummariesPaginator.ts +0 -58
  2144. package/pagination/ListResourceDataSyncPaginator.ts +0 -58
  2145. package/protocols/Aws_json1_1.ts +0 -24857
  2146. package/runtimeConfig.browser.ts +0 -40
  2147. package/runtimeConfig.native.ts +0 -16
  2148. package/runtimeConfig.shared.ts +0 -16
  2149. package/runtimeConfig.ts +0 -45
  2150. package/tsconfig.es.json +0 -10
  2151. package/tsconfig.json +0 -31
  2152. package/tsconfig.types.json +0 -8
  2153. package/waiters/waitForCommandExecuted.ts +0 -105
@@ -0,0 +1,1933 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAssociationBatchRequestEntry = exports.UnsupportedPlatformType = exports.InvalidTarget = exports.InvalidSchedule = exports.InvalidParameters = exports.InvalidOutputLocation = exports.InvalidDocumentVersion = exports.InvalidDocument = exports.CreateAssociationResult = exports.AssociationDescription = exports.AssociationStatus = exports.AssociationStatusName = exports.AssociationOverview = exports.CreateAssociationRequest = exports.Target = exports.TargetLocation = exports.AssociationSyncCompliance = exports.InstanceAssociationOutputLocation = exports.S3OutputLocation = exports.AssociationComplianceSeverity = exports.AssociationLimitExceeded = exports.AssociationAlreadyExists = exports.CreateActivationResult = exports.CreateActivationRequest = exports.DoesNotExistException = exports.CancelMaintenanceWindowExecutionResult = exports.CancelMaintenanceWindowExecutionRequest = exports.InvalidInstanceId = exports.InvalidCommandId = exports.DuplicateInstanceId = exports.CancelCommandResult = exports.CancelCommandRequest = exports.OpsItemRelatedItemAlreadyExistsException = exports.OpsItemNotFoundException = exports.OpsItemLimitExceededException = exports.OpsItemInvalidParameterException = exports.AssociateOpsItemRelatedItemResponse = exports.AssociateOpsItemRelatedItemRequest = exports.AlreadyExistsException = exports.TooManyUpdates = exports.TooManyTagsError = exports.InvalidResourceType = exports.InvalidResourceId = exports.InternalServerError = exports.AddTagsToResourceResult = exports.AddTagsToResourceRequest = exports.ResourceTypeForTagging = exports.Activation = exports.Tag = exports.AccountSharingInfo = void 0;
4
+ exports.PatchSource = exports.PatchAction = exports.OperatingSystem = exports.PatchRuleGroup = exports.PatchRule = exports.PatchFilterGroup = exports.PatchFilter = exports.PatchFilterKey = exports.PatchComplianceLevel = exports.OpsMetadataTooManyUpdatesException = exports.OpsMetadataLimitExceededException = exports.OpsMetadataInvalidArgumentException = exports.OpsMetadataAlreadyExistsException = exports.CreateOpsMetadataResult = exports.CreateOpsMetadataRequest = exports.MetadataValue = exports.OpsItemAlreadyExistsException = exports.CreateOpsItemResponse = exports.CreateOpsItemRequest = exports.RelatedOpsItem = exports.OpsItemDataValue = exports.OpsItemDataType = exports.OpsItemNotification = exports.ResourceLimitExceededException = exports.IdempotentParameterMismatch = exports.CreateMaintenanceWindowResult = exports.CreateMaintenanceWindowRequest = exports.MaxDocumentSizeExceeded = exports.InvalidDocumentSchemaVersion = exports.InvalidDocumentContent = exports.DocumentLimitExceeded = exports.DocumentAlreadyExists = exports.CreateDocumentResult = exports.DocumentDescription = exports.DocumentStatus = exports.ReviewInformation = exports.ReviewStatus = exports.PlatformType = exports.DocumentParameter = exports.DocumentHashType = exports.AttachmentInformation = exports.CreateDocumentRequest = exports.DocumentRequires = exports.DocumentType = exports.DocumentFormat = exports.AttachmentsSource = exports.AttachmentsSourceKey = exports.CreateAssociationBatchResult = exports.FailedCreateAssociation = exports.CreateAssociationBatchRequest = void 0;
5
+ exports.DeregisterManagedInstanceRequest = exports.ResourceDataSyncNotFoundException = exports.DeleteResourceDataSyncResult = exports.DeleteResourceDataSyncRequest = exports.ResourceInUseException = exports.DeletePatchBaselineResult = exports.DeletePatchBaselineRequest = exports.DeleteParametersResult = exports.DeleteParametersRequest = exports.ParameterNotFound = exports.DeleteParameterResult = exports.DeleteParameterRequest = exports.OpsMetadataNotFoundException = exports.DeleteOpsMetadataResult = exports.DeleteOpsMetadataRequest = exports.DeleteMaintenanceWindowResult = exports.DeleteMaintenanceWindowRequest = exports.InvalidTypeNameException = exports.InvalidOptionException = exports.InvalidInventoryRequestException = exports.InvalidDeleteInventoryParametersException = exports.DeleteInventoryResult = exports.InventoryDeletionSummary = exports.InventoryDeletionSummaryItem = exports.DeleteInventoryRequest = exports.InventorySchemaDeleteOption = exports.InvalidDocumentOperation = exports.DeleteDocumentResult = exports.DeleteDocumentRequest = exports.AssociatedInstances = exports.DeleteAssociationResult = exports.DeleteAssociationRequest = exports.AssociationDoesNotExist = exports.InvalidActivationId = exports.InvalidActivation = exports.DeleteActivationResult = exports.DeleteActivationRequest = exports.ResourceDataSyncInvalidConfigurationException = exports.ResourceDataSyncCountExceededException = exports.ResourceDataSyncAlreadyExistsException = exports.CreateResourceDataSyncResult = exports.CreateResourceDataSyncRequest = exports.ResourceDataSyncSource = exports.ResourceDataSyncAwsOrganizationsSource = exports.ResourceDataSyncOrganizationalUnit = exports.ResourceDataSyncS3Destination = exports.ResourceDataSyncS3Format = exports.ResourceDataSyncDestinationDataSharing = exports.CreatePatchBaselineResult = exports.CreatePatchBaselineRequest = void 0;
6
+ exports.DescribeAutomationStepExecutionsResult = exports.StepExecution = exports.FailureDetails = exports.DescribeAutomationStepExecutionsRequest = exports.StepExecutionFilter = exports.StepExecutionFilterKey = exports.AutomationExecutionNotFoundException = exports.InvalidFilterValue = exports.InvalidFilterKey = exports.DescribeAutomationExecutionsResult = exports.AutomationExecutionMetadata = exports.Runbook = exports.ResolvedTargets = exports.ExecutionMode = exports.AutomationType = exports.AutomationSubtype = exports.AutomationExecutionStatus = exports.DescribeAutomationExecutionsRequest = exports.AutomationExecutionFilter = exports.AutomationExecutionFilterKey = exports.DescribeAssociationExecutionTargetsResult = exports.AssociationExecutionTarget = exports.OutputSource = exports.DescribeAssociationExecutionTargetsRequest = exports.AssociationExecutionTargetsFilter = exports.AssociationExecutionTargetsFilterKey = exports.AssociationExecutionDoesNotExist = exports.DescribeAssociationExecutionsResult = exports.AssociationExecution = exports.DescribeAssociationExecutionsRequest = exports.AssociationExecutionFilter = exports.AssociationFilterOperatorType = exports.AssociationExecutionFilterKey = exports.InvalidAssociationVersion = exports.DescribeAssociationResult = exports.DescribeAssociationRequest = exports.InvalidNextToken = exports.InvalidFilter = exports.DescribeActivationsResult = exports.DescribeActivationsRequest = exports.DescribeActivationsFilter = exports.DescribeActivationsFilterKeys = exports.DeregisterTaskFromMaintenanceWindowResult = exports.DeregisterTaskFromMaintenanceWindowRequest = exports.TargetInUseException = exports.DeregisterTargetFromMaintenanceWindowResult = exports.DeregisterTargetFromMaintenanceWindowRequest = exports.DeregisterPatchBaselineForPatchGroupResult = exports.DeregisterPatchBaselineForPatchGroupRequest = exports.DeregisterManagedInstanceResult = void 0;
7
+ exports.InventoryDeletionStatusItem = exports.InventoryDeletionStatus = exports.DescribeInventoryDeletionsRequest = exports.DescribeInstancePatchStatesForPatchGroupResult = exports.DescribeInstancePatchStatesForPatchGroupRequest = exports.InstancePatchStateFilter = exports.InstancePatchStateOperatorType = exports.DescribeInstancePatchStatesResult = exports.InstancePatchState = exports.RebootOption = exports.PatchOperationType = exports.DescribeInstancePatchStatesRequest = exports.DescribeInstancePatchesResult = exports.PatchComplianceData = exports.PatchComplianceDataState = exports.DescribeInstancePatchesRequest = exports.InvalidInstanceInformationFilterValue = exports.DescribeInstanceInformationResult = exports.InstanceInformation = exports.ResourceType = exports.PingStatus = exports.InstanceAggregatedAssociationOverview = exports.DescribeInstanceInformationRequest = exports.InstanceInformationFilter = exports.InstanceInformationFilterKey = exports.InstanceInformationStringFilter = exports.DescribeInstanceAssociationsStatusResult = exports.InstanceAssociationStatusInfo = exports.InstanceAssociationOutputUrl = exports.S3OutputUrl = exports.DescribeInstanceAssociationsStatusRequest = exports.UnsupportedOperatingSystem = exports.DescribeEffectivePatchesForPatchBaselineResult = exports.EffectivePatch = exports.PatchStatus = exports.PatchDeploymentStatus = exports.DescribeEffectivePatchesForPatchBaselineRequest = exports.DescribeEffectiveInstanceAssociationsResult = exports.InstanceAssociation = exports.DescribeEffectiveInstanceAssociationsRequest = exports.InvalidPermissionType = exports.DescribeDocumentPermissionResponse = exports.DescribeDocumentPermissionRequest = exports.DocumentPermissionType = exports.DescribeDocumentResult = exports.DescribeDocumentRequest = exports.DescribeAvailablePatchesResult = exports.Patch = exports.DescribeAvailablePatchesRequest = exports.PatchOrchestratorFilter = void 0;
8
+ exports.ParameterMetadata = exports.ParameterType = exports.ParameterTier = exports.ParameterInlinePolicy = exports.DescribeParametersRequest = exports.ParameterStringFilter = exports.ParametersFilter = exports.ParametersFilterKey = exports.DescribeOpsItemsResponse = exports.OpsItemSummary = exports.OpsItemStatus = exports.DescribeOpsItemsRequest = exports.OpsItemFilter = exports.OpsItemFilterOperator = exports.OpsItemFilterKey = exports.DescribeMaintenanceWindowTasksResult = exports.MaintenanceWindowTask = exports.MaintenanceWindowTaskParameterValueExpression = exports.LoggingInfo = exports.MaintenanceWindowTaskCutoffBehavior = exports.DescribeMaintenanceWindowTasksRequest = exports.DescribeMaintenanceWindowTargetsResult = exports.MaintenanceWindowTarget = exports.DescribeMaintenanceWindowTargetsRequest = exports.DescribeMaintenanceWindowsForTargetResult = exports.MaintenanceWindowIdentityForTarget = exports.DescribeMaintenanceWindowsForTargetRequest = exports.DescribeMaintenanceWindowScheduleResult = exports.ScheduledWindowExecution = exports.DescribeMaintenanceWindowScheduleRequest = exports.MaintenanceWindowResourceType = exports.DescribeMaintenanceWindowsResult = exports.MaintenanceWindowIdentity = exports.DescribeMaintenanceWindowsRequest = exports.DescribeMaintenanceWindowExecutionTasksResult = exports.MaintenanceWindowExecutionTaskIdentity = exports.DescribeMaintenanceWindowExecutionTasksRequest = exports.DescribeMaintenanceWindowExecutionTaskInvocationsResult = exports.MaintenanceWindowExecutionTaskInvocationIdentity = exports.MaintenanceWindowTaskType = exports.DescribeMaintenanceWindowExecutionTaskInvocationsRequest = exports.DescribeMaintenanceWindowExecutionsResult = exports.MaintenanceWindowExecution = exports.MaintenanceWindowExecutionStatus = exports.DescribeMaintenanceWindowExecutionsRequest = exports.MaintenanceWindowFilter = exports.InvalidDeletionIdException = exports.DescribeInventoryDeletionsResult = void 0;
9
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
10
+ var AccountSharingInfo;
11
+ (function (AccountSharingInfo) {
12
+ AccountSharingInfo.filterSensitiveLog = (obj) => ({
13
+ ...obj,
14
+ });
15
+ })(AccountSharingInfo = exports.AccountSharingInfo || (exports.AccountSharingInfo = {}));
16
+ var Tag;
17
+ (function (Tag) {
18
+ Tag.filterSensitiveLog = (obj) => ({
19
+ ...obj,
20
+ });
21
+ })(Tag = exports.Tag || (exports.Tag = {}));
22
+ var Activation;
23
+ (function (Activation) {
24
+ Activation.filterSensitiveLog = (obj) => ({
25
+ ...obj,
26
+ });
27
+ })(Activation = exports.Activation || (exports.Activation = {}));
28
+ var ResourceTypeForTagging;
29
+ (function (ResourceTypeForTagging) {
30
+ ResourceTypeForTagging["DOCUMENT"] = "Document";
31
+ ResourceTypeForTagging["MAINTENANCE_WINDOW"] = "MaintenanceWindow";
32
+ ResourceTypeForTagging["MANAGED_INSTANCE"] = "ManagedInstance";
33
+ ResourceTypeForTagging["OPSMETADATA"] = "OpsMetadata";
34
+ ResourceTypeForTagging["OPS_ITEM"] = "OpsItem";
35
+ ResourceTypeForTagging["PARAMETER"] = "Parameter";
36
+ ResourceTypeForTagging["PATCH_BASELINE"] = "PatchBaseline";
37
+ })(ResourceTypeForTagging = exports.ResourceTypeForTagging || (exports.ResourceTypeForTagging = {}));
38
+ var AddTagsToResourceRequest;
39
+ (function (AddTagsToResourceRequest) {
40
+ AddTagsToResourceRequest.filterSensitiveLog = (obj) => ({
41
+ ...obj,
42
+ });
43
+ })(AddTagsToResourceRequest = exports.AddTagsToResourceRequest || (exports.AddTagsToResourceRequest = {}));
44
+ var AddTagsToResourceResult;
45
+ (function (AddTagsToResourceResult) {
46
+ AddTagsToResourceResult.filterSensitiveLog = (obj) => ({
47
+ ...obj,
48
+ });
49
+ })(AddTagsToResourceResult = exports.AddTagsToResourceResult || (exports.AddTagsToResourceResult = {}));
50
+ var InternalServerError;
51
+ (function (InternalServerError) {
52
+ InternalServerError.filterSensitiveLog = (obj) => ({
53
+ ...obj,
54
+ });
55
+ })(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
56
+ var InvalidResourceId;
57
+ (function (InvalidResourceId) {
58
+ InvalidResourceId.filterSensitiveLog = (obj) => ({
59
+ ...obj,
60
+ });
61
+ })(InvalidResourceId = exports.InvalidResourceId || (exports.InvalidResourceId = {}));
62
+ var InvalidResourceType;
63
+ (function (InvalidResourceType) {
64
+ InvalidResourceType.filterSensitiveLog = (obj) => ({
65
+ ...obj,
66
+ });
67
+ })(InvalidResourceType = exports.InvalidResourceType || (exports.InvalidResourceType = {}));
68
+ var TooManyTagsError;
69
+ (function (TooManyTagsError) {
70
+ TooManyTagsError.filterSensitiveLog = (obj) => ({
71
+ ...obj,
72
+ });
73
+ })(TooManyTagsError = exports.TooManyTagsError || (exports.TooManyTagsError = {}));
74
+ var TooManyUpdates;
75
+ (function (TooManyUpdates) {
76
+ TooManyUpdates.filterSensitiveLog = (obj) => ({
77
+ ...obj,
78
+ });
79
+ })(TooManyUpdates = exports.TooManyUpdates || (exports.TooManyUpdates = {}));
80
+ var AlreadyExistsException;
81
+ (function (AlreadyExistsException) {
82
+ AlreadyExistsException.filterSensitiveLog = (obj) => ({
83
+ ...obj,
84
+ });
85
+ })(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
86
+ var AssociateOpsItemRelatedItemRequest;
87
+ (function (AssociateOpsItemRelatedItemRequest) {
88
+ AssociateOpsItemRelatedItemRequest.filterSensitiveLog = (obj) => ({
89
+ ...obj,
90
+ });
91
+ })(AssociateOpsItemRelatedItemRequest = exports.AssociateOpsItemRelatedItemRequest || (exports.AssociateOpsItemRelatedItemRequest = {}));
92
+ var AssociateOpsItemRelatedItemResponse;
93
+ (function (AssociateOpsItemRelatedItemResponse) {
94
+ AssociateOpsItemRelatedItemResponse.filterSensitiveLog = (obj) => ({
95
+ ...obj,
96
+ });
97
+ })(AssociateOpsItemRelatedItemResponse = exports.AssociateOpsItemRelatedItemResponse || (exports.AssociateOpsItemRelatedItemResponse = {}));
98
+ var OpsItemInvalidParameterException;
99
+ (function (OpsItemInvalidParameterException) {
100
+ OpsItemInvalidParameterException.filterSensitiveLog = (obj) => ({
101
+ ...obj,
102
+ });
103
+ })(OpsItemInvalidParameterException = exports.OpsItemInvalidParameterException || (exports.OpsItemInvalidParameterException = {}));
104
+ var OpsItemLimitExceededException;
105
+ (function (OpsItemLimitExceededException) {
106
+ OpsItemLimitExceededException.filterSensitiveLog = (obj) => ({
107
+ ...obj,
108
+ });
109
+ })(OpsItemLimitExceededException = exports.OpsItemLimitExceededException || (exports.OpsItemLimitExceededException = {}));
110
+ var OpsItemNotFoundException;
111
+ (function (OpsItemNotFoundException) {
112
+ OpsItemNotFoundException.filterSensitiveLog = (obj) => ({
113
+ ...obj,
114
+ });
115
+ })(OpsItemNotFoundException = exports.OpsItemNotFoundException || (exports.OpsItemNotFoundException = {}));
116
+ var OpsItemRelatedItemAlreadyExistsException;
117
+ (function (OpsItemRelatedItemAlreadyExistsException) {
118
+ OpsItemRelatedItemAlreadyExistsException.filterSensitiveLog = (obj) => ({
119
+ ...obj,
120
+ });
121
+ })(OpsItemRelatedItemAlreadyExistsException = exports.OpsItemRelatedItemAlreadyExistsException || (exports.OpsItemRelatedItemAlreadyExistsException = {}));
122
+ var CancelCommandRequest;
123
+ (function (CancelCommandRequest) {
124
+ CancelCommandRequest.filterSensitiveLog = (obj) => ({
125
+ ...obj,
126
+ });
127
+ })(CancelCommandRequest = exports.CancelCommandRequest || (exports.CancelCommandRequest = {}));
128
+ var CancelCommandResult;
129
+ (function (CancelCommandResult) {
130
+ CancelCommandResult.filterSensitiveLog = (obj) => ({
131
+ ...obj,
132
+ });
133
+ })(CancelCommandResult = exports.CancelCommandResult || (exports.CancelCommandResult = {}));
134
+ var DuplicateInstanceId;
135
+ (function (DuplicateInstanceId) {
136
+ DuplicateInstanceId.filterSensitiveLog = (obj) => ({
137
+ ...obj,
138
+ });
139
+ })(DuplicateInstanceId = exports.DuplicateInstanceId || (exports.DuplicateInstanceId = {}));
140
+ var InvalidCommandId;
141
+ (function (InvalidCommandId) {
142
+ InvalidCommandId.filterSensitiveLog = (obj) => ({
143
+ ...obj,
144
+ });
145
+ })(InvalidCommandId = exports.InvalidCommandId || (exports.InvalidCommandId = {}));
146
+ var InvalidInstanceId;
147
+ (function (InvalidInstanceId) {
148
+ InvalidInstanceId.filterSensitiveLog = (obj) => ({
149
+ ...obj,
150
+ });
151
+ })(InvalidInstanceId = exports.InvalidInstanceId || (exports.InvalidInstanceId = {}));
152
+ var CancelMaintenanceWindowExecutionRequest;
153
+ (function (CancelMaintenanceWindowExecutionRequest) {
154
+ CancelMaintenanceWindowExecutionRequest.filterSensitiveLog = (obj) => ({
155
+ ...obj,
156
+ });
157
+ })(CancelMaintenanceWindowExecutionRequest = exports.CancelMaintenanceWindowExecutionRequest || (exports.CancelMaintenanceWindowExecutionRequest = {}));
158
+ var CancelMaintenanceWindowExecutionResult;
159
+ (function (CancelMaintenanceWindowExecutionResult) {
160
+ CancelMaintenanceWindowExecutionResult.filterSensitiveLog = (obj) => ({
161
+ ...obj,
162
+ });
163
+ })(CancelMaintenanceWindowExecutionResult = exports.CancelMaintenanceWindowExecutionResult || (exports.CancelMaintenanceWindowExecutionResult = {}));
164
+ var DoesNotExistException;
165
+ (function (DoesNotExistException) {
166
+ DoesNotExistException.filterSensitiveLog = (obj) => ({
167
+ ...obj,
168
+ });
169
+ })(DoesNotExistException = exports.DoesNotExistException || (exports.DoesNotExistException = {}));
170
+ var CreateActivationRequest;
171
+ (function (CreateActivationRequest) {
172
+ CreateActivationRequest.filterSensitiveLog = (obj) => ({
173
+ ...obj,
174
+ });
175
+ })(CreateActivationRequest = exports.CreateActivationRequest || (exports.CreateActivationRequest = {}));
176
+ var CreateActivationResult;
177
+ (function (CreateActivationResult) {
178
+ CreateActivationResult.filterSensitiveLog = (obj) => ({
179
+ ...obj,
180
+ });
181
+ })(CreateActivationResult = exports.CreateActivationResult || (exports.CreateActivationResult = {}));
182
+ var AssociationAlreadyExists;
183
+ (function (AssociationAlreadyExists) {
184
+ AssociationAlreadyExists.filterSensitiveLog = (obj) => ({
185
+ ...obj,
186
+ });
187
+ })(AssociationAlreadyExists = exports.AssociationAlreadyExists || (exports.AssociationAlreadyExists = {}));
188
+ var AssociationLimitExceeded;
189
+ (function (AssociationLimitExceeded) {
190
+ AssociationLimitExceeded.filterSensitiveLog = (obj) => ({
191
+ ...obj,
192
+ });
193
+ })(AssociationLimitExceeded = exports.AssociationLimitExceeded || (exports.AssociationLimitExceeded = {}));
194
+ var AssociationComplianceSeverity;
195
+ (function (AssociationComplianceSeverity) {
196
+ AssociationComplianceSeverity["Critical"] = "CRITICAL";
197
+ AssociationComplianceSeverity["High"] = "HIGH";
198
+ AssociationComplianceSeverity["Low"] = "LOW";
199
+ AssociationComplianceSeverity["Medium"] = "MEDIUM";
200
+ AssociationComplianceSeverity["Unspecified"] = "UNSPECIFIED";
201
+ })(AssociationComplianceSeverity = exports.AssociationComplianceSeverity || (exports.AssociationComplianceSeverity = {}));
202
+ var S3OutputLocation;
203
+ (function (S3OutputLocation) {
204
+ S3OutputLocation.filterSensitiveLog = (obj) => ({
205
+ ...obj,
206
+ });
207
+ })(S3OutputLocation = exports.S3OutputLocation || (exports.S3OutputLocation = {}));
208
+ var InstanceAssociationOutputLocation;
209
+ (function (InstanceAssociationOutputLocation) {
210
+ InstanceAssociationOutputLocation.filterSensitiveLog = (obj) => ({
211
+ ...obj,
212
+ });
213
+ })(InstanceAssociationOutputLocation = exports.InstanceAssociationOutputLocation || (exports.InstanceAssociationOutputLocation = {}));
214
+ var AssociationSyncCompliance;
215
+ (function (AssociationSyncCompliance) {
216
+ AssociationSyncCompliance["Auto"] = "AUTO";
217
+ AssociationSyncCompliance["Manual"] = "MANUAL";
218
+ })(AssociationSyncCompliance = exports.AssociationSyncCompliance || (exports.AssociationSyncCompliance = {}));
219
+ var TargetLocation;
220
+ (function (TargetLocation) {
221
+ TargetLocation.filterSensitiveLog = (obj) => ({
222
+ ...obj,
223
+ });
224
+ })(TargetLocation = exports.TargetLocation || (exports.TargetLocation = {}));
225
+ var Target;
226
+ (function (Target) {
227
+ Target.filterSensitiveLog = (obj) => ({
228
+ ...obj,
229
+ });
230
+ })(Target = exports.Target || (exports.Target = {}));
231
+ var CreateAssociationRequest;
232
+ (function (CreateAssociationRequest) {
233
+ CreateAssociationRequest.filterSensitiveLog = (obj) => ({
234
+ ...obj,
235
+ });
236
+ })(CreateAssociationRequest = exports.CreateAssociationRequest || (exports.CreateAssociationRequest = {}));
237
+ var AssociationOverview;
238
+ (function (AssociationOverview) {
239
+ AssociationOverview.filterSensitiveLog = (obj) => ({
240
+ ...obj,
241
+ });
242
+ })(AssociationOverview = exports.AssociationOverview || (exports.AssociationOverview = {}));
243
+ var AssociationStatusName;
244
+ (function (AssociationStatusName) {
245
+ AssociationStatusName["Failed"] = "Failed";
246
+ AssociationStatusName["Pending"] = "Pending";
247
+ AssociationStatusName["Success"] = "Success";
248
+ })(AssociationStatusName = exports.AssociationStatusName || (exports.AssociationStatusName = {}));
249
+ var AssociationStatus;
250
+ (function (AssociationStatus) {
251
+ AssociationStatus.filterSensitiveLog = (obj) => ({
252
+ ...obj,
253
+ });
254
+ })(AssociationStatus = exports.AssociationStatus || (exports.AssociationStatus = {}));
255
+ var AssociationDescription;
256
+ (function (AssociationDescription) {
257
+ AssociationDescription.filterSensitiveLog = (obj) => ({
258
+ ...obj,
259
+ });
260
+ })(AssociationDescription = exports.AssociationDescription || (exports.AssociationDescription = {}));
261
+ var CreateAssociationResult;
262
+ (function (CreateAssociationResult) {
263
+ CreateAssociationResult.filterSensitiveLog = (obj) => ({
264
+ ...obj,
265
+ });
266
+ })(CreateAssociationResult = exports.CreateAssociationResult || (exports.CreateAssociationResult = {}));
267
+ var InvalidDocument;
268
+ (function (InvalidDocument) {
269
+ InvalidDocument.filterSensitiveLog = (obj) => ({
270
+ ...obj,
271
+ });
272
+ })(InvalidDocument = exports.InvalidDocument || (exports.InvalidDocument = {}));
273
+ var InvalidDocumentVersion;
274
+ (function (InvalidDocumentVersion) {
275
+ InvalidDocumentVersion.filterSensitiveLog = (obj) => ({
276
+ ...obj,
277
+ });
278
+ })(InvalidDocumentVersion = exports.InvalidDocumentVersion || (exports.InvalidDocumentVersion = {}));
279
+ var InvalidOutputLocation;
280
+ (function (InvalidOutputLocation) {
281
+ InvalidOutputLocation.filterSensitiveLog = (obj) => ({
282
+ ...obj,
283
+ });
284
+ })(InvalidOutputLocation = exports.InvalidOutputLocation || (exports.InvalidOutputLocation = {}));
285
+ var InvalidParameters;
286
+ (function (InvalidParameters) {
287
+ InvalidParameters.filterSensitiveLog = (obj) => ({
288
+ ...obj,
289
+ });
290
+ })(InvalidParameters = exports.InvalidParameters || (exports.InvalidParameters = {}));
291
+ var InvalidSchedule;
292
+ (function (InvalidSchedule) {
293
+ InvalidSchedule.filterSensitiveLog = (obj) => ({
294
+ ...obj,
295
+ });
296
+ })(InvalidSchedule = exports.InvalidSchedule || (exports.InvalidSchedule = {}));
297
+ var InvalidTarget;
298
+ (function (InvalidTarget) {
299
+ InvalidTarget.filterSensitiveLog = (obj) => ({
300
+ ...obj,
301
+ });
302
+ })(InvalidTarget = exports.InvalidTarget || (exports.InvalidTarget = {}));
303
+ var UnsupportedPlatformType;
304
+ (function (UnsupportedPlatformType) {
305
+ UnsupportedPlatformType.filterSensitiveLog = (obj) => ({
306
+ ...obj,
307
+ });
308
+ })(UnsupportedPlatformType = exports.UnsupportedPlatformType || (exports.UnsupportedPlatformType = {}));
309
+ var CreateAssociationBatchRequestEntry;
310
+ (function (CreateAssociationBatchRequestEntry) {
311
+ CreateAssociationBatchRequestEntry.filterSensitiveLog = (obj) => ({
312
+ ...obj,
313
+ });
314
+ })(CreateAssociationBatchRequestEntry = exports.CreateAssociationBatchRequestEntry || (exports.CreateAssociationBatchRequestEntry = {}));
315
+ var CreateAssociationBatchRequest;
316
+ (function (CreateAssociationBatchRequest) {
317
+ CreateAssociationBatchRequest.filterSensitiveLog = (obj) => ({
318
+ ...obj,
319
+ });
320
+ })(CreateAssociationBatchRequest = exports.CreateAssociationBatchRequest || (exports.CreateAssociationBatchRequest = {}));
321
+ var FailedCreateAssociation;
322
+ (function (FailedCreateAssociation) {
323
+ FailedCreateAssociation.filterSensitiveLog = (obj) => ({
324
+ ...obj,
325
+ });
326
+ })(FailedCreateAssociation = exports.FailedCreateAssociation || (exports.FailedCreateAssociation = {}));
327
+ var CreateAssociationBatchResult;
328
+ (function (CreateAssociationBatchResult) {
329
+ CreateAssociationBatchResult.filterSensitiveLog = (obj) => ({
330
+ ...obj,
331
+ });
332
+ })(CreateAssociationBatchResult = exports.CreateAssociationBatchResult || (exports.CreateAssociationBatchResult = {}));
333
+ var AttachmentsSourceKey;
334
+ (function (AttachmentsSourceKey) {
335
+ AttachmentsSourceKey["AttachmentReference"] = "AttachmentReference";
336
+ AttachmentsSourceKey["S3FileUrl"] = "S3FileUrl";
337
+ AttachmentsSourceKey["SourceUrl"] = "SourceUrl";
338
+ })(AttachmentsSourceKey = exports.AttachmentsSourceKey || (exports.AttachmentsSourceKey = {}));
339
+ var AttachmentsSource;
340
+ (function (AttachmentsSource) {
341
+ AttachmentsSource.filterSensitiveLog = (obj) => ({
342
+ ...obj,
343
+ });
344
+ })(AttachmentsSource = exports.AttachmentsSource || (exports.AttachmentsSource = {}));
345
+ var DocumentFormat;
346
+ (function (DocumentFormat) {
347
+ DocumentFormat["JSON"] = "JSON";
348
+ DocumentFormat["TEXT"] = "TEXT";
349
+ DocumentFormat["YAML"] = "YAML";
350
+ })(DocumentFormat = exports.DocumentFormat || (exports.DocumentFormat = {}));
351
+ var DocumentType;
352
+ (function (DocumentType) {
353
+ DocumentType["ApplicationConfiguration"] = "ApplicationConfiguration";
354
+ DocumentType["ApplicationConfigurationSchema"] = "ApplicationConfigurationSchema";
355
+ DocumentType["Automation"] = "Automation";
356
+ DocumentType["ChangeCalendar"] = "ChangeCalendar";
357
+ DocumentType["ChangeTemplate"] = "Automation.ChangeTemplate";
358
+ DocumentType["Command"] = "Command";
359
+ DocumentType["DeploymentStrategy"] = "DeploymentStrategy";
360
+ DocumentType["Package"] = "Package";
361
+ DocumentType["Policy"] = "Policy";
362
+ DocumentType["ProblemAnalysis"] = "ProblemAnalysis";
363
+ DocumentType["ProblemAnalysisTemplate"] = "ProblemAnalysisTemplate";
364
+ DocumentType["Session"] = "Session";
365
+ })(DocumentType = exports.DocumentType || (exports.DocumentType = {}));
366
+ var DocumentRequires;
367
+ (function (DocumentRequires) {
368
+ DocumentRequires.filterSensitiveLog = (obj) => ({
369
+ ...obj,
370
+ });
371
+ })(DocumentRequires = exports.DocumentRequires || (exports.DocumentRequires = {}));
372
+ var CreateDocumentRequest;
373
+ (function (CreateDocumentRequest) {
374
+ CreateDocumentRequest.filterSensitiveLog = (obj) => ({
375
+ ...obj,
376
+ });
377
+ })(CreateDocumentRequest = exports.CreateDocumentRequest || (exports.CreateDocumentRequest = {}));
378
+ var AttachmentInformation;
379
+ (function (AttachmentInformation) {
380
+ AttachmentInformation.filterSensitiveLog = (obj) => ({
381
+ ...obj,
382
+ });
383
+ })(AttachmentInformation = exports.AttachmentInformation || (exports.AttachmentInformation = {}));
384
+ var DocumentHashType;
385
+ (function (DocumentHashType) {
386
+ DocumentHashType["SHA1"] = "Sha1";
387
+ DocumentHashType["SHA256"] = "Sha256";
388
+ })(DocumentHashType = exports.DocumentHashType || (exports.DocumentHashType = {}));
389
+ var DocumentParameter;
390
+ (function (DocumentParameter) {
391
+ DocumentParameter.filterSensitiveLog = (obj) => ({
392
+ ...obj,
393
+ });
394
+ })(DocumentParameter = exports.DocumentParameter || (exports.DocumentParameter = {}));
395
+ var PlatformType;
396
+ (function (PlatformType) {
397
+ PlatformType["LINUX"] = "Linux";
398
+ PlatformType["WINDOWS"] = "Windows";
399
+ })(PlatformType = exports.PlatformType || (exports.PlatformType = {}));
400
+ var ReviewStatus;
401
+ (function (ReviewStatus) {
402
+ ReviewStatus["APPROVED"] = "APPROVED";
403
+ ReviewStatus["NOT_REVIEWED"] = "NOT_REVIEWED";
404
+ ReviewStatus["PENDING"] = "PENDING";
405
+ ReviewStatus["REJECTED"] = "REJECTED";
406
+ })(ReviewStatus = exports.ReviewStatus || (exports.ReviewStatus = {}));
407
+ var ReviewInformation;
408
+ (function (ReviewInformation) {
409
+ ReviewInformation.filterSensitiveLog = (obj) => ({
410
+ ...obj,
411
+ });
412
+ })(ReviewInformation = exports.ReviewInformation || (exports.ReviewInformation = {}));
413
+ var DocumentStatus;
414
+ (function (DocumentStatus) {
415
+ DocumentStatus["Active"] = "Active";
416
+ DocumentStatus["Creating"] = "Creating";
417
+ DocumentStatus["Deleting"] = "Deleting";
418
+ DocumentStatus["Failed"] = "Failed";
419
+ DocumentStatus["Updating"] = "Updating";
420
+ })(DocumentStatus = exports.DocumentStatus || (exports.DocumentStatus = {}));
421
+ var DocumentDescription;
422
+ (function (DocumentDescription) {
423
+ DocumentDescription.filterSensitiveLog = (obj) => ({
424
+ ...obj,
425
+ });
426
+ })(DocumentDescription = exports.DocumentDescription || (exports.DocumentDescription = {}));
427
+ var CreateDocumentResult;
428
+ (function (CreateDocumentResult) {
429
+ CreateDocumentResult.filterSensitiveLog = (obj) => ({
430
+ ...obj,
431
+ });
432
+ })(CreateDocumentResult = exports.CreateDocumentResult || (exports.CreateDocumentResult = {}));
433
+ var DocumentAlreadyExists;
434
+ (function (DocumentAlreadyExists) {
435
+ DocumentAlreadyExists.filterSensitiveLog = (obj) => ({
436
+ ...obj,
437
+ });
438
+ })(DocumentAlreadyExists = exports.DocumentAlreadyExists || (exports.DocumentAlreadyExists = {}));
439
+ var DocumentLimitExceeded;
440
+ (function (DocumentLimitExceeded) {
441
+ DocumentLimitExceeded.filterSensitiveLog = (obj) => ({
442
+ ...obj,
443
+ });
444
+ })(DocumentLimitExceeded = exports.DocumentLimitExceeded || (exports.DocumentLimitExceeded = {}));
445
+ var InvalidDocumentContent;
446
+ (function (InvalidDocumentContent) {
447
+ InvalidDocumentContent.filterSensitiveLog = (obj) => ({
448
+ ...obj,
449
+ });
450
+ })(InvalidDocumentContent = exports.InvalidDocumentContent || (exports.InvalidDocumentContent = {}));
451
+ var InvalidDocumentSchemaVersion;
452
+ (function (InvalidDocumentSchemaVersion) {
453
+ InvalidDocumentSchemaVersion.filterSensitiveLog = (obj) => ({
454
+ ...obj,
455
+ });
456
+ })(InvalidDocumentSchemaVersion = exports.InvalidDocumentSchemaVersion || (exports.InvalidDocumentSchemaVersion = {}));
457
+ var MaxDocumentSizeExceeded;
458
+ (function (MaxDocumentSizeExceeded) {
459
+ MaxDocumentSizeExceeded.filterSensitiveLog = (obj) => ({
460
+ ...obj,
461
+ });
462
+ })(MaxDocumentSizeExceeded = exports.MaxDocumentSizeExceeded || (exports.MaxDocumentSizeExceeded = {}));
463
+ var CreateMaintenanceWindowRequest;
464
+ (function (CreateMaintenanceWindowRequest) {
465
+ CreateMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
466
+ ...obj,
467
+ ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
468
+ });
469
+ })(CreateMaintenanceWindowRequest = exports.CreateMaintenanceWindowRequest || (exports.CreateMaintenanceWindowRequest = {}));
470
+ var CreateMaintenanceWindowResult;
471
+ (function (CreateMaintenanceWindowResult) {
472
+ CreateMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
473
+ ...obj,
474
+ });
475
+ })(CreateMaintenanceWindowResult = exports.CreateMaintenanceWindowResult || (exports.CreateMaintenanceWindowResult = {}));
476
+ var IdempotentParameterMismatch;
477
+ (function (IdempotentParameterMismatch) {
478
+ IdempotentParameterMismatch.filterSensitiveLog = (obj) => ({
479
+ ...obj,
480
+ });
481
+ })(IdempotentParameterMismatch = exports.IdempotentParameterMismatch || (exports.IdempotentParameterMismatch = {}));
482
+ var ResourceLimitExceededException;
483
+ (function (ResourceLimitExceededException) {
484
+ ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
485
+ ...obj,
486
+ });
487
+ })(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
488
+ var OpsItemNotification;
489
+ (function (OpsItemNotification) {
490
+ OpsItemNotification.filterSensitiveLog = (obj) => ({
491
+ ...obj,
492
+ });
493
+ })(OpsItemNotification = exports.OpsItemNotification || (exports.OpsItemNotification = {}));
494
+ var OpsItemDataType;
495
+ (function (OpsItemDataType) {
496
+ OpsItemDataType["SEARCHABLE_STRING"] = "SearchableString";
497
+ OpsItemDataType["STRING"] = "String";
498
+ })(OpsItemDataType = exports.OpsItemDataType || (exports.OpsItemDataType = {}));
499
+ var OpsItemDataValue;
500
+ (function (OpsItemDataValue) {
501
+ OpsItemDataValue.filterSensitiveLog = (obj) => ({
502
+ ...obj,
503
+ });
504
+ })(OpsItemDataValue = exports.OpsItemDataValue || (exports.OpsItemDataValue = {}));
505
+ var RelatedOpsItem;
506
+ (function (RelatedOpsItem) {
507
+ RelatedOpsItem.filterSensitiveLog = (obj) => ({
508
+ ...obj,
509
+ });
510
+ })(RelatedOpsItem = exports.RelatedOpsItem || (exports.RelatedOpsItem = {}));
511
+ var CreateOpsItemRequest;
512
+ (function (CreateOpsItemRequest) {
513
+ CreateOpsItemRequest.filterSensitiveLog = (obj) => ({
514
+ ...obj,
515
+ });
516
+ })(CreateOpsItemRequest = exports.CreateOpsItemRequest || (exports.CreateOpsItemRequest = {}));
517
+ var CreateOpsItemResponse;
518
+ (function (CreateOpsItemResponse) {
519
+ CreateOpsItemResponse.filterSensitiveLog = (obj) => ({
520
+ ...obj,
521
+ });
522
+ })(CreateOpsItemResponse = exports.CreateOpsItemResponse || (exports.CreateOpsItemResponse = {}));
523
+ var OpsItemAlreadyExistsException;
524
+ (function (OpsItemAlreadyExistsException) {
525
+ OpsItemAlreadyExistsException.filterSensitiveLog = (obj) => ({
526
+ ...obj,
527
+ });
528
+ })(OpsItemAlreadyExistsException = exports.OpsItemAlreadyExistsException || (exports.OpsItemAlreadyExistsException = {}));
529
+ var MetadataValue;
530
+ (function (MetadataValue) {
531
+ MetadataValue.filterSensitiveLog = (obj) => ({
532
+ ...obj,
533
+ });
534
+ })(MetadataValue = exports.MetadataValue || (exports.MetadataValue = {}));
535
+ var CreateOpsMetadataRequest;
536
+ (function (CreateOpsMetadataRequest) {
537
+ CreateOpsMetadataRequest.filterSensitiveLog = (obj) => ({
538
+ ...obj,
539
+ });
540
+ })(CreateOpsMetadataRequest = exports.CreateOpsMetadataRequest || (exports.CreateOpsMetadataRequest = {}));
541
+ var CreateOpsMetadataResult;
542
+ (function (CreateOpsMetadataResult) {
543
+ CreateOpsMetadataResult.filterSensitiveLog = (obj) => ({
544
+ ...obj,
545
+ });
546
+ })(CreateOpsMetadataResult = exports.CreateOpsMetadataResult || (exports.CreateOpsMetadataResult = {}));
547
+ var OpsMetadataAlreadyExistsException;
548
+ (function (OpsMetadataAlreadyExistsException) {
549
+ OpsMetadataAlreadyExistsException.filterSensitiveLog = (obj) => ({
550
+ ...obj,
551
+ });
552
+ })(OpsMetadataAlreadyExistsException = exports.OpsMetadataAlreadyExistsException || (exports.OpsMetadataAlreadyExistsException = {}));
553
+ var OpsMetadataInvalidArgumentException;
554
+ (function (OpsMetadataInvalidArgumentException) {
555
+ OpsMetadataInvalidArgumentException.filterSensitiveLog = (obj) => ({
556
+ ...obj,
557
+ });
558
+ })(OpsMetadataInvalidArgumentException = exports.OpsMetadataInvalidArgumentException || (exports.OpsMetadataInvalidArgumentException = {}));
559
+ var OpsMetadataLimitExceededException;
560
+ (function (OpsMetadataLimitExceededException) {
561
+ OpsMetadataLimitExceededException.filterSensitiveLog = (obj) => ({
562
+ ...obj,
563
+ });
564
+ })(OpsMetadataLimitExceededException = exports.OpsMetadataLimitExceededException || (exports.OpsMetadataLimitExceededException = {}));
565
+ var OpsMetadataTooManyUpdatesException;
566
+ (function (OpsMetadataTooManyUpdatesException) {
567
+ OpsMetadataTooManyUpdatesException.filterSensitiveLog = (obj) => ({
568
+ ...obj,
569
+ });
570
+ })(OpsMetadataTooManyUpdatesException = exports.OpsMetadataTooManyUpdatesException || (exports.OpsMetadataTooManyUpdatesException = {}));
571
+ var PatchComplianceLevel;
572
+ (function (PatchComplianceLevel) {
573
+ PatchComplianceLevel["Critical"] = "CRITICAL";
574
+ PatchComplianceLevel["High"] = "HIGH";
575
+ PatchComplianceLevel["Informational"] = "INFORMATIONAL";
576
+ PatchComplianceLevel["Low"] = "LOW";
577
+ PatchComplianceLevel["Medium"] = "MEDIUM";
578
+ PatchComplianceLevel["Unspecified"] = "UNSPECIFIED";
579
+ })(PatchComplianceLevel = exports.PatchComplianceLevel || (exports.PatchComplianceLevel = {}));
580
+ var PatchFilterKey;
581
+ (function (PatchFilterKey) {
582
+ PatchFilterKey["AdvisoryId"] = "ADVISORY_ID";
583
+ PatchFilterKey["Arch"] = "ARCH";
584
+ PatchFilterKey["BugzillaId"] = "BUGZILLA_ID";
585
+ PatchFilterKey["CVEId"] = "CVE_ID";
586
+ PatchFilterKey["Classification"] = "CLASSIFICATION";
587
+ PatchFilterKey["Epoch"] = "EPOCH";
588
+ PatchFilterKey["MsrcSeverity"] = "MSRC_SEVERITY";
589
+ PatchFilterKey["Name"] = "NAME";
590
+ PatchFilterKey["PatchId"] = "PATCH_ID";
591
+ PatchFilterKey["PatchSet"] = "PATCH_SET";
592
+ PatchFilterKey["Priority"] = "PRIORITY";
593
+ PatchFilterKey["Product"] = "PRODUCT";
594
+ PatchFilterKey["ProductFamily"] = "PRODUCT_FAMILY";
595
+ PatchFilterKey["Release"] = "RELEASE";
596
+ PatchFilterKey["Repository"] = "REPOSITORY";
597
+ PatchFilterKey["Section"] = "SECTION";
598
+ PatchFilterKey["Security"] = "SECURITY";
599
+ PatchFilterKey["Severity"] = "SEVERITY";
600
+ PatchFilterKey["Version"] = "VERSION";
601
+ })(PatchFilterKey = exports.PatchFilterKey || (exports.PatchFilterKey = {}));
602
+ var PatchFilter;
603
+ (function (PatchFilter) {
604
+ PatchFilter.filterSensitiveLog = (obj) => ({
605
+ ...obj,
606
+ });
607
+ })(PatchFilter = exports.PatchFilter || (exports.PatchFilter = {}));
608
+ var PatchFilterGroup;
609
+ (function (PatchFilterGroup) {
610
+ PatchFilterGroup.filterSensitiveLog = (obj) => ({
611
+ ...obj,
612
+ });
613
+ })(PatchFilterGroup = exports.PatchFilterGroup || (exports.PatchFilterGroup = {}));
614
+ var PatchRule;
615
+ (function (PatchRule) {
616
+ PatchRule.filterSensitiveLog = (obj) => ({
617
+ ...obj,
618
+ });
619
+ })(PatchRule = exports.PatchRule || (exports.PatchRule = {}));
620
+ var PatchRuleGroup;
621
+ (function (PatchRuleGroup) {
622
+ PatchRuleGroup.filterSensitiveLog = (obj) => ({
623
+ ...obj,
624
+ });
625
+ })(PatchRuleGroup = exports.PatchRuleGroup || (exports.PatchRuleGroup = {}));
626
+ var OperatingSystem;
627
+ (function (OperatingSystem) {
628
+ OperatingSystem["AmazonLinux"] = "AMAZON_LINUX";
629
+ OperatingSystem["AmazonLinux2"] = "AMAZON_LINUX_2";
630
+ OperatingSystem["CentOS"] = "CENTOS";
631
+ OperatingSystem["Debian"] = "DEBIAN";
632
+ OperatingSystem["MacOS"] = "MACOS";
633
+ OperatingSystem["OracleLinux"] = "ORACLE_LINUX";
634
+ OperatingSystem["RedhatEnterpriseLinux"] = "REDHAT_ENTERPRISE_LINUX";
635
+ OperatingSystem["Suse"] = "SUSE";
636
+ OperatingSystem["Ubuntu"] = "UBUNTU";
637
+ OperatingSystem["Windows"] = "WINDOWS";
638
+ })(OperatingSystem = exports.OperatingSystem || (exports.OperatingSystem = {}));
639
+ var PatchAction;
640
+ (function (PatchAction) {
641
+ PatchAction["AllowAsDependency"] = "ALLOW_AS_DEPENDENCY";
642
+ PatchAction["Block"] = "BLOCK";
643
+ })(PatchAction = exports.PatchAction || (exports.PatchAction = {}));
644
+ var PatchSource;
645
+ (function (PatchSource) {
646
+ PatchSource.filterSensitiveLog = (obj) => ({
647
+ ...obj,
648
+ ...(obj.Configuration && { Configuration: smithy_client_1.SENSITIVE_STRING }),
649
+ });
650
+ })(PatchSource = exports.PatchSource || (exports.PatchSource = {}));
651
+ var CreatePatchBaselineRequest;
652
+ (function (CreatePatchBaselineRequest) {
653
+ CreatePatchBaselineRequest.filterSensitiveLog = (obj) => ({
654
+ ...obj,
655
+ ...(obj.Sources && { Sources: obj.Sources.map((item) => PatchSource.filterSensitiveLog(item)) }),
656
+ });
657
+ })(CreatePatchBaselineRequest = exports.CreatePatchBaselineRequest || (exports.CreatePatchBaselineRequest = {}));
658
+ var CreatePatchBaselineResult;
659
+ (function (CreatePatchBaselineResult) {
660
+ CreatePatchBaselineResult.filterSensitiveLog = (obj) => ({
661
+ ...obj,
662
+ });
663
+ })(CreatePatchBaselineResult = exports.CreatePatchBaselineResult || (exports.CreatePatchBaselineResult = {}));
664
+ var ResourceDataSyncDestinationDataSharing;
665
+ (function (ResourceDataSyncDestinationDataSharing) {
666
+ ResourceDataSyncDestinationDataSharing.filterSensitiveLog = (obj) => ({
667
+ ...obj,
668
+ });
669
+ })(ResourceDataSyncDestinationDataSharing = exports.ResourceDataSyncDestinationDataSharing || (exports.ResourceDataSyncDestinationDataSharing = {}));
670
+ var ResourceDataSyncS3Format;
671
+ (function (ResourceDataSyncS3Format) {
672
+ ResourceDataSyncS3Format["JSON_SERDE"] = "JsonSerDe";
673
+ })(ResourceDataSyncS3Format = exports.ResourceDataSyncS3Format || (exports.ResourceDataSyncS3Format = {}));
674
+ var ResourceDataSyncS3Destination;
675
+ (function (ResourceDataSyncS3Destination) {
676
+ ResourceDataSyncS3Destination.filterSensitiveLog = (obj) => ({
677
+ ...obj,
678
+ });
679
+ })(ResourceDataSyncS3Destination = exports.ResourceDataSyncS3Destination || (exports.ResourceDataSyncS3Destination = {}));
680
+ var ResourceDataSyncOrganizationalUnit;
681
+ (function (ResourceDataSyncOrganizationalUnit) {
682
+ ResourceDataSyncOrganizationalUnit.filterSensitiveLog = (obj) => ({
683
+ ...obj,
684
+ });
685
+ })(ResourceDataSyncOrganizationalUnit = exports.ResourceDataSyncOrganizationalUnit || (exports.ResourceDataSyncOrganizationalUnit = {}));
686
+ var ResourceDataSyncAwsOrganizationsSource;
687
+ (function (ResourceDataSyncAwsOrganizationsSource) {
688
+ ResourceDataSyncAwsOrganizationsSource.filterSensitiveLog = (obj) => ({
689
+ ...obj,
690
+ });
691
+ })(ResourceDataSyncAwsOrganizationsSource = exports.ResourceDataSyncAwsOrganizationsSource || (exports.ResourceDataSyncAwsOrganizationsSource = {}));
692
+ var ResourceDataSyncSource;
693
+ (function (ResourceDataSyncSource) {
694
+ ResourceDataSyncSource.filterSensitiveLog = (obj) => ({
695
+ ...obj,
696
+ });
697
+ })(ResourceDataSyncSource = exports.ResourceDataSyncSource || (exports.ResourceDataSyncSource = {}));
698
+ var CreateResourceDataSyncRequest;
699
+ (function (CreateResourceDataSyncRequest) {
700
+ CreateResourceDataSyncRequest.filterSensitiveLog = (obj) => ({
701
+ ...obj,
702
+ });
703
+ })(CreateResourceDataSyncRequest = exports.CreateResourceDataSyncRequest || (exports.CreateResourceDataSyncRequest = {}));
704
+ var CreateResourceDataSyncResult;
705
+ (function (CreateResourceDataSyncResult) {
706
+ CreateResourceDataSyncResult.filterSensitiveLog = (obj) => ({
707
+ ...obj,
708
+ });
709
+ })(CreateResourceDataSyncResult = exports.CreateResourceDataSyncResult || (exports.CreateResourceDataSyncResult = {}));
710
+ var ResourceDataSyncAlreadyExistsException;
711
+ (function (ResourceDataSyncAlreadyExistsException) {
712
+ ResourceDataSyncAlreadyExistsException.filterSensitiveLog = (obj) => ({
713
+ ...obj,
714
+ });
715
+ })(ResourceDataSyncAlreadyExistsException = exports.ResourceDataSyncAlreadyExistsException || (exports.ResourceDataSyncAlreadyExistsException = {}));
716
+ var ResourceDataSyncCountExceededException;
717
+ (function (ResourceDataSyncCountExceededException) {
718
+ ResourceDataSyncCountExceededException.filterSensitiveLog = (obj) => ({
719
+ ...obj,
720
+ });
721
+ })(ResourceDataSyncCountExceededException = exports.ResourceDataSyncCountExceededException || (exports.ResourceDataSyncCountExceededException = {}));
722
+ var ResourceDataSyncInvalidConfigurationException;
723
+ (function (ResourceDataSyncInvalidConfigurationException) {
724
+ ResourceDataSyncInvalidConfigurationException.filterSensitiveLog = (obj) => ({
725
+ ...obj,
726
+ });
727
+ })(ResourceDataSyncInvalidConfigurationException = exports.ResourceDataSyncInvalidConfigurationException || (exports.ResourceDataSyncInvalidConfigurationException = {}));
728
+ var DeleteActivationRequest;
729
+ (function (DeleteActivationRequest) {
730
+ DeleteActivationRequest.filterSensitiveLog = (obj) => ({
731
+ ...obj,
732
+ });
733
+ })(DeleteActivationRequest = exports.DeleteActivationRequest || (exports.DeleteActivationRequest = {}));
734
+ var DeleteActivationResult;
735
+ (function (DeleteActivationResult) {
736
+ DeleteActivationResult.filterSensitiveLog = (obj) => ({
737
+ ...obj,
738
+ });
739
+ })(DeleteActivationResult = exports.DeleteActivationResult || (exports.DeleteActivationResult = {}));
740
+ var InvalidActivation;
741
+ (function (InvalidActivation) {
742
+ InvalidActivation.filterSensitiveLog = (obj) => ({
743
+ ...obj,
744
+ });
745
+ })(InvalidActivation = exports.InvalidActivation || (exports.InvalidActivation = {}));
746
+ var InvalidActivationId;
747
+ (function (InvalidActivationId) {
748
+ InvalidActivationId.filterSensitiveLog = (obj) => ({
749
+ ...obj,
750
+ });
751
+ })(InvalidActivationId = exports.InvalidActivationId || (exports.InvalidActivationId = {}));
752
+ var AssociationDoesNotExist;
753
+ (function (AssociationDoesNotExist) {
754
+ AssociationDoesNotExist.filterSensitiveLog = (obj) => ({
755
+ ...obj,
756
+ });
757
+ })(AssociationDoesNotExist = exports.AssociationDoesNotExist || (exports.AssociationDoesNotExist = {}));
758
+ var DeleteAssociationRequest;
759
+ (function (DeleteAssociationRequest) {
760
+ DeleteAssociationRequest.filterSensitiveLog = (obj) => ({
761
+ ...obj,
762
+ });
763
+ })(DeleteAssociationRequest = exports.DeleteAssociationRequest || (exports.DeleteAssociationRequest = {}));
764
+ var DeleteAssociationResult;
765
+ (function (DeleteAssociationResult) {
766
+ DeleteAssociationResult.filterSensitiveLog = (obj) => ({
767
+ ...obj,
768
+ });
769
+ })(DeleteAssociationResult = exports.DeleteAssociationResult || (exports.DeleteAssociationResult = {}));
770
+ var AssociatedInstances;
771
+ (function (AssociatedInstances) {
772
+ AssociatedInstances.filterSensitiveLog = (obj) => ({
773
+ ...obj,
774
+ });
775
+ })(AssociatedInstances = exports.AssociatedInstances || (exports.AssociatedInstances = {}));
776
+ var DeleteDocumentRequest;
777
+ (function (DeleteDocumentRequest) {
778
+ DeleteDocumentRequest.filterSensitiveLog = (obj) => ({
779
+ ...obj,
780
+ });
781
+ })(DeleteDocumentRequest = exports.DeleteDocumentRequest || (exports.DeleteDocumentRequest = {}));
782
+ var DeleteDocumentResult;
783
+ (function (DeleteDocumentResult) {
784
+ DeleteDocumentResult.filterSensitiveLog = (obj) => ({
785
+ ...obj,
786
+ });
787
+ })(DeleteDocumentResult = exports.DeleteDocumentResult || (exports.DeleteDocumentResult = {}));
788
+ var InvalidDocumentOperation;
789
+ (function (InvalidDocumentOperation) {
790
+ InvalidDocumentOperation.filterSensitiveLog = (obj) => ({
791
+ ...obj,
792
+ });
793
+ })(InvalidDocumentOperation = exports.InvalidDocumentOperation || (exports.InvalidDocumentOperation = {}));
794
+ var InventorySchemaDeleteOption;
795
+ (function (InventorySchemaDeleteOption) {
796
+ InventorySchemaDeleteOption["DELETE_SCHEMA"] = "DeleteSchema";
797
+ InventorySchemaDeleteOption["DISABLE_SCHEMA"] = "DisableSchema";
798
+ })(InventorySchemaDeleteOption = exports.InventorySchemaDeleteOption || (exports.InventorySchemaDeleteOption = {}));
799
+ var DeleteInventoryRequest;
800
+ (function (DeleteInventoryRequest) {
801
+ DeleteInventoryRequest.filterSensitiveLog = (obj) => ({
802
+ ...obj,
803
+ });
804
+ })(DeleteInventoryRequest = exports.DeleteInventoryRequest || (exports.DeleteInventoryRequest = {}));
805
+ var InventoryDeletionSummaryItem;
806
+ (function (InventoryDeletionSummaryItem) {
807
+ InventoryDeletionSummaryItem.filterSensitiveLog = (obj) => ({
808
+ ...obj,
809
+ });
810
+ })(InventoryDeletionSummaryItem = exports.InventoryDeletionSummaryItem || (exports.InventoryDeletionSummaryItem = {}));
811
+ var InventoryDeletionSummary;
812
+ (function (InventoryDeletionSummary) {
813
+ InventoryDeletionSummary.filterSensitiveLog = (obj) => ({
814
+ ...obj,
815
+ });
816
+ })(InventoryDeletionSummary = exports.InventoryDeletionSummary || (exports.InventoryDeletionSummary = {}));
817
+ var DeleteInventoryResult;
818
+ (function (DeleteInventoryResult) {
819
+ DeleteInventoryResult.filterSensitiveLog = (obj) => ({
820
+ ...obj,
821
+ });
822
+ })(DeleteInventoryResult = exports.DeleteInventoryResult || (exports.DeleteInventoryResult = {}));
823
+ var InvalidDeleteInventoryParametersException;
824
+ (function (InvalidDeleteInventoryParametersException) {
825
+ InvalidDeleteInventoryParametersException.filterSensitiveLog = (obj) => ({
826
+ ...obj,
827
+ });
828
+ })(InvalidDeleteInventoryParametersException = exports.InvalidDeleteInventoryParametersException || (exports.InvalidDeleteInventoryParametersException = {}));
829
+ var InvalidInventoryRequestException;
830
+ (function (InvalidInventoryRequestException) {
831
+ InvalidInventoryRequestException.filterSensitiveLog = (obj) => ({
832
+ ...obj,
833
+ });
834
+ })(InvalidInventoryRequestException = exports.InvalidInventoryRequestException || (exports.InvalidInventoryRequestException = {}));
835
+ var InvalidOptionException;
836
+ (function (InvalidOptionException) {
837
+ InvalidOptionException.filterSensitiveLog = (obj) => ({
838
+ ...obj,
839
+ });
840
+ })(InvalidOptionException = exports.InvalidOptionException || (exports.InvalidOptionException = {}));
841
+ var InvalidTypeNameException;
842
+ (function (InvalidTypeNameException) {
843
+ InvalidTypeNameException.filterSensitiveLog = (obj) => ({
844
+ ...obj,
845
+ });
846
+ })(InvalidTypeNameException = exports.InvalidTypeNameException || (exports.InvalidTypeNameException = {}));
847
+ var DeleteMaintenanceWindowRequest;
848
+ (function (DeleteMaintenanceWindowRequest) {
849
+ DeleteMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
850
+ ...obj,
851
+ });
852
+ })(DeleteMaintenanceWindowRequest = exports.DeleteMaintenanceWindowRequest || (exports.DeleteMaintenanceWindowRequest = {}));
853
+ var DeleteMaintenanceWindowResult;
854
+ (function (DeleteMaintenanceWindowResult) {
855
+ DeleteMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
856
+ ...obj,
857
+ });
858
+ })(DeleteMaintenanceWindowResult = exports.DeleteMaintenanceWindowResult || (exports.DeleteMaintenanceWindowResult = {}));
859
+ var DeleteOpsMetadataRequest;
860
+ (function (DeleteOpsMetadataRequest) {
861
+ DeleteOpsMetadataRequest.filterSensitiveLog = (obj) => ({
862
+ ...obj,
863
+ });
864
+ })(DeleteOpsMetadataRequest = exports.DeleteOpsMetadataRequest || (exports.DeleteOpsMetadataRequest = {}));
865
+ var DeleteOpsMetadataResult;
866
+ (function (DeleteOpsMetadataResult) {
867
+ DeleteOpsMetadataResult.filterSensitiveLog = (obj) => ({
868
+ ...obj,
869
+ });
870
+ })(DeleteOpsMetadataResult = exports.DeleteOpsMetadataResult || (exports.DeleteOpsMetadataResult = {}));
871
+ var OpsMetadataNotFoundException;
872
+ (function (OpsMetadataNotFoundException) {
873
+ OpsMetadataNotFoundException.filterSensitiveLog = (obj) => ({
874
+ ...obj,
875
+ });
876
+ })(OpsMetadataNotFoundException = exports.OpsMetadataNotFoundException || (exports.OpsMetadataNotFoundException = {}));
877
+ var DeleteParameterRequest;
878
+ (function (DeleteParameterRequest) {
879
+ DeleteParameterRequest.filterSensitiveLog = (obj) => ({
880
+ ...obj,
881
+ });
882
+ })(DeleteParameterRequest = exports.DeleteParameterRequest || (exports.DeleteParameterRequest = {}));
883
+ var DeleteParameterResult;
884
+ (function (DeleteParameterResult) {
885
+ DeleteParameterResult.filterSensitiveLog = (obj) => ({
886
+ ...obj,
887
+ });
888
+ })(DeleteParameterResult = exports.DeleteParameterResult || (exports.DeleteParameterResult = {}));
889
+ var ParameterNotFound;
890
+ (function (ParameterNotFound) {
891
+ ParameterNotFound.filterSensitiveLog = (obj) => ({
892
+ ...obj,
893
+ });
894
+ })(ParameterNotFound = exports.ParameterNotFound || (exports.ParameterNotFound = {}));
895
+ var DeleteParametersRequest;
896
+ (function (DeleteParametersRequest) {
897
+ DeleteParametersRequest.filterSensitiveLog = (obj) => ({
898
+ ...obj,
899
+ });
900
+ })(DeleteParametersRequest = exports.DeleteParametersRequest || (exports.DeleteParametersRequest = {}));
901
+ var DeleteParametersResult;
902
+ (function (DeleteParametersResult) {
903
+ DeleteParametersResult.filterSensitiveLog = (obj) => ({
904
+ ...obj,
905
+ });
906
+ })(DeleteParametersResult = exports.DeleteParametersResult || (exports.DeleteParametersResult = {}));
907
+ var DeletePatchBaselineRequest;
908
+ (function (DeletePatchBaselineRequest) {
909
+ DeletePatchBaselineRequest.filterSensitiveLog = (obj) => ({
910
+ ...obj,
911
+ });
912
+ })(DeletePatchBaselineRequest = exports.DeletePatchBaselineRequest || (exports.DeletePatchBaselineRequest = {}));
913
+ var DeletePatchBaselineResult;
914
+ (function (DeletePatchBaselineResult) {
915
+ DeletePatchBaselineResult.filterSensitiveLog = (obj) => ({
916
+ ...obj,
917
+ });
918
+ })(DeletePatchBaselineResult = exports.DeletePatchBaselineResult || (exports.DeletePatchBaselineResult = {}));
919
+ var ResourceInUseException;
920
+ (function (ResourceInUseException) {
921
+ ResourceInUseException.filterSensitiveLog = (obj) => ({
922
+ ...obj,
923
+ });
924
+ })(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
925
+ var DeleteResourceDataSyncRequest;
926
+ (function (DeleteResourceDataSyncRequest) {
927
+ DeleteResourceDataSyncRequest.filterSensitiveLog = (obj) => ({
928
+ ...obj,
929
+ });
930
+ })(DeleteResourceDataSyncRequest = exports.DeleteResourceDataSyncRequest || (exports.DeleteResourceDataSyncRequest = {}));
931
+ var DeleteResourceDataSyncResult;
932
+ (function (DeleteResourceDataSyncResult) {
933
+ DeleteResourceDataSyncResult.filterSensitiveLog = (obj) => ({
934
+ ...obj,
935
+ });
936
+ })(DeleteResourceDataSyncResult = exports.DeleteResourceDataSyncResult || (exports.DeleteResourceDataSyncResult = {}));
937
+ var ResourceDataSyncNotFoundException;
938
+ (function (ResourceDataSyncNotFoundException) {
939
+ ResourceDataSyncNotFoundException.filterSensitiveLog = (obj) => ({
940
+ ...obj,
941
+ });
942
+ })(ResourceDataSyncNotFoundException = exports.ResourceDataSyncNotFoundException || (exports.ResourceDataSyncNotFoundException = {}));
943
+ var DeregisterManagedInstanceRequest;
944
+ (function (DeregisterManagedInstanceRequest) {
945
+ DeregisterManagedInstanceRequest.filterSensitiveLog = (obj) => ({
946
+ ...obj,
947
+ });
948
+ })(DeregisterManagedInstanceRequest = exports.DeregisterManagedInstanceRequest || (exports.DeregisterManagedInstanceRequest = {}));
949
+ var DeregisterManagedInstanceResult;
950
+ (function (DeregisterManagedInstanceResult) {
951
+ DeregisterManagedInstanceResult.filterSensitiveLog = (obj) => ({
952
+ ...obj,
953
+ });
954
+ })(DeregisterManagedInstanceResult = exports.DeregisterManagedInstanceResult || (exports.DeregisterManagedInstanceResult = {}));
955
+ var DeregisterPatchBaselineForPatchGroupRequest;
956
+ (function (DeregisterPatchBaselineForPatchGroupRequest) {
957
+ DeregisterPatchBaselineForPatchGroupRequest.filterSensitiveLog = (obj) => ({
958
+ ...obj,
959
+ });
960
+ })(DeregisterPatchBaselineForPatchGroupRequest = exports.DeregisterPatchBaselineForPatchGroupRequest || (exports.DeregisterPatchBaselineForPatchGroupRequest = {}));
961
+ var DeregisterPatchBaselineForPatchGroupResult;
962
+ (function (DeregisterPatchBaselineForPatchGroupResult) {
963
+ DeregisterPatchBaselineForPatchGroupResult.filterSensitiveLog = (obj) => ({
964
+ ...obj,
965
+ });
966
+ })(DeregisterPatchBaselineForPatchGroupResult = exports.DeregisterPatchBaselineForPatchGroupResult || (exports.DeregisterPatchBaselineForPatchGroupResult = {}));
967
+ var DeregisterTargetFromMaintenanceWindowRequest;
968
+ (function (DeregisterTargetFromMaintenanceWindowRequest) {
969
+ DeregisterTargetFromMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
970
+ ...obj,
971
+ });
972
+ })(DeregisterTargetFromMaintenanceWindowRequest = exports.DeregisterTargetFromMaintenanceWindowRequest || (exports.DeregisterTargetFromMaintenanceWindowRequest = {}));
973
+ var DeregisterTargetFromMaintenanceWindowResult;
974
+ (function (DeregisterTargetFromMaintenanceWindowResult) {
975
+ DeregisterTargetFromMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
976
+ ...obj,
977
+ });
978
+ })(DeregisterTargetFromMaintenanceWindowResult = exports.DeregisterTargetFromMaintenanceWindowResult || (exports.DeregisterTargetFromMaintenanceWindowResult = {}));
979
+ var TargetInUseException;
980
+ (function (TargetInUseException) {
981
+ TargetInUseException.filterSensitiveLog = (obj) => ({
982
+ ...obj,
983
+ });
984
+ })(TargetInUseException = exports.TargetInUseException || (exports.TargetInUseException = {}));
985
+ var DeregisterTaskFromMaintenanceWindowRequest;
986
+ (function (DeregisterTaskFromMaintenanceWindowRequest) {
987
+ DeregisterTaskFromMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
988
+ ...obj,
989
+ });
990
+ })(DeregisterTaskFromMaintenanceWindowRequest = exports.DeregisterTaskFromMaintenanceWindowRequest || (exports.DeregisterTaskFromMaintenanceWindowRequest = {}));
991
+ var DeregisterTaskFromMaintenanceWindowResult;
992
+ (function (DeregisterTaskFromMaintenanceWindowResult) {
993
+ DeregisterTaskFromMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
994
+ ...obj,
995
+ });
996
+ })(DeregisterTaskFromMaintenanceWindowResult = exports.DeregisterTaskFromMaintenanceWindowResult || (exports.DeregisterTaskFromMaintenanceWindowResult = {}));
997
+ var DescribeActivationsFilterKeys;
998
+ (function (DescribeActivationsFilterKeys) {
999
+ DescribeActivationsFilterKeys["ACTIVATION_IDS"] = "ActivationIds";
1000
+ DescribeActivationsFilterKeys["DEFAULT_INSTANCE_NAME"] = "DefaultInstanceName";
1001
+ DescribeActivationsFilterKeys["IAM_ROLE"] = "IamRole";
1002
+ })(DescribeActivationsFilterKeys = exports.DescribeActivationsFilterKeys || (exports.DescribeActivationsFilterKeys = {}));
1003
+ var DescribeActivationsFilter;
1004
+ (function (DescribeActivationsFilter) {
1005
+ DescribeActivationsFilter.filterSensitiveLog = (obj) => ({
1006
+ ...obj,
1007
+ });
1008
+ })(DescribeActivationsFilter = exports.DescribeActivationsFilter || (exports.DescribeActivationsFilter = {}));
1009
+ var DescribeActivationsRequest;
1010
+ (function (DescribeActivationsRequest) {
1011
+ DescribeActivationsRequest.filterSensitiveLog = (obj) => ({
1012
+ ...obj,
1013
+ });
1014
+ })(DescribeActivationsRequest = exports.DescribeActivationsRequest || (exports.DescribeActivationsRequest = {}));
1015
+ var DescribeActivationsResult;
1016
+ (function (DescribeActivationsResult) {
1017
+ DescribeActivationsResult.filterSensitiveLog = (obj) => ({
1018
+ ...obj,
1019
+ });
1020
+ })(DescribeActivationsResult = exports.DescribeActivationsResult || (exports.DescribeActivationsResult = {}));
1021
+ var InvalidFilter;
1022
+ (function (InvalidFilter) {
1023
+ InvalidFilter.filterSensitiveLog = (obj) => ({
1024
+ ...obj,
1025
+ });
1026
+ })(InvalidFilter = exports.InvalidFilter || (exports.InvalidFilter = {}));
1027
+ var InvalidNextToken;
1028
+ (function (InvalidNextToken) {
1029
+ InvalidNextToken.filterSensitiveLog = (obj) => ({
1030
+ ...obj,
1031
+ });
1032
+ })(InvalidNextToken = exports.InvalidNextToken || (exports.InvalidNextToken = {}));
1033
+ var DescribeAssociationRequest;
1034
+ (function (DescribeAssociationRequest) {
1035
+ DescribeAssociationRequest.filterSensitiveLog = (obj) => ({
1036
+ ...obj,
1037
+ });
1038
+ })(DescribeAssociationRequest = exports.DescribeAssociationRequest || (exports.DescribeAssociationRequest = {}));
1039
+ var DescribeAssociationResult;
1040
+ (function (DescribeAssociationResult) {
1041
+ DescribeAssociationResult.filterSensitiveLog = (obj) => ({
1042
+ ...obj,
1043
+ });
1044
+ })(DescribeAssociationResult = exports.DescribeAssociationResult || (exports.DescribeAssociationResult = {}));
1045
+ var InvalidAssociationVersion;
1046
+ (function (InvalidAssociationVersion) {
1047
+ InvalidAssociationVersion.filterSensitiveLog = (obj) => ({
1048
+ ...obj,
1049
+ });
1050
+ })(InvalidAssociationVersion = exports.InvalidAssociationVersion || (exports.InvalidAssociationVersion = {}));
1051
+ var AssociationExecutionFilterKey;
1052
+ (function (AssociationExecutionFilterKey) {
1053
+ AssociationExecutionFilterKey["CreatedTime"] = "CreatedTime";
1054
+ AssociationExecutionFilterKey["ExecutionId"] = "ExecutionId";
1055
+ AssociationExecutionFilterKey["Status"] = "Status";
1056
+ })(AssociationExecutionFilterKey = exports.AssociationExecutionFilterKey || (exports.AssociationExecutionFilterKey = {}));
1057
+ var AssociationFilterOperatorType;
1058
+ (function (AssociationFilterOperatorType) {
1059
+ AssociationFilterOperatorType["Equal"] = "EQUAL";
1060
+ AssociationFilterOperatorType["GreaterThan"] = "GREATER_THAN";
1061
+ AssociationFilterOperatorType["LessThan"] = "LESS_THAN";
1062
+ })(AssociationFilterOperatorType = exports.AssociationFilterOperatorType || (exports.AssociationFilterOperatorType = {}));
1063
+ var AssociationExecutionFilter;
1064
+ (function (AssociationExecutionFilter) {
1065
+ AssociationExecutionFilter.filterSensitiveLog = (obj) => ({
1066
+ ...obj,
1067
+ });
1068
+ })(AssociationExecutionFilter = exports.AssociationExecutionFilter || (exports.AssociationExecutionFilter = {}));
1069
+ var DescribeAssociationExecutionsRequest;
1070
+ (function (DescribeAssociationExecutionsRequest) {
1071
+ DescribeAssociationExecutionsRequest.filterSensitiveLog = (obj) => ({
1072
+ ...obj,
1073
+ });
1074
+ })(DescribeAssociationExecutionsRequest = exports.DescribeAssociationExecutionsRequest || (exports.DescribeAssociationExecutionsRequest = {}));
1075
+ var AssociationExecution;
1076
+ (function (AssociationExecution) {
1077
+ AssociationExecution.filterSensitiveLog = (obj) => ({
1078
+ ...obj,
1079
+ });
1080
+ })(AssociationExecution = exports.AssociationExecution || (exports.AssociationExecution = {}));
1081
+ var DescribeAssociationExecutionsResult;
1082
+ (function (DescribeAssociationExecutionsResult) {
1083
+ DescribeAssociationExecutionsResult.filterSensitiveLog = (obj) => ({
1084
+ ...obj,
1085
+ });
1086
+ })(DescribeAssociationExecutionsResult = exports.DescribeAssociationExecutionsResult || (exports.DescribeAssociationExecutionsResult = {}));
1087
+ var AssociationExecutionDoesNotExist;
1088
+ (function (AssociationExecutionDoesNotExist) {
1089
+ AssociationExecutionDoesNotExist.filterSensitiveLog = (obj) => ({
1090
+ ...obj,
1091
+ });
1092
+ })(AssociationExecutionDoesNotExist = exports.AssociationExecutionDoesNotExist || (exports.AssociationExecutionDoesNotExist = {}));
1093
+ var AssociationExecutionTargetsFilterKey;
1094
+ (function (AssociationExecutionTargetsFilterKey) {
1095
+ AssociationExecutionTargetsFilterKey["ResourceId"] = "ResourceId";
1096
+ AssociationExecutionTargetsFilterKey["ResourceType"] = "ResourceType";
1097
+ AssociationExecutionTargetsFilterKey["Status"] = "Status";
1098
+ })(AssociationExecutionTargetsFilterKey = exports.AssociationExecutionTargetsFilterKey || (exports.AssociationExecutionTargetsFilterKey = {}));
1099
+ var AssociationExecutionTargetsFilter;
1100
+ (function (AssociationExecutionTargetsFilter) {
1101
+ AssociationExecutionTargetsFilter.filterSensitiveLog = (obj) => ({
1102
+ ...obj,
1103
+ });
1104
+ })(AssociationExecutionTargetsFilter = exports.AssociationExecutionTargetsFilter || (exports.AssociationExecutionTargetsFilter = {}));
1105
+ var DescribeAssociationExecutionTargetsRequest;
1106
+ (function (DescribeAssociationExecutionTargetsRequest) {
1107
+ DescribeAssociationExecutionTargetsRequest.filterSensitiveLog = (obj) => ({
1108
+ ...obj,
1109
+ });
1110
+ })(DescribeAssociationExecutionTargetsRequest = exports.DescribeAssociationExecutionTargetsRequest || (exports.DescribeAssociationExecutionTargetsRequest = {}));
1111
+ var OutputSource;
1112
+ (function (OutputSource) {
1113
+ OutputSource.filterSensitiveLog = (obj) => ({
1114
+ ...obj,
1115
+ });
1116
+ })(OutputSource = exports.OutputSource || (exports.OutputSource = {}));
1117
+ var AssociationExecutionTarget;
1118
+ (function (AssociationExecutionTarget) {
1119
+ AssociationExecutionTarget.filterSensitiveLog = (obj) => ({
1120
+ ...obj,
1121
+ });
1122
+ })(AssociationExecutionTarget = exports.AssociationExecutionTarget || (exports.AssociationExecutionTarget = {}));
1123
+ var DescribeAssociationExecutionTargetsResult;
1124
+ (function (DescribeAssociationExecutionTargetsResult) {
1125
+ DescribeAssociationExecutionTargetsResult.filterSensitiveLog = (obj) => ({
1126
+ ...obj,
1127
+ });
1128
+ })(DescribeAssociationExecutionTargetsResult = exports.DescribeAssociationExecutionTargetsResult || (exports.DescribeAssociationExecutionTargetsResult = {}));
1129
+ var AutomationExecutionFilterKey;
1130
+ (function (AutomationExecutionFilterKey) {
1131
+ AutomationExecutionFilterKey["AUTOMATION_SUBTYPE"] = "AutomationSubtype";
1132
+ AutomationExecutionFilterKey["AUTOMATION_TYPE"] = "AutomationType";
1133
+ AutomationExecutionFilterKey["CURRENT_ACTION"] = "CurrentAction";
1134
+ AutomationExecutionFilterKey["DOCUMENT_NAME_PREFIX"] = "DocumentNamePrefix";
1135
+ AutomationExecutionFilterKey["EXECUTION_ID"] = "ExecutionId";
1136
+ AutomationExecutionFilterKey["EXECUTION_STATUS"] = "ExecutionStatus";
1137
+ AutomationExecutionFilterKey["OPS_ITEM_ID"] = "OpsItemId";
1138
+ AutomationExecutionFilterKey["PARENT_EXECUTION_ID"] = "ParentExecutionId";
1139
+ AutomationExecutionFilterKey["START_TIME_AFTER"] = "StartTimeAfter";
1140
+ AutomationExecutionFilterKey["START_TIME_BEFORE"] = "StartTimeBefore";
1141
+ AutomationExecutionFilterKey["TAG_KEY"] = "TagKey";
1142
+ AutomationExecutionFilterKey["TARGET_RESOURCE_GROUP"] = "TargetResourceGroup";
1143
+ })(AutomationExecutionFilterKey = exports.AutomationExecutionFilterKey || (exports.AutomationExecutionFilterKey = {}));
1144
+ var AutomationExecutionFilter;
1145
+ (function (AutomationExecutionFilter) {
1146
+ AutomationExecutionFilter.filterSensitiveLog = (obj) => ({
1147
+ ...obj,
1148
+ });
1149
+ })(AutomationExecutionFilter = exports.AutomationExecutionFilter || (exports.AutomationExecutionFilter = {}));
1150
+ var DescribeAutomationExecutionsRequest;
1151
+ (function (DescribeAutomationExecutionsRequest) {
1152
+ DescribeAutomationExecutionsRequest.filterSensitiveLog = (obj) => ({
1153
+ ...obj,
1154
+ });
1155
+ })(DescribeAutomationExecutionsRequest = exports.DescribeAutomationExecutionsRequest || (exports.DescribeAutomationExecutionsRequest = {}));
1156
+ var AutomationExecutionStatus;
1157
+ (function (AutomationExecutionStatus) {
1158
+ AutomationExecutionStatus["APPROVED"] = "Approved";
1159
+ AutomationExecutionStatus["CANCELLED"] = "Cancelled";
1160
+ AutomationExecutionStatus["CANCELLING"] = "Cancelling";
1161
+ AutomationExecutionStatus["CHANGE_CALENDAR_OVERRIDE_APPROVED"] = "ChangeCalendarOverrideApproved";
1162
+ AutomationExecutionStatus["CHANGE_CALENDAR_OVERRIDE_REJECTED"] = "ChangeCalendarOverrideRejected";
1163
+ AutomationExecutionStatus["COMPLETED_WITH_FAILURE"] = "CompletedWithFailure";
1164
+ AutomationExecutionStatus["COMPLETED_WITH_SUCCESS"] = "CompletedWithSuccess";
1165
+ AutomationExecutionStatus["FAILED"] = "Failed";
1166
+ AutomationExecutionStatus["INPROGRESS"] = "InProgress";
1167
+ AutomationExecutionStatus["PENDING"] = "Pending";
1168
+ AutomationExecutionStatus["PENDING_APPROVAL"] = "PendingApproval";
1169
+ AutomationExecutionStatus["PENDING_CHANGE_CALENDAR_OVERRIDE"] = "PendingChangeCalendarOverride";
1170
+ AutomationExecutionStatus["REJECTED"] = "Rejected";
1171
+ AutomationExecutionStatus["RUNBOOK_INPROGRESS"] = "RunbookInProgress";
1172
+ AutomationExecutionStatus["SCHEDULED"] = "Scheduled";
1173
+ AutomationExecutionStatus["SUCCESS"] = "Success";
1174
+ AutomationExecutionStatus["TIMEDOUT"] = "TimedOut";
1175
+ AutomationExecutionStatus["WAITING"] = "Waiting";
1176
+ })(AutomationExecutionStatus = exports.AutomationExecutionStatus || (exports.AutomationExecutionStatus = {}));
1177
+ var AutomationSubtype;
1178
+ (function (AutomationSubtype) {
1179
+ AutomationSubtype["ChangeRequest"] = "ChangeRequest";
1180
+ })(AutomationSubtype = exports.AutomationSubtype || (exports.AutomationSubtype = {}));
1181
+ var AutomationType;
1182
+ (function (AutomationType) {
1183
+ AutomationType["CrossAccount"] = "CrossAccount";
1184
+ AutomationType["Local"] = "Local";
1185
+ })(AutomationType = exports.AutomationType || (exports.AutomationType = {}));
1186
+ var ExecutionMode;
1187
+ (function (ExecutionMode) {
1188
+ ExecutionMode["Auto"] = "Auto";
1189
+ ExecutionMode["Interactive"] = "Interactive";
1190
+ })(ExecutionMode = exports.ExecutionMode || (exports.ExecutionMode = {}));
1191
+ var ResolvedTargets;
1192
+ (function (ResolvedTargets) {
1193
+ ResolvedTargets.filterSensitiveLog = (obj) => ({
1194
+ ...obj,
1195
+ });
1196
+ })(ResolvedTargets = exports.ResolvedTargets || (exports.ResolvedTargets = {}));
1197
+ var Runbook;
1198
+ (function (Runbook) {
1199
+ Runbook.filterSensitiveLog = (obj) => ({
1200
+ ...obj,
1201
+ });
1202
+ })(Runbook = exports.Runbook || (exports.Runbook = {}));
1203
+ var AutomationExecutionMetadata;
1204
+ (function (AutomationExecutionMetadata) {
1205
+ AutomationExecutionMetadata.filterSensitiveLog = (obj) => ({
1206
+ ...obj,
1207
+ });
1208
+ })(AutomationExecutionMetadata = exports.AutomationExecutionMetadata || (exports.AutomationExecutionMetadata = {}));
1209
+ var DescribeAutomationExecutionsResult;
1210
+ (function (DescribeAutomationExecutionsResult) {
1211
+ DescribeAutomationExecutionsResult.filterSensitiveLog = (obj) => ({
1212
+ ...obj,
1213
+ });
1214
+ })(DescribeAutomationExecutionsResult = exports.DescribeAutomationExecutionsResult || (exports.DescribeAutomationExecutionsResult = {}));
1215
+ var InvalidFilterKey;
1216
+ (function (InvalidFilterKey) {
1217
+ InvalidFilterKey.filterSensitiveLog = (obj) => ({
1218
+ ...obj,
1219
+ });
1220
+ })(InvalidFilterKey = exports.InvalidFilterKey || (exports.InvalidFilterKey = {}));
1221
+ var InvalidFilterValue;
1222
+ (function (InvalidFilterValue) {
1223
+ InvalidFilterValue.filterSensitiveLog = (obj) => ({
1224
+ ...obj,
1225
+ });
1226
+ })(InvalidFilterValue = exports.InvalidFilterValue || (exports.InvalidFilterValue = {}));
1227
+ var AutomationExecutionNotFoundException;
1228
+ (function (AutomationExecutionNotFoundException) {
1229
+ AutomationExecutionNotFoundException.filterSensitiveLog = (obj) => ({
1230
+ ...obj,
1231
+ });
1232
+ })(AutomationExecutionNotFoundException = exports.AutomationExecutionNotFoundException || (exports.AutomationExecutionNotFoundException = {}));
1233
+ var StepExecutionFilterKey;
1234
+ (function (StepExecutionFilterKey) {
1235
+ StepExecutionFilterKey["ACTION"] = "Action";
1236
+ StepExecutionFilterKey["START_TIME_AFTER"] = "StartTimeAfter";
1237
+ StepExecutionFilterKey["START_TIME_BEFORE"] = "StartTimeBefore";
1238
+ StepExecutionFilterKey["STEP_EXECUTION_ID"] = "StepExecutionId";
1239
+ StepExecutionFilterKey["STEP_EXECUTION_STATUS"] = "StepExecutionStatus";
1240
+ StepExecutionFilterKey["STEP_NAME"] = "StepName";
1241
+ })(StepExecutionFilterKey = exports.StepExecutionFilterKey || (exports.StepExecutionFilterKey = {}));
1242
+ var StepExecutionFilter;
1243
+ (function (StepExecutionFilter) {
1244
+ StepExecutionFilter.filterSensitiveLog = (obj) => ({
1245
+ ...obj,
1246
+ });
1247
+ })(StepExecutionFilter = exports.StepExecutionFilter || (exports.StepExecutionFilter = {}));
1248
+ var DescribeAutomationStepExecutionsRequest;
1249
+ (function (DescribeAutomationStepExecutionsRequest) {
1250
+ DescribeAutomationStepExecutionsRequest.filterSensitiveLog = (obj) => ({
1251
+ ...obj,
1252
+ });
1253
+ })(DescribeAutomationStepExecutionsRequest = exports.DescribeAutomationStepExecutionsRequest || (exports.DescribeAutomationStepExecutionsRequest = {}));
1254
+ var FailureDetails;
1255
+ (function (FailureDetails) {
1256
+ FailureDetails.filterSensitiveLog = (obj) => ({
1257
+ ...obj,
1258
+ });
1259
+ })(FailureDetails = exports.FailureDetails || (exports.FailureDetails = {}));
1260
+ var StepExecution;
1261
+ (function (StepExecution) {
1262
+ StepExecution.filterSensitiveLog = (obj) => ({
1263
+ ...obj,
1264
+ });
1265
+ })(StepExecution = exports.StepExecution || (exports.StepExecution = {}));
1266
+ var DescribeAutomationStepExecutionsResult;
1267
+ (function (DescribeAutomationStepExecutionsResult) {
1268
+ DescribeAutomationStepExecutionsResult.filterSensitiveLog = (obj) => ({
1269
+ ...obj,
1270
+ });
1271
+ })(DescribeAutomationStepExecutionsResult = exports.DescribeAutomationStepExecutionsResult || (exports.DescribeAutomationStepExecutionsResult = {}));
1272
+ var PatchOrchestratorFilter;
1273
+ (function (PatchOrchestratorFilter) {
1274
+ PatchOrchestratorFilter.filterSensitiveLog = (obj) => ({
1275
+ ...obj,
1276
+ });
1277
+ })(PatchOrchestratorFilter = exports.PatchOrchestratorFilter || (exports.PatchOrchestratorFilter = {}));
1278
+ var DescribeAvailablePatchesRequest;
1279
+ (function (DescribeAvailablePatchesRequest) {
1280
+ DescribeAvailablePatchesRequest.filterSensitiveLog = (obj) => ({
1281
+ ...obj,
1282
+ });
1283
+ })(DescribeAvailablePatchesRequest = exports.DescribeAvailablePatchesRequest || (exports.DescribeAvailablePatchesRequest = {}));
1284
+ var Patch;
1285
+ (function (Patch) {
1286
+ Patch.filterSensitiveLog = (obj) => ({
1287
+ ...obj,
1288
+ });
1289
+ })(Patch = exports.Patch || (exports.Patch = {}));
1290
+ var DescribeAvailablePatchesResult;
1291
+ (function (DescribeAvailablePatchesResult) {
1292
+ DescribeAvailablePatchesResult.filterSensitiveLog = (obj) => ({
1293
+ ...obj,
1294
+ });
1295
+ })(DescribeAvailablePatchesResult = exports.DescribeAvailablePatchesResult || (exports.DescribeAvailablePatchesResult = {}));
1296
+ var DescribeDocumentRequest;
1297
+ (function (DescribeDocumentRequest) {
1298
+ DescribeDocumentRequest.filterSensitiveLog = (obj) => ({
1299
+ ...obj,
1300
+ });
1301
+ })(DescribeDocumentRequest = exports.DescribeDocumentRequest || (exports.DescribeDocumentRequest = {}));
1302
+ var DescribeDocumentResult;
1303
+ (function (DescribeDocumentResult) {
1304
+ DescribeDocumentResult.filterSensitiveLog = (obj) => ({
1305
+ ...obj,
1306
+ });
1307
+ })(DescribeDocumentResult = exports.DescribeDocumentResult || (exports.DescribeDocumentResult = {}));
1308
+ var DocumentPermissionType;
1309
+ (function (DocumentPermissionType) {
1310
+ DocumentPermissionType["SHARE"] = "Share";
1311
+ })(DocumentPermissionType = exports.DocumentPermissionType || (exports.DocumentPermissionType = {}));
1312
+ var DescribeDocumentPermissionRequest;
1313
+ (function (DescribeDocumentPermissionRequest) {
1314
+ DescribeDocumentPermissionRequest.filterSensitiveLog = (obj) => ({
1315
+ ...obj,
1316
+ });
1317
+ })(DescribeDocumentPermissionRequest = exports.DescribeDocumentPermissionRequest || (exports.DescribeDocumentPermissionRequest = {}));
1318
+ var DescribeDocumentPermissionResponse;
1319
+ (function (DescribeDocumentPermissionResponse) {
1320
+ DescribeDocumentPermissionResponse.filterSensitiveLog = (obj) => ({
1321
+ ...obj,
1322
+ });
1323
+ })(DescribeDocumentPermissionResponse = exports.DescribeDocumentPermissionResponse || (exports.DescribeDocumentPermissionResponse = {}));
1324
+ var InvalidPermissionType;
1325
+ (function (InvalidPermissionType) {
1326
+ InvalidPermissionType.filterSensitiveLog = (obj) => ({
1327
+ ...obj,
1328
+ });
1329
+ })(InvalidPermissionType = exports.InvalidPermissionType || (exports.InvalidPermissionType = {}));
1330
+ var DescribeEffectiveInstanceAssociationsRequest;
1331
+ (function (DescribeEffectiveInstanceAssociationsRequest) {
1332
+ DescribeEffectiveInstanceAssociationsRequest.filterSensitiveLog = (obj) => ({
1333
+ ...obj,
1334
+ });
1335
+ })(DescribeEffectiveInstanceAssociationsRequest = exports.DescribeEffectiveInstanceAssociationsRequest || (exports.DescribeEffectiveInstanceAssociationsRequest = {}));
1336
+ var InstanceAssociation;
1337
+ (function (InstanceAssociation) {
1338
+ InstanceAssociation.filterSensitiveLog = (obj) => ({
1339
+ ...obj,
1340
+ });
1341
+ })(InstanceAssociation = exports.InstanceAssociation || (exports.InstanceAssociation = {}));
1342
+ var DescribeEffectiveInstanceAssociationsResult;
1343
+ (function (DescribeEffectiveInstanceAssociationsResult) {
1344
+ DescribeEffectiveInstanceAssociationsResult.filterSensitiveLog = (obj) => ({
1345
+ ...obj,
1346
+ });
1347
+ })(DescribeEffectiveInstanceAssociationsResult = exports.DescribeEffectiveInstanceAssociationsResult || (exports.DescribeEffectiveInstanceAssociationsResult = {}));
1348
+ var DescribeEffectivePatchesForPatchBaselineRequest;
1349
+ (function (DescribeEffectivePatchesForPatchBaselineRequest) {
1350
+ DescribeEffectivePatchesForPatchBaselineRequest.filterSensitiveLog = (obj) => ({
1351
+ ...obj,
1352
+ });
1353
+ })(DescribeEffectivePatchesForPatchBaselineRequest = exports.DescribeEffectivePatchesForPatchBaselineRequest || (exports.DescribeEffectivePatchesForPatchBaselineRequest = {}));
1354
+ var PatchDeploymentStatus;
1355
+ (function (PatchDeploymentStatus) {
1356
+ PatchDeploymentStatus["Approved"] = "APPROVED";
1357
+ PatchDeploymentStatus["ExplicitApproved"] = "EXPLICIT_APPROVED";
1358
+ PatchDeploymentStatus["ExplicitRejected"] = "EXPLICIT_REJECTED";
1359
+ PatchDeploymentStatus["PendingApproval"] = "PENDING_APPROVAL";
1360
+ })(PatchDeploymentStatus = exports.PatchDeploymentStatus || (exports.PatchDeploymentStatus = {}));
1361
+ var PatchStatus;
1362
+ (function (PatchStatus) {
1363
+ PatchStatus.filterSensitiveLog = (obj) => ({
1364
+ ...obj,
1365
+ });
1366
+ })(PatchStatus = exports.PatchStatus || (exports.PatchStatus = {}));
1367
+ var EffectivePatch;
1368
+ (function (EffectivePatch) {
1369
+ EffectivePatch.filterSensitiveLog = (obj) => ({
1370
+ ...obj,
1371
+ });
1372
+ })(EffectivePatch = exports.EffectivePatch || (exports.EffectivePatch = {}));
1373
+ var DescribeEffectivePatchesForPatchBaselineResult;
1374
+ (function (DescribeEffectivePatchesForPatchBaselineResult) {
1375
+ DescribeEffectivePatchesForPatchBaselineResult.filterSensitiveLog = (obj) => ({
1376
+ ...obj,
1377
+ });
1378
+ })(DescribeEffectivePatchesForPatchBaselineResult = exports.DescribeEffectivePatchesForPatchBaselineResult || (exports.DescribeEffectivePatchesForPatchBaselineResult = {}));
1379
+ var UnsupportedOperatingSystem;
1380
+ (function (UnsupportedOperatingSystem) {
1381
+ UnsupportedOperatingSystem.filterSensitiveLog = (obj) => ({
1382
+ ...obj,
1383
+ });
1384
+ })(UnsupportedOperatingSystem = exports.UnsupportedOperatingSystem || (exports.UnsupportedOperatingSystem = {}));
1385
+ var DescribeInstanceAssociationsStatusRequest;
1386
+ (function (DescribeInstanceAssociationsStatusRequest) {
1387
+ DescribeInstanceAssociationsStatusRequest.filterSensitiveLog = (obj) => ({
1388
+ ...obj,
1389
+ });
1390
+ })(DescribeInstanceAssociationsStatusRequest = exports.DescribeInstanceAssociationsStatusRequest || (exports.DescribeInstanceAssociationsStatusRequest = {}));
1391
+ var S3OutputUrl;
1392
+ (function (S3OutputUrl) {
1393
+ S3OutputUrl.filterSensitiveLog = (obj) => ({
1394
+ ...obj,
1395
+ });
1396
+ })(S3OutputUrl = exports.S3OutputUrl || (exports.S3OutputUrl = {}));
1397
+ var InstanceAssociationOutputUrl;
1398
+ (function (InstanceAssociationOutputUrl) {
1399
+ InstanceAssociationOutputUrl.filterSensitiveLog = (obj) => ({
1400
+ ...obj,
1401
+ });
1402
+ })(InstanceAssociationOutputUrl = exports.InstanceAssociationOutputUrl || (exports.InstanceAssociationOutputUrl = {}));
1403
+ var InstanceAssociationStatusInfo;
1404
+ (function (InstanceAssociationStatusInfo) {
1405
+ InstanceAssociationStatusInfo.filterSensitiveLog = (obj) => ({
1406
+ ...obj,
1407
+ });
1408
+ })(InstanceAssociationStatusInfo = exports.InstanceAssociationStatusInfo || (exports.InstanceAssociationStatusInfo = {}));
1409
+ var DescribeInstanceAssociationsStatusResult;
1410
+ (function (DescribeInstanceAssociationsStatusResult) {
1411
+ DescribeInstanceAssociationsStatusResult.filterSensitiveLog = (obj) => ({
1412
+ ...obj,
1413
+ });
1414
+ })(DescribeInstanceAssociationsStatusResult = exports.DescribeInstanceAssociationsStatusResult || (exports.DescribeInstanceAssociationsStatusResult = {}));
1415
+ var InstanceInformationStringFilter;
1416
+ (function (InstanceInformationStringFilter) {
1417
+ InstanceInformationStringFilter.filterSensitiveLog = (obj) => ({
1418
+ ...obj,
1419
+ });
1420
+ })(InstanceInformationStringFilter = exports.InstanceInformationStringFilter || (exports.InstanceInformationStringFilter = {}));
1421
+ var InstanceInformationFilterKey;
1422
+ (function (InstanceInformationFilterKey) {
1423
+ InstanceInformationFilterKey["ACTIVATION_IDS"] = "ActivationIds";
1424
+ InstanceInformationFilterKey["AGENT_VERSION"] = "AgentVersion";
1425
+ InstanceInformationFilterKey["ASSOCIATION_STATUS"] = "AssociationStatus";
1426
+ InstanceInformationFilterKey["IAM_ROLE"] = "IamRole";
1427
+ InstanceInformationFilterKey["INSTANCE_IDS"] = "InstanceIds";
1428
+ InstanceInformationFilterKey["PING_STATUS"] = "PingStatus";
1429
+ InstanceInformationFilterKey["PLATFORM_TYPES"] = "PlatformTypes";
1430
+ InstanceInformationFilterKey["RESOURCE_TYPE"] = "ResourceType";
1431
+ })(InstanceInformationFilterKey = exports.InstanceInformationFilterKey || (exports.InstanceInformationFilterKey = {}));
1432
+ var InstanceInformationFilter;
1433
+ (function (InstanceInformationFilter) {
1434
+ InstanceInformationFilter.filterSensitiveLog = (obj) => ({
1435
+ ...obj,
1436
+ });
1437
+ })(InstanceInformationFilter = exports.InstanceInformationFilter || (exports.InstanceInformationFilter = {}));
1438
+ var DescribeInstanceInformationRequest;
1439
+ (function (DescribeInstanceInformationRequest) {
1440
+ DescribeInstanceInformationRequest.filterSensitiveLog = (obj) => ({
1441
+ ...obj,
1442
+ });
1443
+ })(DescribeInstanceInformationRequest = exports.DescribeInstanceInformationRequest || (exports.DescribeInstanceInformationRequest = {}));
1444
+ var InstanceAggregatedAssociationOverview;
1445
+ (function (InstanceAggregatedAssociationOverview) {
1446
+ InstanceAggregatedAssociationOverview.filterSensitiveLog = (obj) => ({
1447
+ ...obj,
1448
+ });
1449
+ })(InstanceAggregatedAssociationOverview = exports.InstanceAggregatedAssociationOverview || (exports.InstanceAggregatedAssociationOverview = {}));
1450
+ var PingStatus;
1451
+ (function (PingStatus) {
1452
+ PingStatus["CONNECTION_LOST"] = "ConnectionLost";
1453
+ PingStatus["INACTIVE"] = "Inactive";
1454
+ PingStatus["ONLINE"] = "Online";
1455
+ })(PingStatus = exports.PingStatus || (exports.PingStatus = {}));
1456
+ var ResourceType;
1457
+ (function (ResourceType) {
1458
+ ResourceType["DOCUMENT"] = "Document";
1459
+ ResourceType["EC2_INSTANCE"] = "EC2Instance";
1460
+ ResourceType["MANAGED_INSTANCE"] = "ManagedInstance";
1461
+ })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
1462
+ var InstanceInformation;
1463
+ (function (InstanceInformation) {
1464
+ InstanceInformation.filterSensitiveLog = (obj) => ({
1465
+ ...obj,
1466
+ });
1467
+ })(InstanceInformation = exports.InstanceInformation || (exports.InstanceInformation = {}));
1468
+ var DescribeInstanceInformationResult;
1469
+ (function (DescribeInstanceInformationResult) {
1470
+ DescribeInstanceInformationResult.filterSensitiveLog = (obj) => ({
1471
+ ...obj,
1472
+ });
1473
+ })(DescribeInstanceInformationResult = exports.DescribeInstanceInformationResult || (exports.DescribeInstanceInformationResult = {}));
1474
+ var InvalidInstanceInformationFilterValue;
1475
+ (function (InvalidInstanceInformationFilterValue) {
1476
+ InvalidInstanceInformationFilterValue.filterSensitiveLog = (obj) => ({
1477
+ ...obj,
1478
+ });
1479
+ })(InvalidInstanceInformationFilterValue = exports.InvalidInstanceInformationFilterValue || (exports.InvalidInstanceInformationFilterValue = {}));
1480
+ var DescribeInstancePatchesRequest;
1481
+ (function (DescribeInstancePatchesRequest) {
1482
+ DescribeInstancePatchesRequest.filterSensitiveLog = (obj) => ({
1483
+ ...obj,
1484
+ });
1485
+ })(DescribeInstancePatchesRequest = exports.DescribeInstancePatchesRequest || (exports.DescribeInstancePatchesRequest = {}));
1486
+ var PatchComplianceDataState;
1487
+ (function (PatchComplianceDataState) {
1488
+ PatchComplianceDataState["Failed"] = "FAILED";
1489
+ PatchComplianceDataState["Installed"] = "INSTALLED";
1490
+ PatchComplianceDataState["InstalledOther"] = "INSTALLED_OTHER";
1491
+ PatchComplianceDataState["InstalledPendingReboot"] = "INSTALLED_PENDING_REBOOT";
1492
+ PatchComplianceDataState["InstalledRejected"] = "INSTALLED_REJECTED";
1493
+ PatchComplianceDataState["Missing"] = "MISSING";
1494
+ PatchComplianceDataState["NotApplicable"] = "NOT_APPLICABLE";
1495
+ })(PatchComplianceDataState = exports.PatchComplianceDataState || (exports.PatchComplianceDataState = {}));
1496
+ var PatchComplianceData;
1497
+ (function (PatchComplianceData) {
1498
+ PatchComplianceData.filterSensitiveLog = (obj) => ({
1499
+ ...obj,
1500
+ });
1501
+ })(PatchComplianceData = exports.PatchComplianceData || (exports.PatchComplianceData = {}));
1502
+ var DescribeInstancePatchesResult;
1503
+ (function (DescribeInstancePatchesResult) {
1504
+ DescribeInstancePatchesResult.filterSensitiveLog = (obj) => ({
1505
+ ...obj,
1506
+ });
1507
+ })(DescribeInstancePatchesResult = exports.DescribeInstancePatchesResult || (exports.DescribeInstancePatchesResult = {}));
1508
+ var DescribeInstancePatchStatesRequest;
1509
+ (function (DescribeInstancePatchStatesRequest) {
1510
+ DescribeInstancePatchStatesRequest.filterSensitiveLog = (obj) => ({
1511
+ ...obj,
1512
+ });
1513
+ })(DescribeInstancePatchStatesRequest = exports.DescribeInstancePatchStatesRequest || (exports.DescribeInstancePatchStatesRequest = {}));
1514
+ var PatchOperationType;
1515
+ (function (PatchOperationType) {
1516
+ PatchOperationType["INSTALL"] = "Install";
1517
+ PatchOperationType["SCAN"] = "Scan";
1518
+ })(PatchOperationType = exports.PatchOperationType || (exports.PatchOperationType = {}));
1519
+ var RebootOption;
1520
+ (function (RebootOption) {
1521
+ RebootOption["NO_REBOOT"] = "NoReboot";
1522
+ RebootOption["REBOOT_IF_NEEDED"] = "RebootIfNeeded";
1523
+ })(RebootOption = exports.RebootOption || (exports.RebootOption = {}));
1524
+ var InstancePatchState;
1525
+ (function (InstancePatchState) {
1526
+ InstancePatchState.filterSensitiveLog = (obj) => ({
1527
+ ...obj,
1528
+ ...(obj.OwnerInformation && { OwnerInformation: smithy_client_1.SENSITIVE_STRING }),
1529
+ });
1530
+ })(InstancePatchState = exports.InstancePatchState || (exports.InstancePatchState = {}));
1531
+ var DescribeInstancePatchStatesResult;
1532
+ (function (DescribeInstancePatchStatesResult) {
1533
+ DescribeInstancePatchStatesResult.filterSensitiveLog = (obj) => ({
1534
+ ...obj,
1535
+ ...(obj.InstancePatchStates && {
1536
+ InstancePatchStates: obj.InstancePatchStates.map((item) => InstancePatchState.filterSensitiveLog(item)),
1537
+ }),
1538
+ });
1539
+ })(DescribeInstancePatchStatesResult = exports.DescribeInstancePatchStatesResult || (exports.DescribeInstancePatchStatesResult = {}));
1540
+ var InstancePatchStateOperatorType;
1541
+ (function (InstancePatchStateOperatorType) {
1542
+ InstancePatchStateOperatorType["EQUAL"] = "Equal";
1543
+ InstancePatchStateOperatorType["GREATER_THAN"] = "GreaterThan";
1544
+ InstancePatchStateOperatorType["LESS_THAN"] = "LessThan";
1545
+ InstancePatchStateOperatorType["NOT_EQUAL"] = "NotEqual";
1546
+ })(InstancePatchStateOperatorType = exports.InstancePatchStateOperatorType || (exports.InstancePatchStateOperatorType = {}));
1547
+ var InstancePatchStateFilter;
1548
+ (function (InstancePatchStateFilter) {
1549
+ InstancePatchStateFilter.filterSensitiveLog = (obj) => ({
1550
+ ...obj,
1551
+ });
1552
+ })(InstancePatchStateFilter = exports.InstancePatchStateFilter || (exports.InstancePatchStateFilter = {}));
1553
+ var DescribeInstancePatchStatesForPatchGroupRequest;
1554
+ (function (DescribeInstancePatchStatesForPatchGroupRequest) {
1555
+ DescribeInstancePatchStatesForPatchGroupRequest.filterSensitiveLog = (obj) => ({
1556
+ ...obj,
1557
+ });
1558
+ })(DescribeInstancePatchStatesForPatchGroupRequest = exports.DescribeInstancePatchStatesForPatchGroupRequest || (exports.DescribeInstancePatchStatesForPatchGroupRequest = {}));
1559
+ var DescribeInstancePatchStatesForPatchGroupResult;
1560
+ (function (DescribeInstancePatchStatesForPatchGroupResult) {
1561
+ DescribeInstancePatchStatesForPatchGroupResult.filterSensitiveLog = (obj) => ({
1562
+ ...obj,
1563
+ ...(obj.InstancePatchStates && {
1564
+ InstancePatchStates: obj.InstancePatchStates.map((item) => InstancePatchState.filterSensitiveLog(item)),
1565
+ }),
1566
+ });
1567
+ })(DescribeInstancePatchStatesForPatchGroupResult = exports.DescribeInstancePatchStatesForPatchGroupResult || (exports.DescribeInstancePatchStatesForPatchGroupResult = {}));
1568
+ var DescribeInventoryDeletionsRequest;
1569
+ (function (DescribeInventoryDeletionsRequest) {
1570
+ DescribeInventoryDeletionsRequest.filterSensitiveLog = (obj) => ({
1571
+ ...obj,
1572
+ });
1573
+ })(DescribeInventoryDeletionsRequest = exports.DescribeInventoryDeletionsRequest || (exports.DescribeInventoryDeletionsRequest = {}));
1574
+ var InventoryDeletionStatus;
1575
+ (function (InventoryDeletionStatus) {
1576
+ InventoryDeletionStatus["COMPLETE"] = "Complete";
1577
+ InventoryDeletionStatus["IN_PROGRESS"] = "InProgress";
1578
+ })(InventoryDeletionStatus = exports.InventoryDeletionStatus || (exports.InventoryDeletionStatus = {}));
1579
+ var InventoryDeletionStatusItem;
1580
+ (function (InventoryDeletionStatusItem) {
1581
+ InventoryDeletionStatusItem.filterSensitiveLog = (obj) => ({
1582
+ ...obj,
1583
+ });
1584
+ })(InventoryDeletionStatusItem = exports.InventoryDeletionStatusItem || (exports.InventoryDeletionStatusItem = {}));
1585
+ var DescribeInventoryDeletionsResult;
1586
+ (function (DescribeInventoryDeletionsResult) {
1587
+ DescribeInventoryDeletionsResult.filterSensitiveLog = (obj) => ({
1588
+ ...obj,
1589
+ });
1590
+ })(DescribeInventoryDeletionsResult = exports.DescribeInventoryDeletionsResult || (exports.DescribeInventoryDeletionsResult = {}));
1591
+ var InvalidDeletionIdException;
1592
+ (function (InvalidDeletionIdException) {
1593
+ InvalidDeletionIdException.filterSensitiveLog = (obj) => ({
1594
+ ...obj,
1595
+ });
1596
+ })(InvalidDeletionIdException = exports.InvalidDeletionIdException || (exports.InvalidDeletionIdException = {}));
1597
+ var MaintenanceWindowFilter;
1598
+ (function (MaintenanceWindowFilter) {
1599
+ MaintenanceWindowFilter.filterSensitiveLog = (obj) => ({
1600
+ ...obj,
1601
+ });
1602
+ })(MaintenanceWindowFilter = exports.MaintenanceWindowFilter || (exports.MaintenanceWindowFilter = {}));
1603
+ var DescribeMaintenanceWindowExecutionsRequest;
1604
+ (function (DescribeMaintenanceWindowExecutionsRequest) {
1605
+ DescribeMaintenanceWindowExecutionsRequest.filterSensitiveLog = (obj) => ({
1606
+ ...obj,
1607
+ });
1608
+ })(DescribeMaintenanceWindowExecutionsRequest = exports.DescribeMaintenanceWindowExecutionsRequest || (exports.DescribeMaintenanceWindowExecutionsRequest = {}));
1609
+ var MaintenanceWindowExecutionStatus;
1610
+ (function (MaintenanceWindowExecutionStatus) {
1611
+ MaintenanceWindowExecutionStatus["Cancelled"] = "CANCELLED";
1612
+ MaintenanceWindowExecutionStatus["Cancelling"] = "CANCELLING";
1613
+ MaintenanceWindowExecutionStatus["Failed"] = "FAILED";
1614
+ MaintenanceWindowExecutionStatus["InProgress"] = "IN_PROGRESS";
1615
+ MaintenanceWindowExecutionStatus["Pending"] = "PENDING";
1616
+ MaintenanceWindowExecutionStatus["SkippedOverlapping"] = "SKIPPED_OVERLAPPING";
1617
+ MaintenanceWindowExecutionStatus["Success"] = "SUCCESS";
1618
+ MaintenanceWindowExecutionStatus["TimedOut"] = "TIMED_OUT";
1619
+ })(MaintenanceWindowExecutionStatus = exports.MaintenanceWindowExecutionStatus || (exports.MaintenanceWindowExecutionStatus = {}));
1620
+ var MaintenanceWindowExecution;
1621
+ (function (MaintenanceWindowExecution) {
1622
+ MaintenanceWindowExecution.filterSensitiveLog = (obj) => ({
1623
+ ...obj,
1624
+ });
1625
+ })(MaintenanceWindowExecution = exports.MaintenanceWindowExecution || (exports.MaintenanceWindowExecution = {}));
1626
+ var DescribeMaintenanceWindowExecutionsResult;
1627
+ (function (DescribeMaintenanceWindowExecutionsResult) {
1628
+ DescribeMaintenanceWindowExecutionsResult.filterSensitiveLog = (obj) => ({
1629
+ ...obj,
1630
+ });
1631
+ })(DescribeMaintenanceWindowExecutionsResult = exports.DescribeMaintenanceWindowExecutionsResult || (exports.DescribeMaintenanceWindowExecutionsResult = {}));
1632
+ var DescribeMaintenanceWindowExecutionTaskInvocationsRequest;
1633
+ (function (DescribeMaintenanceWindowExecutionTaskInvocationsRequest) {
1634
+ DescribeMaintenanceWindowExecutionTaskInvocationsRequest.filterSensitiveLog = (obj) => ({
1635
+ ...obj,
1636
+ });
1637
+ })(DescribeMaintenanceWindowExecutionTaskInvocationsRequest = exports.DescribeMaintenanceWindowExecutionTaskInvocationsRequest || (exports.DescribeMaintenanceWindowExecutionTaskInvocationsRequest = {}));
1638
+ var MaintenanceWindowTaskType;
1639
+ (function (MaintenanceWindowTaskType) {
1640
+ MaintenanceWindowTaskType["Automation"] = "AUTOMATION";
1641
+ MaintenanceWindowTaskType["Lambda"] = "LAMBDA";
1642
+ MaintenanceWindowTaskType["RunCommand"] = "RUN_COMMAND";
1643
+ MaintenanceWindowTaskType["StepFunctions"] = "STEP_FUNCTIONS";
1644
+ })(MaintenanceWindowTaskType = exports.MaintenanceWindowTaskType || (exports.MaintenanceWindowTaskType = {}));
1645
+ var MaintenanceWindowExecutionTaskInvocationIdentity;
1646
+ (function (MaintenanceWindowExecutionTaskInvocationIdentity) {
1647
+ MaintenanceWindowExecutionTaskInvocationIdentity.filterSensitiveLog = (obj) => ({
1648
+ ...obj,
1649
+ ...(obj.Parameters && { Parameters: smithy_client_1.SENSITIVE_STRING }),
1650
+ ...(obj.OwnerInformation && { OwnerInformation: smithy_client_1.SENSITIVE_STRING }),
1651
+ });
1652
+ })(MaintenanceWindowExecutionTaskInvocationIdentity = exports.MaintenanceWindowExecutionTaskInvocationIdentity || (exports.MaintenanceWindowExecutionTaskInvocationIdentity = {}));
1653
+ var DescribeMaintenanceWindowExecutionTaskInvocationsResult;
1654
+ (function (DescribeMaintenanceWindowExecutionTaskInvocationsResult) {
1655
+ DescribeMaintenanceWindowExecutionTaskInvocationsResult.filterSensitiveLog = (obj) => ({
1656
+ ...obj,
1657
+ ...(obj.WindowExecutionTaskInvocationIdentities && {
1658
+ WindowExecutionTaskInvocationIdentities: obj.WindowExecutionTaskInvocationIdentities.map((item) => MaintenanceWindowExecutionTaskInvocationIdentity.filterSensitiveLog(item)),
1659
+ }),
1660
+ });
1661
+ })(DescribeMaintenanceWindowExecutionTaskInvocationsResult = exports.DescribeMaintenanceWindowExecutionTaskInvocationsResult || (exports.DescribeMaintenanceWindowExecutionTaskInvocationsResult = {}));
1662
+ var DescribeMaintenanceWindowExecutionTasksRequest;
1663
+ (function (DescribeMaintenanceWindowExecutionTasksRequest) {
1664
+ DescribeMaintenanceWindowExecutionTasksRequest.filterSensitiveLog = (obj) => ({
1665
+ ...obj,
1666
+ });
1667
+ })(DescribeMaintenanceWindowExecutionTasksRequest = exports.DescribeMaintenanceWindowExecutionTasksRequest || (exports.DescribeMaintenanceWindowExecutionTasksRequest = {}));
1668
+ var MaintenanceWindowExecutionTaskIdentity;
1669
+ (function (MaintenanceWindowExecutionTaskIdentity) {
1670
+ MaintenanceWindowExecutionTaskIdentity.filterSensitiveLog = (obj) => ({
1671
+ ...obj,
1672
+ });
1673
+ })(MaintenanceWindowExecutionTaskIdentity = exports.MaintenanceWindowExecutionTaskIdentity || (exports.MaintenanceWindowExecutionTaskIdentity = {}));
1674
+ var DescribeMaintenanceWindowExecutionTasksResult;
1675
+ (function (DescribeMaintenanceWindowExecutionTasksResult) {
1676
+ DescribeMaintenanceWindowExecutionTasksResult.filterSensitiveLog = (obj) => ({
1677
+ ...obj,
1678
+ });
1679
+ })(DescribeMaintenanceWindowExecutionTasksResult = exports.DescribeMaintenanceWindowExecutionTasksResult || (exports.DescribeMaintenanceWindowExecutionTasksResult = {}));
1680
+ var DescribeMaintenanceWindowsRequest;
1681
+ (function (DescribeMaintenanceWindowsRequest) {
1682
+ DescribeMaintenanceWindowsRequest.filterSensitiveLog = (obj) => ({
1683
+ ...obj,
1684
+ });
1685
+ })(DescribeMaintenanceWindowsRequest = exports.DescribeMaintenanceWindowsRequest || (exports.DescribeMaintenanceWindowsRequest = {}));
1686
+ var MaintenanceWindowIdentity;
1687
+ (function (MaintenanceWindowIdentity) {
1688
+ MaintenanceWindowIdentity.filterSensitiveLog = (obj) => ({
1689
+ ...obj,
1690
+ ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
1691
+ });
1692
+ })(MaintenanceWindowIdentity = exports.MaintenanceWindowIdentity || (exports.MaintenanceWindowIdentity = {}));
1693
+ var DescribeMaintenanceWindowsResult;
1694
+ (function (DescribeMaintenanceWindowsResult) {
1695
+ DescribeMaintenanceWindowsResult.filterSensitiveLog = (obj) => ({
1696
+ ...obj,
1697
+ ...(obj.WindowIdentities && {
1698
+ WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentity.filterSensitiveLog(item)),
1699
+ }),
1700
+ });
1701
+ })(DescribeMaintenanceWindowsResult = exports.DescribeMaintenanceWindowsResult || (exports.DescribeMaintenanceWindowsResult = {}));
1702
+ var MaintenanceWindowResourceType;
1703
+ (function (MaintenanceWindowResourceType) {
1704
+ MaintenanceWindowResourceType["Instance"] = "INSTANCE";
1705
+ MaintenanceWindowResourceType["ResourceGroup"] = "RESOURCE_GROUP";
1706
+ })(MaintenanceWindowResourceType = exports.MaintenanceWindowResourceType || (exports.MaintenanceWindowResourceType = {}));
1707
+ var DescribeMaintenanceWindowScheduleRequest;
1708
+ (function (DescribeMaintenanceWindowScheduleRequest) {
1709
+ DescribeMaintenanceWindowScheduleRequest.filterSensitiveLog = (obj) => ({
1710
+ ...obj,
1711
+ });
1712
+ })(DescribeMaintenanceWindowScheduleRequest = exports.DescribeMaintenanceWindowScheduleRequest || (exports.DescribeMaintenanceWindowScheduleRequest = {}));
1713
+ var ScheduledWindowExecution;
1714
+ (function (ScheduledWindowExecution) {
1715
+ ScheduledWindowExecution.filterSensitiveLog = (obj) => ({
1716
+ ...obj,
1717
+ });
1718
+ })(ScheduledWindowExecution = exports.ScheduledWindowExecution || (exports.ScheduledWindowExecution = {}));
1719
+ var DescribeMaintenanceWindowScheduleResult;
1720
+ (function (DescribeMaintenanceWindowScheduleResult) {
1721
+ DescribeMaintenanceWindowScheduleResult.filterSensitiveLog = (obj) => ({
1722
+ ...obj,
1723
+ });
1724
+ })(DescribeMaintenanceWindowScheduleResult = exports.DescribeMaintenanceWindowScheduleResult || (exports.DescribeMaintenanceWindowScheduleResult = {}));
1725
+ var DescribeMaintenanceWindowsForTargetRequest;
1726
+ (function (DescribeMaintenanceWindowsForTargetRequest) {
1727
+ DescribeMaintenanceWindowsForTargetRequest.filterSensitiveLog = (obj) => ({
1728
+ ...obj,
1729
+ });
1730
+ })(DescribeMaintenanceWindowsForTargetRequest = exports.DescribeMaintenanceWindowsForTargetRequest || (exports.DescribeMaintenanceWindowsForTargetRequest = {}));
1731
+ var MaintenanceWindowIdentityForTarget;
1732
+ (function (MaintenanceWindowIdentityForTarget) {
1733
+ MaintenanceWindowIdentityForTarget.filterSensitiveLog = (obj) => ({
1734
+ ...obj,
1735
+ });
1736
+ })(MaintenanceWindowIdentityForTarget = exports.MaintenanceWindowIdentityForTarget || (exports.MaintenanceWindowIdentityForTarget = {}));
1737
+ var DescribeMaintenanceWindowsForTargetResult;
1738
+ (function (DescribeMaintenanceWindowsForTargetResult) {
1739
+ DescribeMaintenanceWindowsForTargetResult.filterSensitiveLog = (obj) => ({
1740
+ ...obj,
1741
+ });
1742
+ })(DescribeMaintenanceWindowsForTargetResult = exports.DescribeMaintenanceWindowsForTargetResult || (exports.DescribeMaintenanceWindowsForTargetResult = {}));
1743
+ var DescribeMaintenanceWindowTargetsRequest;
1744
+ (function (DescribeMaintenanceWindowTargetsRequest) {
1745
+ DescribeMaintenanceWindowTargetsRequest.filterSensitiveLog = (obj) => ({
1746
+ ...obj,
1747
+ });
1748
+ })(DescribeMaintenanceWindowTargetsRequest = exports.DescribeMaintenanceWindowTargetsRequest || (exports.DescribeMaintenanceWindowTargetsRequest = {}));
1749
+ var MaintenanceWindowTarget;
1750
+ (function (MaintenanceWindowTarget) {
1751
+ MaintenanceWindowTarget.filterSensitiveLog = (obj) => ({
1752
+ ...obj,
1753
+ ...(obj.OwnerInformation && { OwnerInformation: smithy_client_1.SENSITIVE_STRING }),
1754
+ ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
1755
+ });
1756
+ })(MaintenanceWindowTarget = exports.MaintenanceWindowTarget || (exports.MaintenanceWindowTarget = {}));
1757
+ var DescribeMaintenanceWindowTargetsResult;
1758
+ (function (DescribeMaintenanceWindowTargetsResult) {
1759
+ DescribeMaintenanceWindowTargetsResult.filterSensitiveLog = (obj) => ({
1760
+ ...obj,
1761
+ ...(obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTarget.filterSensitiveLog(item)) }),
1762
+ });
1763
+ })(DescribeMaintenanceWindowTargetsResult = exports.DescribeMaintenanceWindowTargetsResult || (exports.DescribeMaintenanceWindowTargetsResult = {}));
1764
+ var DescribeMaintenanceWindowTasksRequest;
1765
+ (function (DescribeMaintenanceWindowTasksRequest) {
1766
+ DescribeMaintenanceWindowTasksRequest.filterSensitiveLog = (obj) => ({
1767
+ ...obj,
1768
+ });
1769
+ })(DescribeMaintenanceWindowTasksRequest = exports.DescribeMaintenanceWindowTasksRequest || (exports.DescribeMaintenanceWindowTasksRequest = {}));
1770
+ var MaintenanceWindowTaskCutoffBehavior;
1771
+ (function (MaintenanceWindowTaskCutoffBehavior) {
1772
+ MaintenanceWindowTaskCutoffBehavior["CancelTask"] = "CANCEL_TASK";
1773
+ MaintenanceWindowTaskCutoffBehavior["ContinueTask"] = "CONTINUE_TASK";
1774
+ })(MaintenanceWindowTaskCutoffBehavior = exports.MaintenanceWindowTaskCutoffBehavior || (exports.MaintenanceWindowTaskCutoffBehavior = {}));
1775
+ var LoggingInfo;
1776
+ (function (LoggingInfo) {
1777
+ LoggingInfo.filterSensitiveLog = (obj) => ({
1778
+ ...obj,
1779
+ });
1780
+ })(LoggingInfo = exports.LoggingInfo || (exports.LoggingInfo = {}));
1781
+ var MaintenanceWindowTaskParameterValueExpression;
1782
+ (function (MaintenanceWindowTaskParameterValueExpression) {
1783
+ MaintenanceWindowTaskParameterValueExpression.filterSensitiveLog = (obj) => ({
1784
+ ...obj,
1785
+ ...(obj.Values && { Values: smithy_client_1.SENSITIVE_STRING }),
1786
+ });
1787
+ })(MaintenanceWindowTaskParameterValueExpression = exports.MaintenanceWindowTaskParameterValueExpression || (exports.MaintenanceWindowTaskParameterValueExpression = {}));
1788
+ var MaintenanceWindowTask;
1789
+ (function (MaintenanceWindowTask) {
1790
+ MaintenanceWindowTask.filterSensitiveLog = (obj) => ({
1791
+ ...obj,
1792
+ ...(obj.TaskParameters && { TaskParameters: smithy_client_1.SENSITIVE_STRING }),
1793
+ ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
1794
+ });
1795
+ })(MaintenanceWindowTask = exports.MaintenanceWindowTask || (exports.MaintenanceWindowTask = {}));
1796
+ var DescribeMaintenanceWindowTasksResult;
1797
+ (function (DescribeMaintenanceWindowTasksResult) {
1798
+ DescribeMaintenanceWindowTasksResult.filterSensitiveLog = (obj) => ({
1799
+ ...obj,
1800
+ ...(obj.Tasks && { Tasks: obj.Tasks.map((item) => MaintenanceWindowTask.filterSensitiveLog(item)) }),
1801
+ });
1802
+ })(DescribeMaintenanceWindowTasksResult = exports.DescribeMaintenanceWindowTasksResult || (exports.DescribeMaintenanceWindowTasksResult = {}));
1803
+ var OpsItemFilterKey;
1804
+ (function (OpsItemFilterKey) {
1805
+ OpsItemFilterKey["ACTUAL_END_TIME"] = "ActualEndTime";
1806
+ OpsItemFilterKey["ACTUAL_START_TIME"] = "ActualStartTime";
1807
+ OpsItemFilterKey["AUTOMATION_ID"] = "AutomationId";
1808
+ OpsItemFilterKey["CATEGORY"] = "Category";
1809
+ OpsItemFilterKey["CHANGE_REQUEST_APPROVER_ARN"] = "ChangeRequestByApproverArn";
1810
+ OpsItemFilterKey["CHANGE_REQUEST_APPROVER_NAME"] = "ChangeRequestByApproverName";
1811
+ OpsItemFilterKey["CHANGE_REQUEST_REQUESTER_ARN"] = "ChangeRequestByRequesterArn";
1812
+ OpsItemFilterKey["CHANGE_REQUEST_REQUESTER_NAME"] = "ChangeRequestByRequesterName";
1813
+ OpsItemFilterKey["CHANGE_REQUEST_TARGETS_RESOURCE_GROUP"] = "ChangeRequestByTargetsResourceGroup";
1814
+ OpsItemFilterKey["CHANGE_REQUEST_TEMPLATE"] = "ChangeRequestByTemplate";
1815
+ OpsItemFilterKey["CREATED_BY"] = "CreatedBy";
1816
+ OpsItemFilterKey["CREATED_TIME"] = "CreatedTime";
1817
+ OpsItemFilterKey["INSIGHT_TYPE"] = "InsightByType";
1818
+ OpsItemFilterKey["LAST_MODIFIED_TIME"] = "LastModifiedTime";
1819
+ OpsItemFilterKey["OPERATIONAL_DATA"] = "OperationalData";
1820
+ OpsItemFilterKey["OPERATIONAL_DATA_KEY"] = "OperationalDataKey";
1821
+ OpsItemFilterKey["OPERATIONAL_DATA_VALUE"] = "OperationalDataValue";
1822
+ OpsItemFilterKey["OPSITEM_ID"] = "OpsItemId";
1823
+ OpsItemFilterKey["OPSITEM_TYPE"] = "OpsItemType";
1824
+ OpsItemFilterKey["PLANNED_END_TIME"] = "PlannedEndTime";
1825
+ OpsItemFilterKey["PLANNED_START_TIME"] = "PlannedStartTime";
1826
+ OpsItemFilterKey["PRIORITY"] = "Priority";
1827
+ OpsItemFilterKey["RESOURCE_ID"] = "ResourceId";
1828
+ OpsItemFilterKey["SEVERITY"] = "Severity";
1829
+ OpsItemFilterKey["SOURCE"] = "Source";
1830
+ OpsItemFilterKey["STATUS"] = "Status";
1831
+ OpsItemFilterKey["TITLE"] = "Title";
1832
+ })(OpsItemFilterKey = exports.OpsItemFilterKey || (exports.OpsItemFilterKey = {}));
1833
+ var OpsItemFilterOperator;
1834
+ (function (OpsItemFilterOperator) {
1835
+ OpsItemFilterOperator["CONTAINS"] = "Contains";
1836
+ OpsItemFilterOperator["EQUAL"] = "Equal";
1837
+ OpsItemFilterOperator["GREATER_THAN"] = "GreaterThan";
1838
+ OpsItemFilterOperator["LESS_THAN"] = "LessThan";
1839
+ })(OpsItemFilterOperator = exports.OpsItemFilterOperator || (exports.OpsItemFilterOperator = {}));
1840
+ var OpsItemFilter;
1841
+ (function (OpsItemFilter) {
1842
+ OpsItemFilter.filterSensitiveLog = (obj) => ({
1843
+ ...obj,
1844
+ });
1845
+ })(OpsItemFilter = exports.OpsItemFilter || (exports.OpsItemFilter = {}));
1846
+ var DescribeOpsItemsRequest;
1847
+ (function (DescribeOpsItemsRequest) {
1848
+ DescribeOpsItemsRequest.filterSensitiveLog = (obj) => ({
1849
+ ...obj,
1850
+ });
1851
+ })(DescribeOpsItemsRequest = exports.DescribeOpsItemsRequest || (exports.DescribeOpsItemsRequest = {}));
1852
+ var OpsItemStatus;
1853
+ (function (OpsItemStatus) {
1854
+ OpsItemStatus["APPROVED"] = "Approved";
1855
+ OpsItemStatus["CANCELLED"] = "Cancelled";
1856
+ OpsItemStatus["CANCELLING"] = "Cancelling";
1857
+ OpsItemStatus["CHANGE_CALENDAR_OVERRIDE_APPROVED"] = "ChangeCalendarOverrideApproved";
1858
+ OpsItemStatus["CHANGE_CALENDAR_OVERRIDE_REJECTED"] = "ChangeCalendarOverrideRejected";
1859
+ OpsItemStatus["CLOSED"] = "Closed";
1860
+ OpsItemStatus["COMPLETED_WITH_FAILURE"] = "CompletedWithFailure";
1861
+ OpsItemStatus["COMPLETED_WITH_SUCCESS"] = "CompletedWithSuccess";
1862
+ OpsItemStatus["FAILED"] = "Failed";
1863
+ OpsItemStatus["IN_PROGRESS"] = "InProgress";
1864
+ OpsItemStatus["OPEN"] = "Open";
1865
+ OpsItemStatus["PENDING"] = "Pending";
1866
+ OpsItemStatus["PENDING_APPROVAL"] = "PendingApproval";
1867
+ OpsItemStatus["PENDING_CHANGE_CALENDAR_OVERRIDE"] = "PendingChangeCalendarOverride";
1868
+ OpsItemStatus["REJECTED"] = "Rejected";
1869
+ OpsItemStatus["RESOLVED"] = "Resolved";
1870
+ OpsItemStatus["RUNBOOK_IN_PROGRESS"] = "RunbookInProgress";
1871
+ OpsItemStatus["SCHEDULED"] = "Scheduled";
1872
+ OpsItemStatus["TIMED_OUT"] = "TimedOut";
1873
+ })(OpsItemStatus = exports.OpsItemStatus || (exports.OpsItemStatus = {}));
1874
+ var OpsItemSummary;
1875
+ (function (OpsItemSummary) {
1876
+ OpsItemSummary.filterSensitiveLog = (obj) => ({
1877
+ ...obj,
1878
+ });
1879
+ })(OpsItemSummary = exports.OpsItemSummary || (exports.OpsItemSummary = {}));
1880
+ var DescribeOpsItemsResponse;
1881
+ (function (DescribeOpsItemsResponse) {
1882
+ DescribeOpsItemsResponse.filterSensitiveLog = (obj) => ({
1883
+ ...obj,
1884
+ });
1885
+ })(DescribeOpsItemsResponse = exports.DescribeOpsItemsResponse || (exports.DescribeOpsItemsResponse = {}));
1886
+ var ParametersFilterKey;
1887
+ (function (ParametersFilterKey) {
1888
+ ParametersFilterKey["KEY_ID"] = "KeyId";
1889
+ ParametersFilterKey["NAME"] = "Name";
1890
+ ParametersFilterKey["TYPE"] = "Type";
1891
+ })(ParametersFilterKey = exports.ParametersFilterKey || (exports.ParametersFilterKey = {}));
1892
+ var ParametersFilter;
1893
+ (function (ParametersFilter) {
1894
+ ParametersFilter.filterSensitiveLog = (obj) => ({
1895
+ ...obj,
1896
+ });
1897
+ })(ParametersFilter = exports.ParametersFilter || (exports.ParametersFilter = {}));
1898
+ var ParameterStringFilter;
1899
+ (function (ParameterStringFilter) {
1900
+ ParameterStringFilter.filterSensitiveLog = (obj) => ({
1901
+ ...obj,
1902
+ });
1903
+ })(ParameterStringFilter = exports.ParameterStringFilter || (exports.ParameterStringFilter = {}));
1904
+ var DescribeParametersRequest;
1905
+ (function (DescribeParametersRequest) {
1906
+ DescribeParametersRequest.filterSensitiveLog = (obj) => ({
1907
+ ...obj,
1908
+ });
1909
+ })(DescribeParametersRequest = exports.DescribeParametersRequest || (exports.DescribeParametersRequest = {}));
1910
+ var ParameterInlinePolicy;
1911
+ (function (ParameterInlinePolicy) {
1912
+ ParameterInlinePolicy.filterSensitiveLog = (obj) => ({
1913
+ ...obj,
1914
+ });
1915
+ })(ParameterInlinePolicy = exports.ParameterInlinePolicy || (exports.ParameterInlinePolicy = {}));
1916
+ var ParameterTier;
1917
+ (function (ParameterTier) {
1918
+ ParameterTier["ADVANCED"] = "Advanced";
1919
+ ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
1920
+ ParameterTier["STANDARD"] = "Standard";
1921
+ })(ParameterTier = exports.ParameterTier || (exports.ParameterTier = {}));
1922
+ var ParameterType;
1923
+ (function (ParameterType) {
1924
+ ParameterType["SECURE_STRING"] = "SecureString";
1925
+ ParameterType["STRING"] = "String";
1926
+ ParameterType["STRING_LIST"] = "StringList";
1927
+ })(ParameterType = exports.ParameterType || (exports.ParameterType = {}));
1928
+ var ParameterMetadata;
1929
+ (function (ParameterMetadata) {
1930
+ ParameterMetadata.filterSensitiveLog = (obj) => ({
1931
+ ...obj,
1932
+ });
1933
+ })(ParameterMetadata = exports.ParameterMetadata || (exports.ParameterMetadata = {}));