@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
@@ -1,2684 +0,0 @@
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
- /**
13
- * @internal
14
- */
15
- AccountSharingInfo.filterSensitiveLog = (obj) => ({
16
- ...obj,
17
- });
18
- })(AccountSharingInfo = exports.AccountSharingInfo || (exports.AccountSharingInfo = {}));
19
- var Tag;
20
- (function (Tag) {
21
- /**
22
- * @internal
23
- */
24
- Tag.filterSensitiveLog = (obj) => ({
25
- ...obj,
26
- });
27
- })(Tag = exports.Tag || (exports.Tag = {}));
28
- var Activation;
29
- (function (Activation) {
30
- /**
31
- * @internal
32
- */
33
- Activation.filterSensitiveLog = (obj) => ({
34
- ...obj,
35
- });
36
- })(Activation = exports.Activation || (exports.Activation = {}));
37
- var ResourceTypeForTagging;
38
- (function (ResourceTypeForTagging) {
39
- ResourceTypeForTagging["DOCUMENT"] = "Document";
40
- ResourceTypeForTagging["MAINTENANCE_WINDOW"] = "MaintenanceWindow";
41
- ResourceTypeForTagging["MANAGED_INSTANCE"] = "ManagedInstance";
42
- ResourceTypeForTagging["OPSMETADATA"] = "OpsMetadata";
43
- ResourceTypeForTagging["OPS_ITEM"] = "OpsItem";
44
- ResourceTypeForTagging["PARAMETER"] = "Parameter";
45
- ResourceTypeForTagging["PATCH_BASELINE"] = "PatchBaseline";
46
- })(ResourceTypeForTagging = exports.ResourceTypeForTagging || (exports.ResourceTypeForTagging = {}));
47
- var AddTagsToResourceRequest;
48
- (function (AddTagsToResourceRequest) {
49
- /**
50
- * @internal
51
- */
52
- AddTagsToResourceRequest.filterSensitiveLog = (obj) => ({
53
- ...obj,
54
- });
55
- })(AddTagsToResourceRequest = exports.AddTagsToResourceRequest || (exports.AddTagsToResourceRequest = {}));
56
- var AddTagsToResourceResult;
57
- (function (AddTagsToResourceResult) {
58
- /**
59
- * @internal
60
- */
61
- AddTagsToResourceResult.filterSensitiveLog = (obj) => ({
62
- ...obj,
63
- });
64
- })(AddTagsToResourceResult = exports.AddTagsToResourceResult || (exports.AddTagsToResourceResult = {}));
65
- var InternalServerError;
66
- (function (InternalServerError) {
67
- /**
68
- * @internal
69
- */
70
- InternalServerError.filterSensitiveLog = (obj) => ({
71
- ...obj,
72
- });
73
- })(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
74
- var InvalidResourceId;
75
- (function (InvalidResourceId) {
76
- /**
77
- * @internal
78
- */
79
- InvalidResourceId.filterSensitiveLog = (obj) => ({
80
- ...obj,
81
- });
82
- })(InvalidResourceId = exports.InvalidResourceId || (exports.InvalidResourceId = {}));
83
- var InvalidResourceType;
84
- (function (InvalidResourceType) {
85
- /**
86
- * @internal
87
- */
88
- InvalidResourceType.filterSensitiveLog = (obj) => ({
89
- ...obj,
90
- });
91
- })(InvalidResourceType = exports.InvalidResourceType || (exports.InvalidResourceType = {}));
92
- var TooManyTagsError;
93
- (function (TooManyTagsError) {
94
- /**
95
- * @internal
96
- */
97
- TooManyTagsError.filterSensitiveLog = (obj) => ({
98
- ...obj,
99
- });
100
- })(TooManyTagsError = exports.TooManyTagsError || (exports.TooManyTagsError = {}));
101
- var TooManyUpdates;
102
- (function (TooManyUpdates) {
103
- /**
104
- * @internal
105
- */
106
- TooManyUpdates.filterSensitiveLog = (obj) => ({
107
- ...obj,
108
- });
109
- })(TooManyUpdates = exports.TooManyUpdates || (exports.TooManyUpdates = {}));
110
- var AlreadyExistsException;
111
- (function (AlreadyExistsException) {
112
- /**
113
- * @internal
114
- */
115
- AlreadyExistsException.filterSensitiveLog = (obj) => ({
116
- ...obj,
117
- });
118
- })(AlreadyExistsException = exports.AlreadyExistsException || (exports.AlreadyExistsException = {}));
119
- var AssociateOpsItemRelatedItemRequest;
120
- (function (AssociateOpsItemRelatedItemRequest) {
121
- /**
122
- * @internal
123
- */
124
- AssociateOpsItemRelatedItemRequest.filterSensitiveLog = (obj) => ({
125
- ...obj,
126
- });
127
- })(AssociateOpsItemRelatedItemRequest = exports.AssociateOpsItemRelatedItemRequest || (exports.AssociateOpsItemRelatedItemRequest = {}));
128
- var AssociateOpsItemRelatedItemResponse;
129
- (function (AssociateOpsItemRelatedItemResponse) {
130
- /**
131
- * @internal
132
- */
133
- AssociateOpsItemRelatedItemResponse.filterSensitiveLog = (obj) => ({
134
- ...obj,
135
- });
136
- })(AssociateOpsItemRelatedItemResponse = exports.AssociateOpsItemRelatedItemResponse || (exports.AssociateOpsItemRelatedItemResponse = {}));
137
- var OpsItemInvalidParameterException;
138
- (function (OpsItemInvalidParameterException) {
139
- /**
140
- * @internal
141
- */
142
- OpsItemInvalidParameterException.filterSensitiveLog = (obj) => ({
143
- ...obj,
144
- });
145
- })(OpsItemInvalidParameterException = exports.OpsItemInvalidParameterException || (exports.OpsItemInvalidParameterException = {}));
146
- var OpsItemLimitExceededException;
147
- (function (OpsItemLimitExceededException) {
148
- /**
149
- * @internal
150
- */
151
- OpsItemLimitExceededException.filterSensitiveLog = (obj) => ({
152
- ...obj,
153
- });
154
- })(OpsItemLimitExceededException = exports.OpsItemLimitExceededException || (exports.OpsItemLimitExceededException = {}));
155
- var OpsItemNotFoundException;
156
- (function (OpsItemNotFoundException) {
157
- /**
158
- * @internal
159
- */
160
- OpsItemNotFoundException.filterSensitiveLog = (obj) => ({
161
- ...obj,
162
- });
163
- })(OpsItemNotFoundException = exports.OpsItemNotFoundException || (exports.OpsItemNotFoundException = {}));
164
- var OpsItemRelatedItemAlreadyExistsException;
165
- (function (OpsItemRelatedItemAlreadyExistsException) {
166
- /**
167
- * @internal
168
- */
169
- OpsItemRelatedItemAlreadyExistsException.filterSensitiveLog = (obj) => ({
170
- ...obj,
171
- });
172
- })(OpsItemRelatedItemAlreadyExistsException = exports.OpsItemRelatedItemAlreadyExistsException || (exports.OpsItemRelatedItemAlreadyExistsException = {}));
173
- var CancelCommandRequest;
174
- (function (CancelCommandRequest) {
175
- /**
176
- * @internal
177
- */
178
- CancelCommandRequest.filterSensitiveLog = (obj) => ({
179
- ...obj,
180
- });
181
- })(CancelCommandRequest = exports.CancelCommandRequest || (exports.CancelCommandRequest = {}));
182
- var CancelCommandResult;
183
- (function (CancelCommandResult) {
184
- /**
185
- * @internal
186
- */
187
- CancelCommandResult.filterSensitiveLog = (obj) => ({
188
- ...obj,
189
- });
190
- })(CancelCommandResult = exports.CancelCommandResult || (exports.CancelCommandResult = {}));
191
- var DuplicateInstanceId;
192
- (function (DuplicateInstanceId) {
193
- /**
194
- * @internal
195
- */
196
- DuplicateInstanceId.filterSensitiveLog = (obj) => ({
197
- ...obj,
198
- });
199
- })(DuplicateInstanceId = exports.DuplicateInstanceId || (exports.DuplicateInstanceId = {}));
200
- var InvalidCommandId;
201
- (function (InvalidCommandId) {
202
- /**
203
- * @internal
204
- */
205
- InvalidCommandId.filterSensitiveLog = (obj) => ({
206
- ...obj,
207
- });
208
- })(InvalidCommandId = exports.InvalidCommandId || (exports.InvalidCommandId = {}));
209
- var InvalidInstanceId;
210
- (function (InvalidInstanceId) {
211
- /**
212
- * @internal
213
- */
214
- InvalidInstanceId.filterSensitiveLog = (obj) => ({
215
- ...obj,
216
- });
217
- })(InvalidInstanceId = exports.InvalidInstanceId || (exports.InvalidInstanceId = {}));
218
- var CancelMaintenanceWindowExecutionRequest;
219
- (function (CancelMaintenanceWindowExecutionRequest) {
220
- /**
221
- * @internal
222
- */
223
- CancelMaintenanceWindowExecutionRequest.filterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- })(CancelMaintenanceWindowExecutionRequest = exports.CancelMaintenanceWindowExecutionRequest || (exports.CancelMaintenanceWindowExecutionRequest = {}));
227
- var CancelMaintenanceWindowExecutionResult;
228
- (function (CancelMaintenanceWindowExecutionResult) {
229
- /**
230
- * @internal
231
- */
232
- CancelMaintenanceWindowExecutionResult.filterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- })(CancelMaintenanceWindowExecutionResult = exports.CancelMaintenanceWindowExecutionResult || (exports.CancelMaintenanceWindowExecutionResult = {}));
236
- var DoesNotExistException;
237
- (function (DoesNotExistException) {
238
- /**
239
- * @internal
240
- */
241
- DoesNotExistException.filterSensitiveLog = (obj) => ({
242
- ...obj,
243
- });
244
- })(DoesNotExistException = exports.DoesNotExistException || (exports.DoesNotExistException = {}));
245
- var CreateActivationRequest;
246
- (function (CreateActivationRequest) {
247
- /**
248
- * @internal
249
- */
250
- CreateActivationRequest.filterSensitiveLog = (obj) => ({
251
- ...obj,
252
- });
253
- })(CreateActivationRequest = exports.CreateActivationRequest || (exports.CreateActivationRequest = {}));
254
- var CreateActivationResult;
255
- (function (CreateActivationResult) {
256
- /**
257
- * @internal
258
- */
259
- CreateActivationResult.filterSensitiveLog = (obj) => ({
260
- ...obj,
261
- });
262
- })(CreateActivationResult = exports.CreateActivationResult || (exports.CreateActivationResult = {}));
263
- var AssociationAlreadyExists;
264
- (function (AssociationAlreadyExists) {
265
- /**
266
- * @internal
267
- */
268
- AssociationAlreadyExists.filterSensitiveLog = (obj) => ({
269
- ...obj,
270
- });
271
- })(AssociationAlreadyExists = exports.AssociationAlreadyExists || (exports.AssociationAlreadyExists = {}));
272
- var AssociationLimitExceeded;
273
- (function (AssociationLimitExceeded) {
274
- /**
275
- * @internal
276
- */
277
- AssociationLimitExceeded.filterSensitiveLog = (obj) => ({
278
- ...obj,
279
- });
280
- })(AssociationLimitExceeded = exports.AssociationLimitExceeded || (exports.AssociationLimitExceeded = {}));
281
- var AssociationComplianceSeverity;
282
- (function (AssociationComplianceSeverity) {
283
- AssociationComplianceSeverity["Critical"] = "CRITICAL";
284
- AssociationComplianceSeverity["High"] = "HIGH";
285
- AssociationComplianceSeverity["Low"] = "LOW";
286
- AssociationComplianceSeverity["Medium"] = "MEDIUM";
287
- AssociationComplianceSeverity["Unspecified"] = "UNSPECIFIED";
288
- })(AssociationComplianceSeverity = exports.AssociationComplianceSeverity || (exports.AssociationComplianceSeverity = {}));
289
- var S3OutputLocation;
290
- (function (S3OutputLocation) {
291
- /**
292
- * @internal
293
- */
294
- S3OutputLocation.filterSensitiveLog = (obj) => ({
295
- ...obj,
296
- });
297
- })(S3OutputLocation = exports.S3OutputLocation || (exports.S3OutputLocation = {}));
298
- var InstanceAssociationOutputLocation;
299
- (function (InstanceAssociationOutputLocation) {
300
- /**
301
- * @internal
302
- */
303
- InstanceAssociationOutputLocation.filterSensitiveLog = (obj) => ({
304
- ...obj,
305
- });
306
- })(InstanceAssociationOutputLocation = exports.InstanceAssociationOutputLocation || (exports.InstanceAssociationOutputLocation = {}));
307
- var AssociationSyncCompliance;
308
- (function (AssociationSyncCompliance) {
309
- AssociationSyncCompliance["Auto"] = "AUTO";
310
- AssociationSyncCompliance["Manual"] = "MANUAL";
311
- })(AssociationSyncCompliance = exports.AssociationSyncCompliance || (exports.AssociationSyncCompliance = {}));
312
- var TargetLocation;
313
- (function (TargetLocation) {
314
- /**
315
- * @internal
316
- */
317
- TargetLocation.filterSensitiveLog = (obj) => ({
318
- ...obj,
319
- });
320
- })(TargetLocation = exports.TargetLocation || (exports.TargetLocation = {}));
321
- var Target;
322
- (function (Target) {
323
- /**
324
- * @internal
325
- */
326
- Target.filterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- })(Target = exports.Target || (exports.Target = {}));
330
- var CreateAssociationRequest;
331
- (function (CreateAssociationRequest) {
332
- /**
333
- * @internal
334
- */
335
- CreateAssociationRequest.filterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- })(CreateAssociationRequest = exports.CreateAssociationRequest || (exports.CreateAssociationRequest = {}));
339
- var AssociationOverview;
340
- (function (AssociationOverview) {
341
- /**
342
- * @internal
343
- */
344
- AssociationOverview.filterSensitiveLog = (obj) => ({
345
- ...obj,
346
- });
347
- })(AssociationOverview = exports.AssociationOverview || (exports.AssociationOverview = {}));
348
- var AssociationStatusName;
349
- (function (AssociationStatusName) {
350
- AssociationStatusName["Failed"] = "Failed";
351
- AssociationStatusName["Pending"] = "Pending";
352
- AssociationStatusName["Success"] = "Success";
353
- })(AssociationStatusName = exports.AssociationStatusName || (exports.AssociationStatusName = {}));
354
- var AssociationStatus;
355
- (function (AssociationStatus) {
356
- /**
357
- * @internal
358
- */
359
- AssociationStatus.filterSensitiveLog = (obj) => ({
360
- ...obj,
361
- });
362
- })(AssociationStatus = exports.AssociationStatus || (exports.AssociationStatus = {}));
363
- var AssociationDescription;
364
- (function (AssociationDescription) {
365
- /**
366
- * @internal
367
- */
368
- AssociationDescription.filterSensitiveLog = (obj) => ({
369
- ...obj,
370
- });
371
- })(AssociationDescription = exports.AssociationDescription || (exports.AssociationDescription = {}));
372
- var CreateAssociationResult;
373
- (function (CreateAssociationResult) {
374
- /**
375
- * @internal
376
- */
377
- CreateAssociationResult.filterSensitiveLog = (obj) => ({
378
- ...obj,
379
- });
380
- })(CreateAssociationResult = exports.CreateAssociationResult || (exports.CreateAssociationResult = {}));
381
- var InvalidDocument;
382
- (function (InvalidDocument) {
383
- /**
384
- * @internal
385
- */
386
- InvalidDocument.filterSensitiveLog = (obj) => ({
387
- ...obj,
388
- });
389
- })(InvalidDocument = exports.InvalidDocument || (exports.InvalidDocument = {}));
390
- var InvalidDocumentVersion;
391
- (function (InvalidDocumentVersion) {
392
- /**
393
- * @internal
394
- */
395
- InvalidDocumentVersion.filterSensitiveLog = (obj) => ({
396
- ...obj,
397
- });
398
- })(InvalidDocumentVersion = exports.InvalidDocumentVersion || (exports.InvalidDocumentVersion = {}));
399
- var InvalidOutputLocation;
400
- (function (InvalidOutputLocation) {
401
- /**
402
- * @internal
403
- */
404
- InvalidOutputLocation.filterSensitiveLog = (obj) => ({
405
- ...obj,
406
- });
407
- })(InvalidOutputLocation = exports.InvalidOutputLocation || (exports.InvalidOutputLocation = {}));
408
- var InvalidParameters;
409
- (function (InvalidParameters) {
410
- /**
411
- * @internal
412
- */
413
- InvalidParameters.filterSensitiveLog = (obj) => ({
414
- ...obj,
415
- });
416
- })(InvalidParameters = exports.InvalidParameters || (exports.InvalidParameters = {}));
417
- var InvalidSchedule;
418
- (function (InvalidSchedule) {
419
- /**
420
- * @internal
421
- */
422
- InvalidSchedule.filterSensitiveLog = (obj) => ({
423
- ...obj,
424
- });
425
- })(InvalidSchedule = exports.InvalidSchedule || (exports.InvalidSchedule = {}));
426
- var InvalidTarget;
427
- (function (InvalidTarget) {
428
- /**
429
- * @internal
430
- */
431
- InvalidTarget.filterSensitiveLog = (obj) => ({
432
- ...obj,
433
- });
434
- })(InvalidTarget = exports.InvalidTarget || (exports.InvalidTarget = {}));
435
- var UnsupportedPlatformType;
436
- (function (UnsupportedPlatformType) {
437
- /**
438
- * @internal
439
- */
440
- UnsupportedPlatformType.filterSensitiveLog = (obj) => ({
441
- ...obj,
442
- });
443
- })(UnsupportedPlatformType = exports.UnsupportedPlatformType || (exports.UnsupportedPlatformType = {}));
444
- var CreateAssociationBatchRequestEntry;
445
- (function (CreateAssociationBatchRequestEntry) {
446
- /**
447
- * @internal
448
- */
449
- CreateAssociationBatchRequestEntry.filterSensitiveLog = (obj) => ({
450
- ...obj,
451
- });
452
- })(CreateAssociationBatchRequestEntry = exports.CreateAssociationBatchRequestEntry || (exports.CreateAssociationBatchRequestEntry = {}));
453
- var CreateAssociationBatchRequest;
454
- (function (CreateAssociationBatchRequest) {
455
- /**
456
- * @internal
457
- */
458
- CreateAssociationBatchRequest.filterSensitiveLog = (obj) => ({
459
- ...obj,
460
- });
461
- })(CreateAssociationBatchRequest = exports.CreateAssociationBatchRequest || (exports.CreateAssociationBatchRequest = {}));
462
- var FailedCreateAssociation;
463
- (function (FailedCreateAssociation) {
464
- /**
465
- * @internal
466
- */
467
- FailedCreateAssociation.filterSensitiveLog = (obj) => ({
468
- ...obj,
469
- });
470
- })(FailedCreateAssociation = exports.FailedCreateAssociation || (exports.FailedCreateAssociation = {}));
471
- var CreateAssociationBatchResult;
472
- (function (CreateAssociationBatchResult) {
473
- /**
474
- * @internal
475
- */
476
- CreateAssociationBatchResult.filterSensitiveLog = (obj) => ({
477
- ...obj,
478
- });
479
- })(CreateAssociationBatchResult = exports.CreateAssociationBatchResult || (exports.CreateAssociationBatchResult = {}));
480
- var AttachmentsSourceKey;
481
- (function (AttachmentsSourceKey) {
482
- AttachmentsSourceKey["AttachmentReference"] = "AttachmentReference";
483
- AttachmentsSourceKey["S3FileUrl"] = "S3FileUrl";
484
- AttachmentsSourceKey["SourceUrl"] = "SourceUrl";
485
- })(AttachmentsSourceKey = exports.AttachmentsSourceKey || (exports.AttachmentsSourceKey = {}));
486
- var AttachmentsSource;
487
- (function (AttachmentsSource) {
488
- /**
489
- * @internal
490
- */
491
- AttachmentsSource.filterSensitiveLog = (obj) => ({
492
- ...obj,
493
- });
494
- })(AttachmentsSource = exports.AttachmentsSource || (exports.AttachmentsSource = {}));
495
- var DocumentFormat;
496
- (function (DocumentFormat) {
497
- DocumentFormat["JSON"] = "JSON";
498
- DocumentFormat["TEXT"] = "TEXT";
499
- DocumentFormat["YAML"] = "YAML";
500
- })(DocumentFormat = exports.DocumentFormat || (exports.DocumentFormat = {}));
501
- var DocumentType;
502
- (function (DocumentType) {
503
- DocumentType["ApplicationConfiguration"] = "ApplicationConfiguration";
504
- DocumentType["ApplicationConfigurationSchema"] = "ApplicationConfigurationSchema";
505
- DocumentType["Automation"] = "Automation";
506
- DocumentType["ChangeCalendar"] = "ChangeCalendar";
507
- DocumentType["ChangeTemplate"] = "Automation.ChangeTemplate";
508
- DocumentType["Command"] = "Command";
509
- DocumentType["DeploymentStrategy"] = "DeploymentStrategy";
510
- DocumentType["Package"] = "Package";
511
- DocumentType["Policy"] = "Policy";
512
- DocumentType["ProblemAnalysis"] = "ProblemAnalysis";
513
- DocumentType["ProblemAnalysisTemplate"] = "ProblemAnalysisTemplate";
514
- DocumentType["Session"] = "Session";
515
- })(DocumentType = exports.DocumentType || (exports.DocumentType = {}));
516
- var DocumentRequires;
517
- (function (DocumentRequires) {
518
- /**
519
- * @internal
520
- */
521
- DocumentRequires.filterSensitiveLog = (obj) => ({
522
- ...obj,
523
- });
524
- })(DocumentRequires = exports.DocumentRequires || (exports.DocumentRequires = {}));
525
- var CreateDocumentRequest;
526
- (function (CreateDocumentRequest) {
527
- /**
528
- * @internal
529
- */
530
- CreateDocumentRequest.filterSensitiveLog = (obj) => ({
531
- ...obj,
532
- });
533
- })(CreateDocumentRequest = exports.CreateDocumentRequest || (exports.CreateDocumentRequest = {}));
534
- var AttachmentInformation;
535
- (function (AttachmentInformation) {
536
- /**
537
- * @internal
538
- */
539
- AttachmentInformation.filterSensitiveLog = (obj) => ({
540
- ...obj,
541
- });
542
- })(AttachmentInformation = exports.AttachmentInformation || (exports.AttachmentInformation = {}));
543
- var DocumentHashType;
544
- (function (DocumentHashType) {
545
- DocumentHashType["SHA1"] = "Sha1";
546
- DocumentHashType["SHA256"] = "Sha256";
547
- })(DocumentHashType = exports.DocumentHashType || (exports.DocumentHashType = {}));
548
- var DocumentParameter;
549
- (function (DocumentParameter) {
550
- /**
551
- * @internal
552
- */
553
- DocumentParameter.filterSensitiveLog = (obj) => ({
554
- ...obj,
555
- });
556
- })(DocumentParameter = exports.DocumentParameter || (exports.DocumentParameter = {}));
557
- var PlatformType;
558
- (function (PlatformType) {
559
- PlatformType["LINUX"] = "Linux";
560
- PlatformType["WINDOWS"] = "Windows";
561
- })(PlatformType = exports.PlatformType || (exports.PlatformType = {}));
562
- var ReviewStatus;
563
- (function (ReviewStatus) {
564
- ReviewStatus["APPROVED"] = "APPROVED";
565
- ReviewStatus["NOT_REVIEWED"] = "NOT_REVIEWED";
566
- ReviewStatus["PENDING"] = "PENDING";
567
- ReviewStatus["REJECTED"] = "REJECTED";
568
- })(ReviewStatus = exports.ReviewStatus || (exports.ReviewStatus = {}));
569
- var ReviewInformation;
570
- (function (ReviewInformation) {
571
- /**
572
- * @internal
573
- */
574
- ReviewInformation.filterSensitiveLog = (obj) => ({
575
- ...obj,
576
- });
577
- })(ReviewInformation = exports.ReviewInformation || (exports.ReviewInformation = {}));
578
- var DocumentStatus;
579
- (function (DocumentStatus) {
580
- DocumentStatus["Active"] = "Active";
581
- DocumentStatus["Creating"] = "Creating";
582
- DocumentStatus["Deleting"] = "Deleting";
583
- DocumentStatus["Failed"] = "Failed";
584
- DocumentStatus["Updating"] = "Updating";
585
- })(DocumentStatus = exports.DocumentStatus || (exports.DocumentStatus = {}));
586
- var DocumentDescription;
587
- (function (DocumentDescription) {
588
- /**
589
- * @internal
590
- */
591
- DocumentDescription.filterSensitiveLog = (obj) => ({
592
- ...obj,
593
- });
594
- })(DocumentDescription = exports.DocumentDescription || (exports.DocumentDescription = {}));
595
- var CreateDocumentResult;
596
- (function (CreateDocumentResult) {
597
- /**
598
- * @internal
599
- */
600
- CreateDocumentResult.filterSensitiveLog = (obj) => ({
601
- ...obj,
602
- });
603
- })(CreateDocumentResult = exports.CreateDocumentResult || (exports.CreateDocumentResult = {}));
604
- var DocumentAlreadyExists;
605
- (function (DocumentAlreadyExists) {
606
- /**
607
- * @internal
608
- */
609
- DocumentAlreadyExists.filterSensitiveLog = (obj) => ({
610
- ...obj,
611
- });
612
- })(DocumentAlreadyExists = exports.DocumentAlreadyExists || (exports.DocumentAlreadyExists = {}));
613
- var DocumentLimitExceeded;
614
- (function (DocumentLimitExceeded) {
615
- /**
616
- * @internal
617
- */
618
- DocumentLimitExceeded.filterSensitiveLog = (obj) => ({
619
- ...obj,
620
- });
621
- })(DocumentLimitExceeded = exports.DocumentLimitExceeded || (exports.DocumentLimitExceeded = {}));
622
- var InvalidDocumentContent;
623
- (function (InvalidDocumentContent) {
624
- /**
625
- * @internal
626
- */
627
- InvalidDocumentContent.filterSensitiveLog = (obj) => ({
628
- ...obj,
629
- });
630
- })(InvalidDocumentContent = exports.InvalidDocumentContent || (exports.InvalidDocumentContent = {}));
631
- var InvalidDocumentSchemaVersion;
632
- (function (InvalidDocumentSchemaVersion) {
633
- /**
634
- * @internal
635
- */
636
- InvalidDocumentSchemaVersion.filterSensitiveLog = (obj) => ({
637
- ...obj,
638
- });
639
- })(InvalidDocumentSchemaVersion = exports.InvalidDocumentSchemaVersion || (exports.InvalidDocumentSchemaVersion = {}));
640
- var MaxDocumentSizeExceeded;
641
- (function (MaxDocumentSizeExceeded) {
642
- /**
643
- * @internal
644
- */
645
- MaxDocumentSizeExceeded.filterSensitiveLog = (obj) => ({
646
- ...obj,
647
- });
648
- })(MaxDocumentSizeExceeded = exports.MaxDocumentSizeExceeded || (exports.MaxDocumentSizeExceeded = {}));
649
- var CreateMaintenanceWindowRequest;
650
- (function (CreateMaintenanceWindowRequest) {
651
- /**
652
- * @internal
653
- */
654
- CreateMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
655
- ...obj,
656
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
657
- });
658
- })(CreateMaintenanceWindowRequest = exports.CreateMaintenanceWindowRequest || (exports.CreateMaintenanceWindowRequest = {}));
659
- var CreateMaintenanceWindowResult;
660
- (function (CreateMaintenanceWindowResult) {
661
- /**
662
- * @internal
663
- */
664
- CreateMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
665
- ...obj,
666
- });
667
- })(CreateMaintenanceWindowResult = exports.CreateMaintenanceWindowResult || (exports.CreateMaintenanceWindowResult = {}));
668
- var IdempotentParameterMismatch;
669
- (function (IdempotentParameterMismatch) {
670
- /**
671
- * @internal
672
- */
673
- IdempotentParameterMismatch.filterSensitiveLog = (obj) => ({
674
- ...obj,
675
- });
676
- })(IdempotentParameterMismatch = exports.IdempotentParameterMismatch || (exports.IdempotentParameterMismatch = {}));
677
- var ResourceLimitExceededException;
678
- (function (ResourceLimitExceededException) {
679
- /**
680
- * @internal
681
- */
682
- ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
683
- ...obj,
684
- });
685
- })(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
686
- var OpsItemNotification;
687
- (function (OpsItemNotification) {
688
- /**
689
- * @internal
690
- */
691
- OpsItemNotification.filterSensitiveLog = (obj) => ({
692
- ...obj,
693
- });
694
- })(OpsItemNotification = exports.OpsItemNotification || (exports.OpsItemNotification = {}));
695
- var OpsItemDataType;
696
- (function (OpsItemDataType) {
697
- OpsItemDataType["SEARCHABLE_STRING"] = "SearchableString";
698
- OpsItemDataType["STRING"] = "String";
699
- })(OpsItemDataType = exports.OpsItemDataType || (exports.OpsItemDataType = {}));
700
- var OpsItemDataValue;
701
- (function (OpsItemDataValue) {
702
- /**
703
- * @internal
704
- */
705
- OpsItemDataValue.filterSensitiveLog = (obj) => ({
706
- ...obj,
707
- });
708
- })(OpsItemDataValue = exports.OpsItemDataValue || (exports.OpsItemDataValue = {}));
709
- var RelatedOpsItem;
710
- (function (RelatedOpsItem) {
711
- /**
712
- * @internal
713
- */
714
- RelatedOpsItem.filterSensitiveLog = (obj) => ({
715
- ...obj,
716
- });
717
- })(RelatedOpsItem = exports.RelatedOpsItem || (exports.RelatedOpsItem = {}));
718
- var CreateOpsItemRequest;
719
- (function (CreateOpsItemRequest) {
720
- /**
721
- * @internal
722
- */
723
- CreateOpsItemRequest.filterSensitiveLog = (obj) => ({
724
- ...obj,
725
- });
726
- })(CreateOpsItemRequest = exports.CreateOpsItemRequest || (exports.CreateOpsItemRequest = {}));
727
- var CreateOpsItemResponse;
728
- (function (CreateOpsItemResponse) {
729
- /**
730
- * @internal
731
- */
732
- CreateOpsItemResponse.filterSensitiveLog = (obj) => ({
733
- ...obj,
734
- });
735
- })(CreateOpsItemResponse = exports.CreateOpsItemResponse || (exports.CreateOpsItemResponse = {}));
736
- var OpsItemAlreadyExistsException;
737
- (function (OpsItemAlreadyExistsException) {
738
- /**
739
- * @internal
740
- */
741
- OpsItemAlreadyExistsException.filterSensitiveLog = (obj) => ({
742
- ...obj,
743
- });
744
- })(OpsItemAlreadyExistsException = exports.OpsItemAlreadyExistsException || (exports.OpsItemAlreadyExistsException = {}));
745
- var MetadataValue;
746
- (function (MetadataValue) {
747
- /**
748
- * @internal
749
- */
750
- MetadataValue.filterSensitiveLog = (obj) => ({
751
- ...obj,
752
- });
753
- })(MetadataValue = exports.MetadataValue || (exports.MetadataValue = {}));
754
- var CreateOpsMetadataRequest;
755
- (function (CreateOpsMetadataRequest) {
756
- /**
757
- * @internal
758
- */
759
- CreateOpsMetadataRequest.filterSensitiveLog = (obj) => ({
760
- ...obj,
761
- });
762
- })(CreateOpsMetadataRequest = exports.CreateOpsMetadataRequest || (exports.CreateOpsMetadataRequest = {}));
763
- var CreateOpsMetadataResult;
764
- (function (CreateOpsMetadataResult) {
765
- /**
766
- * @internal
767
- */
768
- CreateOpsMetadataResult.filterSensitiveLog = (obj) => ({
769
- ...obj,
770
- });
771
- })(CreateOpsMetadataResult = exports.CreateOpsMetadataResult || (exports.CreateOpsMetadataResult = {}));
772
- var OpsMetadataAlreadyExistsException;
773
- (function (OpsMetadataAlreadyExistsException) {
774
- /**
775
- * @internal
776
- */
777
- OpsMetadataAlreadyExistsException.filterSensitiveLog = (obj) => ({
778
- ...obj,
779
- });
780
- })(OpsMetadataAlreadyExistsException = exports.OpsMetadataAlreadyExistsException || (exports.OpsMetadataAlreadyExistsException = {}));
781
- var OpsMetadataInvalidArgumentException;
782
- (function (OpsMetadataInvalidArgumentException) {
783
- /**
784
- * @internal
785
- */
786
- OpsMetadataInvalidArgumentException.filterSensitiveLog = (obj) => ({
787
- ...obj,
788
- });
789
- })(OpsMetadataInvalidArgumentException = exports.OpsMetadataInvalidArgumentException || (exports.OpsMetadataInvalidArgumentException = {}));
790
- var OpsMetadataLimitExceededException;
791
- (function (OpsMetadataLimitExceededException) {
792
- /**
793
- * @internal
794
- */
795
- OpsMetadataLimitExceededException.filterSensitiveLog = (obj) => ({
796
- ...obj,
797
- });
798
- })(OpsMetadataLimitExceededException = exports.OpsMetadataLimitExceededException || (exports.OpsMetadataLimitExceededException = {}));
799
- var OpsMetadataTooManyUpdatesException;
800
- (function (OpsMetadataTooManyUpdatesException) {
801
- /**
802
- * @internal
803
- */
804
- OpsMetadataTooManyUpdatesException.filterSensitiveLog = (obj) => ({
805
- ...obj,
806
- });
807
- })(OpsMetadataTooManyUpdatesException = exports.OpsMetadataTooManyUpdatesException || (exports.OpsMetadataTooManyUpdatesException = {}));
808
- var PatchComplianceLevel;
809
- (function (PatchComplianceLevel) {
810
- PatchComplianceLevel["Critical"] = "CRITICAL";
811
- PatchComplianceLevel["High"] = "HIGH";
812
- PatchComplianceLevel["Informational"] = "INFORMATIONAL";
813
- PatchComplianceLevel["Low"] = "LOW";
814
- PatchComplianceLevel["Medium"] = "MEDIUM";
815
- PatchComplianceLevel["Unspecified"] = "UNSPECIFIED";
816
- })(PatchComplianceLevel = exports.PatchComplianceLevel || (exports.PatchComplianceLevel = {}));
817
- var PatchFilterKey;
818
- (function (PatchFilterKey) {
819
- PatchFilterKey["AdvisoryId"] = "ADVISORY_ID";
820
- PatchFilterKey["Arch"] = "ARCH";
821
- PatchFilterKey["BugzillaId"] = "BUGZILLA_ID";
822
- PatchFilterKey["CVEId"] = "CVE_ID";
823
- PatchFilterKey["Classification"] = "CLASSIFICATION";
824
- PatchFilterKey["Epoch"] = "EPOCH";
825
- PatchFilterKey["MsrcSeverity"] = "MSRC_SEVERITY";
826
- PatchFilterKey["Name"] = "NAME";
827
- PatchFilterKey["PatchId"] = "PATCH_ID";
828
- PatchFilterKey["PatchSet"] = "PATCH_SET";
829
- PatchFilterKey["Priority"] = "PRIORITY";
830
- PatchFilterKey["Product"] = "PRODUCT";
831
- PatchFilterKey["ProductFamily"] = "PRODUCT_FAMILY";
832
- PatchFilterKey["Release"] = "RELEASE";
833
- PatchFilterKey["Repository"] = "REPOSITORY";
834
- PatchFilterKey["Section"] = "SECTION";
835
- PatchFilterKey["Security"] = "SECURITY";
836
- PatchFilterKey["Severity"] = "SEVERITY";
837
- PatchFilterKey["Version"] = "VERSION";
838
- })(PatchFilterKey = exports.PatchFilterKey || (exports.PatchFilterKey = {}));
839
- var PatchFilter;
840
- (function (PatchFilter) {
841
- /**
842
- * @internal
843
- */
844
- PatchFilter.filterSensitiveLog = (obj) => ({
845
- ...obj,
846
- });
847
- })(PatchFilter = exports.PatchFilter || (exports.PatchFilter = {}));
848
- var PatchFilterGroup;
849
- (function (PatchFilterGroup) {
850
- /**
851
- * @internal
852
- */
853
- PatchFilterGroup.filterSensitiveLog = (obj) => ({
854
- ...obj,
855
- });
856
- })(PatchFilterGroup = exports.PatchFilterGroup || (exports.PatchFilterGroup = {}));
857
- var PatchRule;
858
- (function (PatchRule) {
859
- /**
860
- * @internal
861
- */
862
- PatchRule.filterSensitiveLog = (obj) => ({
863
- ...obj,
864
- });
865
- })(PatchRule = exports.PatchRule || (exports.PatchRule = {}));
866
- var PatchRuleGroup;
867
- (function (PatchRuleGroup) {
868
- /**
869
- * @internal
870
- */
871
- PatchRuleGroup.filterSensitiveLog = (obj) => ({
872
- ...obj,
873
- });
874
- })(PatchRuleGroup = exports.PatchRuleGroup || (exports.PatchRuleGroup = {}));
875
- var OperatingSystem;
876
- (function (OperatingSystem) {
877
- OperatingSystem["AmazonLinux"] = "AMAZON_LINUX";
878
- OperatingSystem["AmazonLinux2"] = "AMAZON_LINUX_2";
879
- OperatingSystem["CentOS"] = "CENTOS";
880
- OperatingSystem["Debian"] = "DEBIAN";
881
- OperatingSystem["MacOS"] = "MACOS";
882
- OperatingSystem["OracleLinux"] = "ORACLE_LINUX";
883
- OperatingSystem["RedhatEnterpriseLinux"] = "REDHAT_ENTERPRISE_LINUX";
884
- OperatingSystem["Suse"] = "SUSE";
885
- OperatingSystem["Ubuntu"] = "UBUNTU";
886
- OperatingSystem["Windows"] = "WINDOWS";
887
- })(OperatingSystem = exports.OperatingSystem || (exports.OperatingSystem = {}));
888
- var PatchAction;
889
- (function (PatchAction) {
890
- PatchAction["AllowAsDependency"] = "ALLOW_AS_DEPENDENCY";
891
- PatchAction["Block"] = "BLOCK";
892
- })(PatchAction = exports.PatchAction || (exports.PatchAction = {}));
893
- var PatchSource;
894
- (function (PatchSource) {
895
- /**
896
- * @internal
897
- */
898
- PatchSource.filterSensitiveLog = (obj) => ({
899
- ...obj,
900
- ...(obj.Configuration && { Configuration: smithy_client_1.SENSITIVE_STRING }),
901
- });
902
- })(PatchSource = exports.PatchSource || (exports.PatchSource = {}));
903
- var CreatePatchBaselineRequest;
904
- (function (CreatePatchBaselineRequest) {
905
- /**
906
- * @internal
907
- */
908
- CreatePatchBaselineRequest.filterSensitiveLog = (obj) => ({
909
- ...obj,
910
- ...(obj.Sources && { Sources: obj.Sources.map((item) => PatchSource.filterSensitiveLog(item)) }),
911
- });
912
- })(CreatePatchBaselineRequest = exports.CreatePatchBaselineRequest || (exports.CreatePatchBaselineRequest = {}));
913
- var CreatePatchBaselineResult;
914
- (function (CreatePatchBaselineResult) {
915
- /**
916
- * @internal
917
- */
918
- CreatePatchBaselineResult.filterSensitiveLog = (obj) => ({
919
- ...obj,
920
- });
921
- })(CreatePatchBaselineResult = exports.CreatePatchBaselineResult || (exports.CreatePatchBaselineResult = {}));
922
- var ResourceDataSyncDestinationDataSharing;
923
- (function (ResourceDataSyncDestinationDataSharing) {
924
- /**
925
- * @internal
926
- */
927
- ResourceDataSyncDestinationDataSharing.filterSensitiveLog = (obj) => ({
928
- ...obj,
929
- });
930
- })(ResourceDataSyncDestinationDataSharing = exports.ResourceDataSyncDestinationDataSharing || (exports.ResourceDataSyncDestinationDataSharing = {}));
931
- var ResourceDataSyncS3Format;
932
- (function (ResourceDataSyncS3Format) {
933
- ResourceDataSyncS3Format["JSON_SERDE"] = "JsonSerDe";
934
- })(ResourceDataSyncS3Format = exports.ResourceDataSyncS3Format || (exports.ResourceDataSyncS3Format = {}));
935
- var ResourceDataSyncS3Destination;
936
- (function (ResourceDataSyncS3Destination) {
937
- /**
938
- * @internal
939
- */
940
- ResourceDataSyncS3Destination.filterSensitiveLog = (obj) => ({
941
- ...obj,
942
- });
943
- })(ResourceDataSyncS3Destination = exports.ResourceDataSyncS3Destination || (exports.ResourceDataSyncS3Destination = {}));
944
- var ResourceDataSyncOrganizationalUnit;
945
- (function (ResourceDataSyncOrganizationalUnit) {
946
- /**
947
- * @internal
948
- */
949
- ResourceDataSyncOrganizationalUnit.filterSensitiveLog = (obj) => ({
950
- ...obj,
951
- });
952
- })(ResourceDataSyncOrganizationalUnit = exports.ResourceDataSyncOrganizationalUnit || (exports.ResourceDataSyncOrganizationalUnit = {}));
953
- var ResourceDataSyncAwsOrganizationsSource;
954
- (function (ResourceDataSyncAwsOrganizationsSource) {
955
- /**
956
- * @internal
957
- */
958
- ResourceDataSyncAwsOrganizationsSource.filterSensitiveLog = (obj) => ({
959
- ...obj,
960
- });
961
- })(ResourceDataSyncAwsOrganizationsSource = exports.ResourceDataSyncAwsOrganizationsSource || (exports.ResourceDataSyncAwsOrganizationsSource = {}));
962
- var ResourceDataSyncSource;
963
- (function (ResourceDataSyncSource) {
964
- /**
965
- * @internal
966
- */
967
- ResourceDataSyncSource.filterSensitiveLog = (obj) => ({
968
- ...obj,
969
- });
970
- })(ResourceDataSyncSource = exports.ResourceDataSyncSource || (exports.ResourceDataSyncSource = {}));
971
- var CreateResourceDataSyncRequest;
972
- (function (CreateResourceDataSyncRequest) {
973
- /**
974
- * @internal
975
- */
976
- CreateResourceDataSyncRequest.filterSensitiveLog = (obj) => ({
977
- ...obj,
978
- });
979
- })(CreateResourceDataSyncRequest = exports.CreateResourceDataSyncRequest || (exports.CreateResourceDataSyncRequest = {}));
980
- var CreateResourceDataSyncResult;
981
- (function (CreateResourceDataSyncResult) {
982
- /**
983
- * @internal
984
- */
985
- CreateResourceDataSyncResult.filterSensitiveLog = (obj) => ({
986
- ...obj,
987
- });
988
- })(CreateResourceDataSyncResult = exports.CreateResourceDataSyncResult || (exports.CreateResourceDataSyncResult = {}));
989
- var ResourceDataSyncAlreadyExistsException;
990
- (function (ResourceDataSyncAlreadyExistsException) {
991
- /**
992
- * @internal
993
- */
994
- ResourceDataSyncAlreadyExistsException.filterSensitiveLog = (obj) => ({
995
- ...obj,
996
- });
997
- })(ResourceDataSyncAlreadyExistsException = exports.ResourceDataSyncAlreadyExistsException || (exports.ResourceDataSyncAlreadyExistsException = {}));
998
- var ResourceDataSyncCountExceededException;
999
- (function (ResourceDataSyncCountExceededException) {
1000
- /**
1001
- * @internal
1002
- */
1003
- ResourceDataSyncCountExceededException.filterSensitiveLog = (obj) => ({
1004
- ...obj,
1005
- });
1006
- })(ResourceDataSyncCountExceededException = exports.ResourceDataSyncCountExceededException || (exports.ResourceDataSyncCountExceededException = {}));
1007
- var ResourceDataSyncInvalidConfigurationException;
1008
- (function (ResourceDataSyncInvalidConfigurationException) {
1009
- /**
1010
- * @internal
1011
- */
1012
- ResourceDataSyncInvalidConfigurationException.filterSensitiveLog = (obj) => ({
1013
- ...obj,
1014
- });
1015
- })(ResourceDataSyncInvalidConfigurationException = exports.ResourceDataSyncInvalidConfigurationException || (exports.ResourceDataSyncInvalidConfigurationException = {}));
1016
- var DeleteActivationRequest;
1017
- (function (DeleteActivationRequest) {
1018
- /**
1019
- * @internal
1020
- */
1021
- DeleteActivationRequest.filterSensitiveLog = (obj) => ({
1022
- ...obj,
1023
- });
1024
- })(DeleteActivationRequest = exports.DeleteActivationRequest || (exports.DeleteActivationRequest = {}));
1025
- var DeleteActivationResult;
1026
- (function (DeleteActivationResult) {
1027
- /**
1028
- * @internal
1029
- */
1030
- DeleteActivationResult.filterSensitiveLog = (obj) => ({
1031
- ...obj,
1032
- });
1033
- })(DeleteActivationResult = exports.DeleteActivationResult || (exports.DeleteActivationResult = {}));
1034
- var InvalidActivation;
1035
- (function (InvalidActivation) {
1036
- /**
1037
- * @internal
1038
- */
1039
- InvalidActivation.filterSensitiveLog = (obj) => ({
1040
- ...obj,
1041
- });
1042
- })(InvalidActivation = exports.InvalidActivation || (exports.InvalidActivation = {}));
1043
- var InvalidActivationId;
1044
- (function (InvalidActivationId) {
1045
- /**
1046
- * @internal
1047
- */
1048
- InvalidActivationId.filterSensitiveLog = (obj) => ({
1049
- ...obj,
1050
- });
1051
- })(InvalidActivationId = exports.InvalidActivationId || (exports.InvalidActivationId = {}));
1052
- var AssociationDoesNotExist;
1053
- (function (AssociationDoesNotExist) {
1054
- /**
1055
- * @internal
1056
- */
1057
- AssociationDoesNotExist.filterSensitiveLog = (obj) => ({
1058
- ...obj,
1059
- });
1060
- })(AssociationDoesNotExist = exports.AssociationDoesNotExist || (exports.AssociationDoesNotExist = {}));
1061
- var DeleteAssociationRequest;
1062
- (function (DeleteAssociationRequest) {
1063
- /**
1064
- * @internal
1065
- */
1066
- DeleteAssociationRequest.filterSensitiveLog = (obj) => ({
1067
- ...obj,
1068
- });
1069
- })(DeleteAssociationRequest = exports.DeleteAssociationRequest || (exports.DeleteAssociationRequest = {}));
1070
- var DeleteAssociationResult;
1071
- (function (DeleteAssociationResult) {
1072
- /**
1073
- * @internal
1074
- */
1075
- DeleteAssociationResult.filterSensitiveLog = (obj) => ({
1076
- ...obj,
1077
- });
1078
- })(DeleteAssociationResult = exports.DeleteAssociationResult || (exports.DeleteAssociationResult = {}));
1079
- var AssociatedInstances;
1080
- (function (AssociatedInstances) {
1081
- /**
1082
- * @internal
1083
- */
1084
- AssociatedInstances.filterSensitiveLog = (obj) => ({
1085
- ...obj,
1086
- });
1087
- })(AssociatedInstances = exports.AssociatedInstances || (exports.AssociatedInstances = {}));
1088
- var DeleteDocumentRequest;
1089
- (function (DeleteDocumentRequest) {
1090
- /**
1091
- * @internal
1092
- */
1093
- DeleteDocumentRequest.filterSensitiveLog = (obj) => ({
1094
- ...obj,
1095
- });
1096
- })(DeleteDocumentRequest = exports.DeleteDocumentRequest || (exports.DeleteDocumentRequest = {}));
1097
- var DeleteDocumentResult;
1098
- (function (DeleteDocumentResult) {
1099
- /**
1100
- * @internal
1101
- */
1102
- DeleteDocumentResult.filterSensitiveLog = (obj) => ({
1103
- ...obj,
1104
- });
1105
- })(DeleteDocumentResult = exports.DeleteDocumentResult || (exports.DeleteDocumentResult = {}));
1106
- var InvalidDocumentOperation;
1107
- (function (InvalidDocumentOperation) {
1108
- /**
1109
- * @internal
1110
- */
1111
- InvalidDocumentOperation.filterSensitiveLog = (obj) => ({
1112
- ...obj,
1113
- });
1114
- })(InvalidDocumentOperation = exports.InvalidDocumentOperation || (exports.InvalidDocumentOperation = {}));
1115
- var InventorySchemaDeleteOption;
1116
- (function (InventorySchemaDeleteOption) {
1117
- InventorySchemaDeleteOption["DELETE_SCHEMA"] = "DeleteSchema";
1118
- InventorySchemaDeleteOption["DISABLE_SCHEMA"] = "DisableSchema";
1119
- })(InventorySchemaDeleteOption = exports.InventorySchemaDeleteOption || (exports.InventorySchemaDeleteOption = {}));
1120
- var DeleteInventoryRequest;
1121
- (function (DeleteInventoryRequest) {
1122
- /**
1123
- * @internal
1124
- */
1125
- DeleteInventoryRequest.filterSensitiveLog = (obj) => ({
1126
- ...obj,
1127
- });
1128
- })(DeleteInventoryRequest = exports.DeleteInventoryRequest || (exports.DeleteInventoryRequest = {}));
1129
- var InventoryDeletionSummaryItem;
1130
- (function (InventoryDeletionSummaryItem) {
1131
- /**
1132
- * @internal
1133
- */
1134
- InventoryDeletionSummaryItem.filterSensitiveLog = (obj) => ({
1135
- ...obj,
1136
- });
1137
- })(InventoryDeletionSummaryItem = exports.InventoryDeletionSummaryItem || (exports.InventoryDeletionSummaryItem = {}));
1138
- var InventoryDeletionSummary;
1139
- (function (InventoryDeletionSummary) {
1140
- /**
1141
- * @internal
1142
- */
1143
- InventoryDeletionSummary.filterSensitiveLog = (obj) => ({
1144
- ...obj,
1145
- });
1146
- })(InventoryDeletionSummary = exports.InventoryDeletionSummary || (exports.InventoryDeletionSummary = {}));
1147
- var DeleteInventoryResult;
1148
- (function (DeleteInventoryResult) {
1149
- /**
1150
- * @internal
1151
- */
1152
- DeleteInventoryResult.filterSensitiveLog = (obj) => ({
1153
- ...obj,
1154
- });
1155
- })(DeleteInventoryResult = exports.DeleteInventoryResult || (exports.DeleteInventoryResult = {}));
1156
- var InvalidDeleteInventoryParametersException;
1157
- (function (InvalidDeleteInventoryParametersException) {
1158
- /**
1159
- * @internal
1160
- */
1161
- InvalidDeleteInventoryParametersException.filterSensitiveLog = (obj) => ({
1162
- ...obj,
1163
- });
1164
- })(InvalidDeleteInventoryParametersException = exports.InvalidDeleteInventoryParametersException || (exports.InvalidDeleteInventoryParametersException = {}));
1165
- var InvalidInventoryRequestException;
1166
- (function (InvalidInventoryRequestException) {
1167
- /**
1168
- * @internal
1169
- */
1170
- InvalidInventoryRequestException.filterSensitiveLog = (obj) => ({
1171
- ...obj,
1172
- });
1173
- })(InvalidInventoryRequestException = exports.InvalidInventoryRequestException || (exports.InvalidInventoryRequestException = {}));
1174
- var InvalidOptionException;
1175
- (function (InvalidOptionException) {
1176
- /**
1177
- * @internal
1178
- */
1179
- InvalidOptionException.filterSensitiveLog = (obj) => ({
1180
- ...obj,
1181
- });
1182
- })(InvalidOptionException = exports.InvalidOptionException || (exports.InvalidOptionException = {}));
1183
- var InvalidTypeNameException;
1184
- (function (InvalidTypeNameException) {
1185
- /**
1186
- * @internal
1187
- */
1188
- InvalidTypeNameException.filterSensitiveLog = (obj) => ({
1189
- ...obj,
1190
- });
1191
- })(InvalidTypeNameException = exports.InvalidTypeNameException || (exports.InvalidTypeNameException = {}));
1192
- var DeleteMaintenanceWindowRequest;
1193
- (function (DeleteMaintenanceWindowRequest) {
1194
- /**
1195
- * @internal
1196
- */
1197
- DeleteMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
1198
- ...obj,
1199
- });
1200
- })(DeleteMaintenanceWindowRequest = exports.DeleteMaintenanceWindowRequest || (exports.DeleteMaintenanceWindowRequest = {}));
1201
- var DeleteMaintenanceWindowResult;
1202
- (function (DeleteMaintenanceWindowResult) {
1203
- /**
1204
- * @internal
1205
- */
1206
- DeleteMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
1207
- ...obj,
1208
- });
1209
- })(DeleteMaintenanceWindowResult = exports.DeleteMaintenanceWindowResult || (exports.DeleteMaintenanceWindowResult = {}));
1210
- var DeleteOpsMetadataRequest;
1211
- (function (DeleteOpsMetadataRequest) {
1212
- /**
1213
- * @internal
1214
- */
1215
- DeleteOpsMetadataRequest.filterSensitiveLog = (obj) => ({
1216
- ...obj,
1217
- });
1218
- })(DeleteOpsMetadataRequest = exports.DeleteOpsMetadataRequest || (exports.DeleteOpsMetadataRequest = {}));
1219
- var DeleteOpsMetadataResult;
1220
- (function (DeleteOpsMetadataResult) {
1221
- /**
1222
- * @internal
1223
- */
1224
- DeleteOpsMetadataResult.filterSensitiveLog = (obj) => ({
1225
- ...obj,
1226
- });
1227
- })(DeleteOpsMetadataResult = exports.DeleteOpsMetadataResult || (exports.DeleteOpsMetadataResult = {}));
1228
- var OpsMetadataNotFoundException;
1229
- (function (OpsMetadataNotFoundException) {
1230
- /**
1231
- * @internal
1232
- */
1233
- OpsMetadataNotFoundException.filterSensitiveLog = (obj) => ({
1234
- ...obj,
1235
- });
1236
- })(OpsMetadataNotFoundException = exports.OpsMetadataNotFoundException || (exports.OpsMetadataNotFoundException = {}));
1237
- var DeleteParameterRequest;
1238
- (function (DeleteParameterRequest) {
1239
- /**
1240
- * @internal
1241
- */
1242
- DeleteParameterRequest.filterSensitiveLog = (obj) => ({
1243
- ...obj,
1244
- });
1245
- })(DeleteParameterRequest = exports.DeleteParameterRequest || (exports.DeleteParameterRequest = {}));
1246
- var DeleteParameterResult;
1247
- (function (DeleteParameterResult) {
1248
- /**
1249
- * @internal
1250
- */
1251
- DeleteParameterResult.filterSensitiveLog = (obj) => ({
1252
- ...obj,
1253
- });
1254
- })(DeleteParameterResult = exports.DeleteParameterResult || (exports.DeleteParameterResult = {}));
1255
- var ParameterNotFound;
1256
- (function (ParameterNotFound) {
1257
- /**
1258
- * @internal
1259
- */
1260
- ParameterNotFound.filterSensitiveLog = (obj) => ({
1261
- ...obj,
1262
- });
1263
- })(ParameterNotFound = exports.ParameterNotFound || (exports.ParameterNotFound = {}));
1264
- var DeleteParametersRequest;
1265
- (function (DeleteParametersRequest) {
1266
- /**
1267
- * @internal
1268
- */
1269
- DeleteParametersRequest.filterSensitiveLog = (obj) => ({
1270
- ...obj,
1271
- });
1272
- })(DeleteParametersRequest = exports.DeleteParametersRequest || (exports.DeleteParametersRequest = {}));
1273
- var DeleteParametersResult;
1274
- (function (DeleteParametersResult) {
1275
- /**
1276
- * @internal
1277
- */
1278
- DeleteParametersResult.filterSensitiveLog = (obj) => ({
1279
- ...obj,
1280
- });
1281
- })(DeleteParametersResult = exports.DeleteParametersResult || (exports.DeleteParametersResult = {}));
1282
- var DeletePatchBaselineRequest;
1283
- (function (DeletePatchBaselineRequest) {
1284
- /**
1285
- * @internal
1286
- */
1287
- DeletePatchBaselineRequest.filterSensitiveLog = (obj) => ({
1288
- ...obj,
1289
- });
1290
- })(DeletePatchBaselineRequest = exports.DeletePatchBaselineRequest || (exports.DeletePatchBaselineRequest = {}));
1291
- var DeletePatchBaselineResult;
1292
- (function (DeletePatchBaselineResult) {
1293
- /**
1294
- * @internal
1295
- */
1296
- DeletePatchBaselineResult.filterSensitiveLog = (obj) => ({
1297
- ...obj,
1298
- });
1299
- })(DeletePatchBaselineResult = exports.DeletePatchBaselineResult || (exports.DeletePatchBaselineResult = {}));
1300
- var ResourceInUseException;
1301
- (function (ResourceInUseException) {
1302
- /**
1303
- * @internal
1304
- */
1305
- ResourceInUseException.filterSensitiveLog = (obj) => ({
1306
- ...obj,
1307
- });
1308
- })(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
1309
- var DeleteResourceDataSyncRequest;
1310
- (function (DeleteResourceDataSyncRequest) {
1311
- /**
1312
- * @internal
1313
- */
1314
- DeleteResourceDataSyncRequest.filterSensitiveLog = (obj) => ({
1315
- ...obj,
1316
- });
1317
- })(DeleteResourceDataSyncRequest = exports.DeleteResourceDataSyncRequest || (exports.DeleteResourceDataSyncRequest = {}));
1318
- var DeleteResourceDataSyncResult;
1319
- (function (DeleteResourceDataSyncResult) {
1320
- /**
1321
- * @internal
1322
- */
1323
- DeleteResourceDataSyncResult.filterSensitiveLog = (obj) => ({
1324
- ...obj,
1325
- });
1326
- })(DeleteResourceDataSyncResult = exports.DeleteResourceDataSyncResult || (exports.DeleteResourceDataSyncResult = {}));
1327
- var ResourceDataSyncNotFoundException;
1328
- (function (ResourceDataSyncNotFoundException) {
1329
- /**
1330
- * @internal
1331
- */
1332
- ResourceDataSyncNotFoundException.filterSensitiveLog = (obj) => ({
1333
- ...obj,
1334
- });
1335
- })(ResourceDataSyncNotFoundException = exports.ResourceDataSyncNotFoundException || (exports.ResourceDataSyncNotFoundException = {}));
1336
- var DeregisterManagedInstanceRequest;
1337
- (function (DeregisterManagedInstanceRequest) {
1338
- /**
1339
- * @internal
1340
- */
1341
- DeregisterManagedInstanceRequest.filterSensitiveLog = (obj) => ({
1342
- ...obj,
1343
- });
1344
- })(DeregisterManagedInstanceRequest = exports.DeregisterManagedInstanceRequest || (exports.DeregisterManagedInstanceRequest = {}));
1345
- var DeregisterManagedInstanceResult;
1346
- (function (DeregisterManagedInstanceResult) {
1347
- /**
1348
- * @internal
1349
- */
1350
- DeregisterManagedInstanceResult.filterSensitiveLog = (obj) => ({
1351
- ...obj,
1352
- });
1353
- })(DeregisterManagedInstanceResult = exports.DeregisterManagedInstanceResult || (exports.DeregisterManagedInstanceResult = {}));
1354
- var DeregisterPatchBaselineForPatchGroupRequest;
1355
- (function (DeregisterPatchBaselineForPatchGroupRequest) {
1356
- /**
1357
- * @internal
1358
- */
1359
- DeregisterPatchBaselineForPatchGroupRequest.filterSensitiveLog = (obj) => ({
1360
- ...obj,
1361
- });
1362
- })(DeregisterPatchBaselineForPatchGroupRequest = exports.DeregisterPatchBaselineForPatchGroupRequest || (exports.DeregisterPatchBaselineForPatchGroupRequest = {}));
1363
- var DeregisterPatchBaselineForPatchGroupResult;
1364
- (function (DeregisterPatchBaselineForPatchGroupResult) {
1365
- /**
1366
- * @internal
1367
- */
1368
- DeregisterPatchBaselineForPatchGroupResult.filterSensitiveLog = (obj) => ({
1369
- ...obj,
1370
- });
1371
- })(DeregisterPatchBaselineForPatchGroupResult = exports.DeregisterPatchBaselineForPatchGroupResult || (exports.DeregisterPatchBaselineForPatchGroupResult = {}));
1372
- var DeregisterTargetFromMaintenanceWindowRequest;
1373
- (function (DeregisterTargetFromMaintenanceWindowRequest) {
1374
- /**
1375
- * @internal
1376
- */
1377
- DeregisterTargetFromMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
1378
- ...obj,
1379
- });
1380
- })(DeregisterTargetFromMaintenanceWindowRequest = exports.DeregisterTargetFromMaintenanceWindowRequest || (exports.DeregisterTargetFromMaintenanceWindowRequest = {}));
1381
- var DeregisterTargetFromMaintenanceWindowResult;
1382
- (function (DeregisterTargetFromMaintenanceWindowResult) {
1383
- /**
1384
- * @internal
1385
- */
1386
- DeregisterTargetFromMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
1387
- ...obj,
1388
- });
1389
- })(DeregisterTargetFromMaintenanceWindowResult = exports.DeregisterTargetFromMaintenanceWindowResult || (exports.DeregisterTargetFromMaintenanceWindowResult = {}));
1390
- var TargetInUseException;
1391
- (function (TargetInUseException) {
1392
- /**
1393
- * @internal
1394
- */
1395
- TargetInUseException.filterSensitiveLog = (obj) => ({
1396
- ...obj,
1397
- });
1398
- })(TargetInUseException = exports.TargetInUseException || (exports.TargetInUseException = {}));
1399
- var DeregisterTaskFromMaintenanceWindowRequest;
1400
- (function (DeregisterTaskFromMaintenanceWindowRequest) {
1401
- /**
1402
- * @internal
1403
- */
1404
- DeregisterTaskFromMaintenanceWindowRequest.filterSensitiveLog = (obj) => ({
1405
- ...obj,
1406
- });
1407
- })(DeregisterTaskFromMaintenanceWindowRequest = exports.DeregisterTaskFromMaintenanceWindowRequest || (exports.DeregisterTaskFromMaintenanceWindowRequest = {}));
1408
- var DeregisterTaskFromMaintenanceWindowResult;
1409
- (function (DeregisterTaskFromMaintenanceWindowResult) {
1410
- /**
1411
- * @internal
1412
- */
1413
- DeregisterTaskFromMaintenanceWindowResult.filterSensitiveLog = (obj) => ({
1414
- ...obj,
1415
- });
1416
- })(DeregisterTaskFromMaintenanceWindowResult = exports.DeregisterTaskFromMaintenanceWindowResult || (exports.DeregisterTaskFromMaintenanceWindowResult = {}));
1417
- var DescribeActivationsFilterKeys;
1418
- (function (DescribeActivationsFilterKeys) {
1419
- DescribeActivationsFilterKeys["ACTIVATION_IDS"] = "ActivationIds";
1420
- DescribeActivationsFilterKeys["DEFAULT_INSTANCE_NAME"] = "DefaultInstanceName";
1421
- DescribeActivationsFilterKeys["IAM_ROLE"] = "IamRole";
1422
- })(DescribeActivationsFilterKeys = exports.DescribeActivationsFilterKeys || (exports.DescribeActivationsFilterKeys = {}));
1423
- var DescribeActivationsFilter;
1424
- (function (DescribeActivationsFilter) {
1425
- /**
1426
- * @internal
1427
- */
1428
- DescribeActivationsFilter.filterSensitiveLog = (obj) => ({
1429
- ...obj,
1430
- });
1431
- })(DescribeActivationsFilter = exports.DescribeActivationsFilter || (exports.DescribeActivationsFilter = {}));
1432
- var DescribeActivationsRequest;
1433
- (function (DescribeActivationsRequest) {
1434
- /**
1435
- * @internal
1436
- */
1437
- DescribeActivationsRequest.filterSensitiveLog = (obj) => ({
1438
- ...obj,
1439
- });
1440
- })(DescribeActivationsRequest = exports.DescribeActivationsRequest || (exports.DescribeActivationsRequest = {}));
1441
- var DescribeActivationsResult;
1442
- (function (DescribeActivationsResult) {
1443
- /**
1444
- * @internal
1445
- */
1446
- DescribeActivationsResult.filterSensitiveLog = (obj) => ({
1447
- ...obj,
1448
- });
1449
- })(DescribeActivationsResult = exports.DescribeActivationsResult || (exports.DescribeActivationsResult = {}));
1450
- var InvalidFilter;
1451
- (function (InvalidFilter) {
1452
- /**
1453
- * @internal
1454
- */
1455
- InvalidFilter.filterSensitiveLog = (obj) => ({
1456
- ...obj,
1457
- });
1458
- })(InvalidFilter = exports.InvalidFilter || (exports.InvalidFilter = {}));
1459
- var InvalidNextToken;
1460
- (function (InvalidNextToken) {
1461
- /**
1462
- * @internal
1463
- */
1464
- InvalidNextToken.filterSensitiveLog = (obj) => ({
1465
- ...obj,
1466
- });
1467
- })(InvalidNextToken = exports.InvalidNextToken || (exports.InvalidNextToken = {}));
1468
- var DescribeAssociationRequest;
1469
- (function (DescribeAssociationRequest) {
1470
- /**
1471
- * @internal
1472
- */
1473
- DescribeAssociationRequest.filterSensitiveLog = (obj) => ({
1474
- ...obj,
1475
- });
1476
- })(DescribeAssociationRequest = exports.DescribeAssociationRequest || (exports.DescribeAssociationRequest = {}));
1477
- var DescribeAssociationResult;
1478
- (function (DescribeAssociationResult) {
1479
- /**
1480
- * @internal
1481
- */
1482
- DescribeAssociationResult.filterSensitiveLog = (obj) => ({
1483
- ...obj,
1484
- });
1485
- })(DescribeAssociationResult = exports.DescribeAssociationResult || (exports.DescribeAssociationResult = {}));
1486
- var InvalidAssociationVersion;
1487
- (function (InvalidAssociationVersion) {
1488
- /**
1489
- * @internal
1490
- */
1491
- InvalidAssociationVersion.filterSensitiveLog = (obj) => ({
1492
- ...obj,
1493
- });
1494
- })(InvalidAssociationVersion = exports.InvalidAssociationVersion || (exports.InvalidAssociationVersion = {}));
1495
- var AssociationExecutionFilterKey;
1496
- (function (AssociationExecutionFilterKey) {
1497
- AssociationExecutionFilterKey["CreatedTime"] = "CreatedTime";
1498
- AssociationExecutionFilterKey["ExecutionId"] = "ExecutionId";
1499
- AssociationExecutionFilterKey["Status"] = "Status";
1500
- })(AssociationExecutionFilterKey = exports.AssociationExecutionFilterKey || (exports.AssociationExecutionFilterKey = {}));
1501
- var AssociationFilterOperatorType;
1502
- (function (AssociationFilterOperatorType) {
1503
- AssociationFilterOperatorType["Equal"] = "EQUAL";
1504
- AssociationFilterOperatorType["GreaterThan"] = "GREATER_THAN";
1505
- AssociationFilterOperatorType["LessThan"] = "LESS_THAN";
1506
- })(AssociationFilterOperatorType = exports.AssociationFilterOperatorType || (exports.AssociationFilterOperatorType = {}));
1507
- var AssociationExecutionFilter;
1508
- (function (AssociationExecutionFilter) {
1509
- /**
1510
- * @internal
1511
- */
1512
- AssociationExecutionFilter.filterSensitiveLog = (obj) => ({
1513
- ...obj,
1514
- });
1515
- })(AssociationExecutionFilter = exports.AssociationExecutionFilter || (exports.AssociationExecutionFilter = {}));
1516
- var DescribeAssociationExecutionsRequest;
1517
- (function (DescribeAssociationExecutionsRequest) {
1518
- /**
1519
- * @internal
1520
- */
1521
- DescribeAssociationExecutionsRequest.filterSensitiveLog = (obj) => ({
1522
- ...obj,
1523
- });
1524
- })(DescribeAssociationExecutionsRequest = exports.DescribeAssociationExecutionsRequest || (exports.DescribeAssociationExecutionsRequest = {}));
1525
- var AssociationExecution;
1526
- (function (AssociationExecution) {
1527
- /**
1528
- * @internal
1529
- */
1530
- AssociationExecution.filterSensitiveLog = (obj) => ({
1531
- ...obj,
1532
- });
1533
- })(AssociationExecution = exports.AssociationExecution || (exports.AssociationExecution = {}));
1534
- var DescribeAssociationExecutionsResult;
1535
- (function (DescribeAssociationExecutionsResult) {
1536
- /**
1537
- * @internal
1538
- */
1539
- DescribeAssociationExecutionsResult.filterSensitiveLog = (obj) => ({
1540
- ...obj,
1541
- });
1542
- })(DescribeAssociationExecutionsResult = exports.DescribeAssociationExecutionsResult || (exports.DescribeAssociationExecutionsResult = {}));
1543
- var AssociationExecutionDoesNotExist;
1544
- (function (AssociationExecutionDoesNotExist) {
1545
- /**
1546
- * @internal
1547
- */
1548
- AssociationExecutionDoesNotExist.filterSensitiveLog = (obj) => ({
1549
- ...obj,
1550
- });
1551
- })(AssociationExecutionDoesNotExist = exports.AssociationExecutionDoesNotExist || (exports.AssociationExecutionDoesNotExist = {}));
1552
- var AssociationExecutionTargetsFilterKey;
1553
- (function (AssociationExecutionTargetsFilterKey) {
1554
- AssociationExecutionTargetsFilterKey["ResourceId"] = "ResourceId";
1555
- AssociationExecutionTargetsFilterKey["ResourceType"] = "ResourceType";
1556
- AssociationExecutionTargetsFilterKey["Status"] = "Status";
1557
- })(AssociationExecutionTargetsFilterKey = exports.AssociationExecutionTargetsFilterKey || (exports.AssociationExecutionTargetsFilterKey = {}));
1558
- var AssociationExecutionTargetsFilter;
1559
- (function (AssociationExecutionTargetsFilter) {
1560
- /**
1561
- * @internal
1562
- */
1563
- AssociationExecutionTargetsFilter.filterSensitiveLog = (obj) => ({
1564
- ...obj,
1565
- });
1566
- })(AssociationExecutionTargetsFilter = exports.AssociationExecutionTargetsFilter || (exports.AssociationExecutionTargetsFilter = {}));
1567
- var DescribeAssociationExecutionTargetsRequest;
1568
- (function (DescribeAssociationExecutionTargetsRequest) {
1569
- /**
1570
- * @internal
1571
- */
1572
- DescribeAssociationExecutionTargetsRequest.filterSensitiveLog = (obj) => ({
1573
- ...obj,
1574
- });
1575
- })(DescribeAssociationExecutionTargetsRequest = exports.DescribeAssociationExecutionTargetsRequest || (exports.DescribeAssociationExecutionTargetsRequest = {}));
1576
- var OutputSource;
1577
- (function (OutputSource) {
1578
- /**
1579
- * @internal
1580
- */
1581
- OutputSource.filterSensitiveLog = (obj) => ({
1582
- ...obj,
1583
- });
1584
- })(OutputSource = exports.OutputSource || (exports.OutputSource = {}));
1585
- var AssociationExecutionTarget;
1586
- (function (AssociationExecutionTarget) {
1587
- /**
1588
- * @internal
1589
- */
1590
- AssociationExecutionTarget.filterSensitiveLog = (obj) => ({
1591
- ...obj,
1592
- });
1593
- })(AssociationExecutionTarget = exports.AssociationExecutionTarget || (exports.AssociationExecutionTarget = {}));
1594
- var DescribeAssociationExecutionTargetsResult;
1595
- (function (DescribeAssociationExecutionTargetsResult) {
1596
- /**
1597
- * @internal
1598
- */
1599
- DescribeAssociationExecutionTargetsResult.filterSensitiveLog = (obj) => ({
1600
- ...obj,
1601
- });
1602
- })(DescribeAssociationExecutionTargetsResult = exports.DescribeAssociationExecutionTargetsResult || (exports.DescribeAssociationExecutionTargetsResult = {}));
1603
- var AutomationExecutionFilterKey;
1604
- (function (AutomationExecutionFilterKey) {
1605
- AutomationExecutionFilterKey["AUTOMATION_SUBTYPE"] = "AutomationSubtype";
1606
- AutomationExecutionFilterKey["AUTOMATION_TYPE"] = "AutomationType";
1607
- AutomationExecutionFilterKey["CURRENT_ACTION"] = "CurrentAction";
1608
- AutomationExecutionFilterKey["DOCUMENT_NAME_PREFIX"] = "DocumentNamePrefix";
1609
- AutomationExecutionFilterKey["EXECUTION_ID"] = "ExecutionId";
1610
- AutomationExecutionFilterKey["EXECUTION_STATUS"] = "ExecutionStatus";
1611
- AutomationExecutionFilterKey["OPS_ITEM_ID"] = "OpsItemId";
1612
- AutomationExecutionFilterKey["PARENT_EXECUTION_ID"] = "ParentExecutionId";
1613
- AutomationExecutionFilterKey["START_TIME_AFTER"] = "StartTimeAfter";
1614
- AutomationExecutionFilterKey["START_TIME_BEFORE"] = "StartTimeBefore";
1615
- AutomationExecutionFilterKey["TAG_KEY"] = "TagKey";
1616
- AutomationExecutionFilterKey["TARGET_RESOURCE_GROUP"] = "TargetResourceGroup";
1617
- })(AutomationExecutionFilterKey = exports.AutomationExecutionFilterKey || (exports.AutomationExecutionFilterKey = {}));
1618
- var AutomationExecutionFilter;
1619
- (function (AutomationExecutionFilter) {
1620
- /**
1621
- * @internal
1622
- */
1623
- AutomationExecutionFilter.filterSensitiveLog = (obj) => ({
1624
- ...obj,
1625
- });
1626
- })(AutomationExecutionFilter = exports.AutomationExecutionFilter || (exports.AutomationExecutionFilter = {}));
1627
- var DescribeAutomationExecutionsRequest;
1628
- (function (DescribeAutomationExecutionsRequest) {
1629
- /**
1630
- * @internal
1631
- */
1632
- DescribeAutomationExecutionsRequest.filterSensitiveLog = (obj) => ({
1633
- ...obj,
1634
- });
1635
- })(DescribeAutomationExecutionsRequest = exports.DescribeAutomationExecutionsRequest || (exports.DescribeAutomationExecutionsRequest = {}));
1636
- var AutomationExecutionStatus;
1637
- (function (AutomationExecutionStatus) {
1638
- AutomationExecutionStatus["APPROVED"] = "Approved";
1639
- AutomationExecutionStatus["CANCELLED"] = "Cancelled";
1640
- AutomationExecutionStatus["CANCELLING"] = "Cancelling";
1641
- AutomationExecutionStatus["CHANGE_CALENDAR_OVERRIDE_APPROVED"] = "ChangeCalendarOverrideApproved";
1642
- AutomationExecutionStatus["CHANGE_CALENDAR_OVERRIDE_REJECTED"] = "ChangeCalendarOverrideRejected";
1643
- AutomationExecutionStatus["COMPLETED_WITH_FAILURE"] = "CompletedWithFailure";
1644
- AutomationExecutionStatus["COMPLETED_WITH_SUCCESS"] = "CompletedWithSuccess";
1645
- AutomationExecutionStatus["FAILED"] = "Failed";
1646
- AutomationExecutionStatus["INPROGRESS"] = "InProgress";
1647
- AutomationExecutionStatus["PENDING"] = "Pending";
1648
- AutomationExecutionStatus["PENDING_APPROVAL"] = "PendingApproval";
1649
- AutomationExecutionStatus["PENDING_CHANGE_CALENDAR_OVERRIDE"] = "PendingChangeCalendarOverride";
1650
- AutomationExecutionStatus["REJECTED"] = "Rejected";
1651
- AutomationExecutionStatus["RUNBOOK_INPROGRESS"] = "RunbookInProgress";
1652
- AutomationExecutionStatus["SCHEDULED"] = "Scheduled";
1653
- AutomationExecutionStatus["SUCCESS"] = "Success";
1654
- AutomationExecutionStatus["TIMEDOUT"] = "TimedOut";
1655
- AutomationExecutionStatus["WAITING"] = "Waiting";
1656
- })(AutomationExecutionStatus = exports.AutomationExecutionStatus || (exports.AutomationExecutionStatus = {}));
1657
- var AutomationSubtype;
1658
- (function (AutomationSubtype) {
1659
- AutomationSubtype["ChangeRequest"] = "ChangeRequest";
1660
- })(AutomationSubtype = exports.AutomationSubtype || (exports.AutomationSubtype = {}));
1661
- var AutomationType;
1662
- (function (AutomationType) {
1663
- AutomationType["CrossAccount"] = "CrossAccount";
1664
- AutomationType["Local"] = "Local";
1665
- })(AutomationType = exports.AutomationType || (exports.AutomationType = {}));
1666
- var ExecutionMode;
1667
- (function (ExecutionMode) {
1668
- ExecutionMode["Auto"] = "Auto";
1669
- ExecutionMode["Interactive"] = "Interactive";
1670
- })(ExecutionMode = exports.ExecutionMode || (exports.ExecutionMode = {}));
1671
- var ResolvedTargets;
1672
- (function (ResolvedTargets) {
1673
- /**
1674
- * @internal
1675
- */
1676
- ResolvedTargets.filterSensitiveLog = (obj) => ({
1677
- ...obj,
1678
- });
1679
- })(ResolvedTargets = exports.ResolvedTargets || (exports.ResolvedTargets = {}));
1680
- var Runbook;
1681
- (function (Runbook) {
1682
- /**
1683
- * @internal
1684
- */
1685
- Runbook.filterSensitiveLog = (obj) => ({
1686
- ...obj,
1687
- });
1688
- })(Runbook = exports.Runbook || (exports.Runbook = {}));
1689
- var AutomationExecutionMetadata;
1690
- (function (AutomationExecutionMetadata) {
1691
- /**
1692
- * @internal
1693
- */
1694
- AutomationExecutionMetadata.filterSensitiveLog = (obj) => ({
1695
- ...obj,
1696
- });
1697
- })(AutomationExecutionMetadata = exports.AutomationExecutionMetadata || (exports.AutomationExecutionMetadata = {}));
1698
- var DescribeAutomationExecutionsResult;
1699
- (function (DescribeAutomationExecutionsResult) {
1700
- /**
1701
- * @internal
1702
- */
1703
- DescribeAutomationExecutionsResult.filterSensitiveLog = (obj) => ({
1704
- ...obj,
1705
- });
1706
- })(DescribeAutomationExecutionsResult = exports.DescribeAutomationExecutionsResult || (exports.DescribeAutomationExecutionsResult = {}));
1707
- var InvalidFilterKey;
1708
- (function (InvalidFilterKey) {
1709
- /**
1710
- * @internal
1711
- */
1712
- InvalidFilterKey.filterSensitiveLog = (obj) => ({
1713
- ...obj,
1714
- });
1715
- })(InvalidFilterKey = exports.InvalidFilterKey || (exports.InvalidFilterKey = {}));
1716
- var InvalidFilterValue;
1717
- (function (InvalidFilterValue) {
1718
- /**
1719
- * @internal
1720
- */
1721
- InvalidFilterValue.filterSensitiveLog = (obj) => ({
1722
- ...obj,
1723
- });
1724
- })(InvalidFilterValue = exports.InvalidFilterValue || (exports.InvalidFilterValue = {}));
1725
- var AutomationExecutionNotFoundException;
1726
- (function (AutomationExecutionNotFoundException) {
1727
- /**
1728
- * @internal
1729
- */
1730
- AutomationExecutionNotFoundException.filterSensitiveLog = (obj) => ({
1731
- ...obj,
1732
- });
1733
- })(AutomationExecutionNotFoundException = exports.AutomationExecutionNotFoundException || (exports.AutomationExecutionNotFoundException = {}));
1734
- var StepExecutionFilterKey;
1735
- (function (StepExecutionFilterKey) {
1736
- StepExecutionFilterKey["ACTION"] = "Action";
1737
- StepExecutionFilterKey["START_TIME_AFTER"] = "StartTimeAfter";
1738
- StepExecutionFilterKey["START_TIME_BEFORE"] = "StartTimeBefore";
1739
- StepExecutionFilterKey["STEP_EXECUTION_ID"] = "StepExecutionId";
1740
- StepExecutionFilterKey["STEP_EXECUTION_STATUS"] = "StepExecutionStatus";
1741
- StepExecutionFilterKey["STEP_NAME"] = "StepName";
1742
- })(StepExecutionFilterKey = exports.StepExecutionFilterKey || (exports.StepExecutionFilterKey = {}));
1743
- var StepExecutionFilter;
1744
- (function (StepExecutionFilter) {
1745
- /**
1746
- * @internal
1747
- */
1748
- StepExecutionFilter.filterSensitiveLog = (obj) => ({
1749
- ...obj,
1750
- });
1751
- })(StepExecutionFilter = exports.StepExecutionFilter || (exports.StepExecutionFilter = {}));
1752
- var DescribeAutomationStepExecutionsRequest;
1753
- (function (DescribeAutomationStepExecutionsRequest) {
1754
- /**
1755
- * @internal
1756
- */
1757
- DescribeAutomationStepExecutionsRequest.filterSensitiveLog = (obj) => ({
1758
- ...obj,
1759
- });
1760
- })(DescribeAutomationStepExecutionsRequest = exports.DescribeAutomationStepExecutionsRequest || (exports.DescribeAutomationStepExecutionsRequest = {}));
1761
- var FailureDetails;
1762
- (function (FailureDetails) {
1763
- /**
1764
- * @internal
1765
- */
1766
- FailureDetails.filterSensitiveLog = (obj) => ({
1767
- ...obj,
1768
- });
1769
- })(FailureDetails = exports.FailureDetails || (exports.FailureDetails = {}));
1770
- var StepExecution;
1771
- (function (StepExecution) {
1772
- /**
1773
- * @internal
1774
- */
1775
- StepExecution.filterSensitiveLog = (obj) => ({
1776
- ...obj,
1777
- });
1778
- })(StepExecution = exports.StepExecution || (exports.StepExecution = {}));
1779
- var DescribeAutomationStepExecutionsResult;
1780
- (function (DescribeAutomationStepExecutionsResult) {
1781
- /**
1782
- * @internal
1783
- */
1784
- DescribeAutomationStepExecutionsResult.filterSensitiveLog = (obj) => ({
1785
- ...obj,
1786
- });
1787
- })(DescribeAutomationStepExecutionsResult = exports.DescribeAutomationStepExecutionsResult || (exports.DescribeAutomationStepExecutionsResult = {}));
1788
- var PatchOrchestratorFilter;
1789
- (function (PatchOrchestratorFilter) {
1790
- /**
1791
- * @internal
1792
- */
1793
- PatchOrchestratorFilter.filterSensitiveLog = (obj) => ({
1794
- ...obj,
1795
- });
1796
- })(PatchOrchestratorFilter = exports.PatchOrchestratorFilter || (exports.PatchOrchestratorFilter = {}));
1797
- var DescribeAvailablePatchesRequest;
1798
- (function (DescribeAvailablePatchesRequest) {
1799
- /**
1800
- * @internal
1801
- */
1802
- DescribeAvailablePatchesRequest.filterSensitiveLog = (obj) => ({
1803
- ...obj,
1804
- });
1805
- })(DescribeAvailablePatchesRequest = exports.DescribeAvailablePatchesRequest || (exports.DescribeAvailablePatchesRequest = {}));
1806
- var Patch;
1807
- (function (Patch) {
1808
- /**
1809
- * @internal
1810
- */
1811
- Patch.filterSensitiveLog = (obj) => ({
1812
- ...obj,
1813
- });
1814
- })(Patch = exports.Patch || (exports.Patch = {}));
1815
- var DescribeAvailablePatchesResult;
1816
- (function (DescribeAvailablePatchesResult) {
1817
- /**
1818
- * @internal
1819
- */
1820
- DescribeAvailablePatchesResult.filterSensitiveLog = (obj) => ({
1821
- ...obj,
1822
- });
1823
- })(DescribeAvailablePatchesResult = exports.DescribeAvailablePatchesResult || (exports.DescribeAvailablePatchesResult = {}));
1824
- var DescribeDocumentRequest;
1825
- (function (DescribeDocumentRequest) {
1826
- /**
1827
- * @internal
1828
- */
1829
- DescribeDocumentRequest.filterSensitiveLog = (obj) => ({
1830
- ...obj,
1831
- });
1832
- })(DescribeDocumentRequest = exports.DescribeDocumentRequest || (exports.DescribeDocumentRequest = {}));
1833
- var DescribeDocumentResult;
1834
- (function (DescribeDocumentResult) {
1835
- /**
1836
- * @internal
1837
- */
1838
- DescribeDocumentResult.filterSensitiveLog = (obj) => ({
1839
- ...obj,
1840
- });
1841
- })(DescribeDocumentResult = exports.DescribeDocumentResult || (exports.DescribeDocumentResult = {}));
1842
- var DocumentPermissionType;
1843
- (function (DocumentPermissionType) {
1844
- DocumentPermissionType["SHARE"] = "Share";
1845
- })(DocumentPermissionType = exports.DocumentPermissionType || (exports.DocumentPermissionType = {}));
1846
- var DescribeDocumentPermissionRequest;
1847
- (function (DescribeDocumentPermissionRequest) {
1848
- /**
1849
- * @internal
1850
- */
1851
- DescribeDocumentPermissionRequest.filterSensitiveLog = (obj) => ({
1852
- ...obj,
1853
- });
1854
- })(DescribeDocumentPermissionRequest = exports.DescribeDocumentPermissionRequest || (exports.DescribeDocumentPermissionRequest = {}));
1855
- var DescribeDocumentPermissionResponse;
1856
- (function (DescribeDocumentPermissionResponse) {
1857
- /**
1858
- * @internal
1859
- */
1860
- DescribeDocumentPermissionResponse.filterSensitiveLog = (obj) => ({
1861
- ...obj,
1862
- });
1863
- })(DescribeDocumentPermissionResponse = exports.DescribeDocumentPermissionResponse || (exports.DescribeDocumentPermissionResponse = {}));
1864
- var InvalidPermissionType;
1865
- (function (InvalidPermissionType) {
1866
- /**
1867
- * @internal
1868
- */
1869
- InvalidPermissionType.filterSensitiveLog = (obj) => ({
1870
- ...obj,
1871
- });
1872
- })(InvalidPermissionType = exports.InvalidPermissionType || (exports.InvalidPermissionType = {}));
1873
- var DescribeEffectiveInstanceAssociationsRequest;
1874
- (function (DescribeEffectiveInstanceAssociationsRequest) {
1875
- /**
1876
- * @internal
1877
- */
1878
- DescribeEffectiveInstanceAssociationsRequest.filterSensitiveLog = (obj) => ({
1879
- ...obj,
1880
- });
1881
- })(DescribeEffectiveInstanceAssociationsRequest = exports.DescribeEffectiveInstanceAssociationsRequest || (exports.DescribeEffectiveInstanceAssociationsRequest = {}));
1882
- var InstanceAssociation;
1883
- (function (InstanceAssociation) {
1884
- /**
1885
- * @internal
1886
- */
1887
- InstanceAssociation.filterSensitiveLog = (obj) => ({
1888
- ...obj,
1889
- });
1890
- })(InstanceAssociation = exports.InstanceAssociation || (exports.InstanceAssociation = {}));
1891
- var DescribeEffectiveInstanceAssociationsResult;
1892
- (function (DescribeEffectiveInstanceAssociationsResult) {
1893
- /**
1894
- * @internal
1895
- */
1896
- DescribeEffectiveInstanceAssociationsResult.filterSensitiveLog = (obj) => ({
1897
- ...obj,
1898
- });
1899
- })(DescribeEffectiveInstanceAssociationsResult = exports.DescribeEffectiveInstanceAssociationsResult || (exports.DescribeEffectiveInstanceAssociationsResult = {}));
1900
- var DescribeEffectivePatchesForPatchBaselineRequest;
1901
- (function (DescribeEffectivePatchesForPatchBaselineRequest) {
1902
- /**
1903
- * @internal
1904
- */
1905
- DescribeEffectivePatchesForPatchBaselineRequest.filterSensitiveLog = (obj) => ({
1906
- ...obj,
1907
- });
1908
- })(DescribeEffectivePatchesForPatchBaselineRequest = exports.DescribeEffectivePatchesForPatchBaselineRequest || (exports.DescribeEffectivePatchesForPatchBaselineRequest = {}));
1909
- var PatchDeploymentStatus;
1910
- (function (PatchDeploymentStatus) {
1911
- PatchDeploymentStatus["Approved"] = "APPROVED";
1912
- PatchDeploymentStatus["ExplicitApproved"] = "EXPLICIT_APPROVED";
1913
- PatchDeploymentStatus["ExplicitRejected"] = "EXPLICIT_REJECTED";
1914
- PatchDeploymentStatus["PendingApproval"] = "PENDING_APPROVAL";
1915
- })(PatchDeploymentStatus = exports.PatchDeploymentStatus || (exports.PatchDeploymentStatus = {}));
1916
- var PatchStatus;
1917
- (function (PatchStatus) {
1918
- /**
1919
- * @internal
1920
- */
1921
- PatchStatus.filterSensitiveLog = (obj) => ({
1922
- ...obj,
1923
- });
1924
- })(PatchStatus = exports.PatchStatus || (exports.PatchStatus = {}));
1925
- var EffectivePatch;
1926
- (function (EffectivePatch) {
1927
- /**
1928
- * @internal
1929
- */
1930
- EffectivePatch.filterSensitiveLog = (obj) => ({
1931
- ...obj,
1932
- });
1933
- })(EffectivePatch = exports.EffectivePatch || (exports.EffectivePatch = {}));
1934
- var DescribeEffectivePatchesForPatchBaselineResult;
1935
- (function (DescribeEffectivePatchesForPatchBaselineResult) {
1936
- /**
1937
- * @internal
1938
- */
1939
- DescribeEffectivePatchesForPatchBaselineResult.filterSensitiveLog = (obj) => ({
1940
- ...obj,
1941
- });
1942
- })(DescribeEffectivePatchesForPatchBaselineResult = exports.DescribeEffectivePatchesForPatchBaselineResult || (exports.DescribeEffectivePatchesForPatchBaselineResult = {}));
1943
- var UnsupportedOperatingSystem;
1944
- (function (UnsupportedOperatingSystem) {
1945
- /**
1946
- * @internal
1947
- */
1948
- UnsupportedOperatingSystem.filterSensitiveLog = (obj) => ({
1949
- ...obj,
1950
- });
1951
- })(UnsupportedOperatingSystem = exports.UnsupportedOperatingSystem || (exports.UnsupportedOperatingSystem = {}));
1952
- var DescribeInstanceAssociationsStatusRequest;
1953
- (function (DescribeInstanceAssociationsStatusRequest) {
1954
- /**
1955
- * @internal
1956
- */
1957
- DescribeInstanceAssociationsStatusRequest.filterSensitiveLog = (obj) => ({
1958
- ...obj,
1959
- });
1960
- })(DescribeInstanceAssociationsStatusRequest = exports.DescribeInstanceAssociationsStatusRequest || (exports.DescribeInstanceAssociationsStatusRequest = {}));
1961
- var S3OutputUrl;
1962
- (function (S3OutputUrl) {
1963
- /**
1964
- * @internal
1965
- */
1966
- S3OutputUrl.filterSensitiveLog = (obj) => ({
1967
- ...obj,
1968
- });
1969
- })(S3OutputUrl = exports.S3OutputUrl || (exports.S3OutputUrl = {}));
1970
- var InstanceAssociationOutputUrl;
1971
- (function (InstanceAssociationOutputUrl) {
1972
- /**
1973
- * @internal
1974
- */
1975
- InstanceAssociationOutputUrl.filterSensitiveLog = (obj) => ({
1976
- ...obj,
1977
- });
1978
- })(InstanceAssociationOutputUrl = exports.InstanceAssociationOutputUrl || (exports.InstanceAssociationOutputUrl = {}));
1979
- var InstanceAssociationStatusInfo;
1980
- (function (InstanceAssociationStatusInfo) {
1981
- /**
1982
- * @internal
1983
- */
1984
- InstanceAssociationStatusInfo.filterSensitiveLog = (obj) => ({
1985
- ...obj,
1986
- });
1987
- })(InstanceAssociationStatusInfo = exports.InstanceAssociationStatusInfo || (exports.InstanceAssociationStatusInfo = {}));
1988
- var DescribeInstanceAssociationsStatusResult;
1989
- (function (DescribeInstanceAssociationsStatusResult) {
1990
- /**
1991
- * @internal
1992
- */
1993
- DescribeInstanceAssociationsStatusResult.filterSensitiveLog = (obj) => ({
1994
- ...obj,
1995
- });
1996
- })(DescribeInstanceAssociationsStatusResult = exports.DescribeInstanceAssociationsStatusResult || (exports.DescribeInstanceAssociationsStatusResult = {}));
1997
- var InstanceInformationStringFilter;
1998
- (function (InstanceInformationStringFilter) {
1999
- /**
2000
- * @internal
2001
- */
2002
- InstanceInformationStringFilter.filterSensitiveLog = (obj) => ({
2003
- ...obj,
2004
- });
2005
- })(InstanceInformationStringFilter = exports.InstanceInformationStringFilter || (exports.InstanceInformationStringFilter = {}));
2006
- var InstanceInformationFilterKey;
2007
- (function (InstanceInformationFilterKey) {
2008
- InstanceInformationFilterKey["ACTIVATION_IDS"] = "ActivationIds";
2009
- InstanceInformationFilterKey["AGENT_VERSION"] = "AgentVersion";
2010
- InstanceInformationFilterKey["ASSOCIATION_STATUS"] = "AssociationStatus";
2011
- InstanceInformationFilterKey["IAM_ROLE"] = "IamRole";
2012
- InstanceInformationFilterKey["INSTANCE_IDS"] = "InstanceIds";
2013
- InstanceInformationFilterKey["PING_STATUS"] = "PingStatus";
2014
- InstanceInformationFilterKey["PLATFORM_TYPES"] = "PlatformTypes";
2015
- InstanceInformationFilterKey["RESOURCE_TYPE"] = "ResourceType";
2016
- })(InstanceInformationFilterKey = exports.InstanceInformationFilterKey || (exports.InstanceInformationFilterKey = {}));
2017
- var InstanceInformationFilter;
2018
- (function (InstanceInformationFilter) {
2019
- /**
2020
- * @internal
2021
- */
2022
- InstanceInformationFilter.filterSensitiveLog = (obj) => ({
2023
- ...obj,
2024
- });
2025
- })(InstanceInformationFilter = exports.InstanceInformationFilter || (exports.InstanceInformationFilter = {}));
2026
- var DescribeInstanceInformationRequest;
2027
- (function (DescribeInstanceInformationRequest) {
2028
- /**
2029
- * @internal
2030
- */
2031
- DescribeInstanceInformationRequest.filterSensitiveLog = (obj) => ({
2032
- ...obj,
2033
- });
2034
- })(DescribeInstanceInformationRequest = exports.DescribeInstanceInformationRequest || (exports.DescribeInstanceInformationRequest = {}));
2035
- var InstanceAggregatedAssociationOverview;
2036
- (function (InstanceAggregatedAssociationOverview) {
2037
- /**
2038
- * @internal
2039
- */
2040
- InstanceAggregatedAssociationOverview.filterSensitiveLog = (obj) => ({
2041
- ...obj,
2042
- });
2043
- })(InstanceAggregatedAssociationOverview = exports.InstanceAggregatedAssociationOverview || (exports.InstanceAggregatedAssociationOverview = {}));
2044
- var PingStatus;
2045
- (function (PingStatus) {
2046
- PingStatus["CONNECTION_LOST"] = "ConnectionLost";
2047
- PingStatus["INACTIVE"] = "Inactive";
2048
- PingStatus["ONLINE"] = "Online";
2049
- })(PingStatus = exports.PingStatus || (exports.PingStatus = {}));
2050
- var ResourceType;
2051
- (function (ResourceType) {
2052
- ResourceType["DOCUMENT"] = "Document";
2053
- ResourceType["EC2_INSTANCE"] = "EC2Instance";
2054
- ResourceType["MANAGED_INSTANCE"] = "ManagedInstance";
2055
- })(ResourceType = exports.ResourceType || (exports.ResourceType = {}));
2056
- var InstanceInformation;
2057
- (function (InstanceInformation) {
2058
- /**
2059
- * @internal
2060
- */
2061
- InstanceInformation.filterSensitiveLog = (obj) => ({
2062
- ...obj,
2063
- });
2064
- })(InstanceInformation = exports.InstanceInformation || (exports.InstanceInformation = {}));
2065
- var DescribeInstanceInformationResult;
2066
- (function (DescribeInstanceInformationResult) {
2067
- /**
2068
- * @internal
2069
- */
2070
- DescribeInstanceInformationResult.filterSensitiveLog = (obj) => ({
2071
- ...obj,
2072
- });
2073
- })(DescribeInstanceInformationResult = exports.DescribeInstanceInformationResult || (exports.DescribeInstanceInformationResult = {}));
2074
- var InvalidInstanceInformationFilterValue;
2075
- (function (InvalidInstanceInformationFilterValue) {
2076
- /**
2077
- * @internal
2078
- */
2079
- InvalidInstanceInformationFilterValue.filterSensitiveLog = (obj) => ({
2080
- ...obj,
2081
- });
2082
- })(InvalidInstanceInformationFilterValue = exports.InvalidInstanceInformationFilterValue || (exports.InvalidInstanceInformationFilterValue = {}));
2083
- var DescribeInstancePatchesRequest;
2084
- (function (DescribeInstancePatchesRequest) {
2085
- /**
2086
- * @internal
2087
- */
2088
- DescribeInstancePatchesRequest.filterSensitiveLog = (obj) => ({
2089
- ...obj,
2090
- });
2091
- })(DescribeInstancePatchesRequest = exports.DescribeInstancePatchesRequest || (exports.DescribeInstancePatchesRequest = {}));
2092
- var PatchComplianceDataState;
2093
- (function (PatchComplianceDataState) {
2094
- PatchComplianceDataState["Failed"] = "FAILED";
2095
- PatchComplianceDataState["Installed"] = "INSTALLED";
2096
- PatchComplianceDataState["InstalledOther"] = "INSTALLED_OTHER";
2097
- PatchComplianceDataState["InstalledPendingReboot"] = "INSTALLED_PENDING_REBOOT";
2098
- PatchComplianceDataState["InstalledRejected"] = "INSTALLED_REJECTED";
2099
- PatchComplianceDataState["Missing"] = "MISSING";
2100
- PatchComplianceDataState["NotApplicable"] = "NOT_APPLICABLE";
2101
- })(PatchComplianceDataState = exports.PatchComplianceDataState || (exports.PatchComplianceDataState = {}));
2102
- var PatchComplianceData;
2103
- (function (PatchComplianceData) {
2104
- /**
2105
- * @internal
2106
- */
2107
- PatchComplianceData.filterSensitiveLog = (obj) => ({
2108
- ...obj,
2109
- });
2110
- })(PatchComplianceData = exports.PatchComplianceData || (exports.PatchComplianceData = {}));
2111
- var DescribeInstancePatchesResult;
2112
- (function (DescribeInstancePatchesResult) {
2113
- /**
2114
- * @internal
2115
- */
2116
- DescribeInstancePatchesResult.filterSensitiveLog = (obj) => ({
2117
- ...obj,
2118
- });
2119
- })(DescribeInstancePatchesResult = exports.DescribeInstancePatchesResult || (exports.DescribeInstancePatchesResult = {}));
2120
- var DescribeInstancePatchStatesRequest;
2121
- (function (DescribeInstancePatchStatesRequest) {
2122
- /**
2123
- * @internal
2124
- */
2125
- DescribeInstancePatchStatesRequest.filterSensitiveLog = (obj) => ({
2126
- ...obj,
2127
- });
2128
- })(DescribeInstancePatchStatesRequest = exports.DescribeInstancePatchStatesRequest || (exports.DescribeInstancePatchStatesRequest = {}));
2129
- var PatchOperationType;
2130
- (function (PatchOperationType) {
2131
- PatchOperationType["INSTALL"] = "Install";
2132
- PatchOperationType["SCAN"] = "Scan";
2133
- })(PatchOperationType = exports.PatchOperationType || (exports.PatchOperationType = {}));
2134
- var RebootOption;
2135
- (function (RebootOption) {
2136
- RebootOption["NO_REBOOT"] = "NoReboot";
2137
- RebootOption["REBOOT_IF_NEEDED"] = "RebootIfNeeded";
2138
- })(RebootOption = exports.RebootOption || (exports.RebootOption = {}));
2139
- var InstancePatchState;
2140
- (function (InstancePatchState) {
2141
- /**
2142
- * @internal
2143
- */
2144
- InstancePatchState.filterSensitiveLog = (obj) => ({
2145
- ...obj,
2146
- ...(obj.OwnerInformation && { OwnerInformation: smithy_client_1.SENSITIVE_STRING }),
2147
- });
2148
- })(InstancePatchState = exports.InstancePatchState || (exports.InstancePatchState = {}));
2149
- var DescribeInstancePatchStatesResult;
2150
- (function (DescribeInstancePatchStatesResult) {
2151
- /**
2152
- * @internal
2153
- */
2154
- DescribeInstancePatchStatesResult.filterSensitiveLog = (obj) => ({
2155
- ...obj,
2156
- ...(obj.InstancePatchStates && {
2157
- InstancePatchStates: obj.InstancePatchStates.map((item) => InstancePatchState.filterSensitiveLog(item)),
2158
- }),
2159
- });
2160
- })(DescribeInstancePatchStatesResult = exports.DescribeInstancePatchStatesResult || (exports.DescribeInstancePatchStatesResult = {}));
2161
- var InstancePatchStateOperatorType;
2162
- (function (InstancePatchStateOperatorType) {
2163
- InstancePatchStateOperatorType["EQUAL"] = "Equal";
2164
- InstancePatchStateOperatorType["GREATER_THAN"] = "GreaterThan";
2165
- InstancePatchStateOperatorType["LESS_THAN"] = "LessThan";
2166
- InstancePatchStateOperatorType["NOT_EQUAL"] = "NotEqual";
2167
- })(InstancePatchStateOperatorType = exports.InstancePatchStateOperatorType || (exports.InstancePatchStateOperatorType = {}));
2168
- var InstancePatchStateFilter;
2169
- (function (InstancePatchStateFilter) {
2170
- /**
2171
- * @internal
2172
- */
2173
- InstancePatchStateFilter.filterSensitiveLog = (obj) => ({
2174
- ...obj,
2175
- });
2176
- })(InstancePatchStateFilter = exports.InstancePatchStateFilter || (exports.InstancePatchStateFilter = {}));
2177
- var DescribeInstancePatchStatesForPatchGroupRequest;
2178
- (function (DescribeInstancePatchStatesForPatchGroupRequest) {
2179
- /**
2180
- * @internal
2181
- */
2182
- DescribeInstancePatchStatesForPatchGroupRequest.filterSensitiveLog = (obj) => ({
2183
- ...obj,
2184
- });
2185
- })(DescribeInstancePatchStatesForPatchGroupRequest = exports.DescribeInstancePatchStatesForPatchGroupRequest || (exports.DescribeInstancePatchStatesForPatchGroupRequest = {}));
2186
- var DescribeInstancePatchStatesForPatchGroupResult;
2187
- (function (DescribeInstancePatchStatesForPatchGroupResult) {
2188
- /**
2189
- * @internal
2190
- */
2191
- DescribeInstancePatchStatesForPatchGroupResult.filterSensitiveLog = (obj) => ({
2192
- ...obj,
2193
- ...(obj.InstancePatchStates && {
2194
- InstancePatchStates: obj.InstancePatchStates.map((item) => InstancePatchState.filterSensitiveLog(item)),
2195
- }),
2196
- });
2197
- })(DescribeInstancePatchStatesForPatchGroupResult = exports.DescribeInstancePatchStatesForPatchGroupResult || (exports.DescribeInstancePatchStatesForPatchGroupResult = {}));
2198
- var DescribeInventoryDeletionsRequest;
2199
- (function (DescribeInventoryDeletionsRequest) {
2200
- /**
2201
- * @internal
2202
- */
2203
- DescribeInventoryDeletionsRequest.filterSensitiveLog = (obj) => ({
2204
- ...obj,
2205
- });
2206
- })(DescribeInventoryDeletionsRequest = exports.DescribeInventoryDeletionsRequest || (exports.DescribeInventoryDeletionsRequest = {}));
2207
- var InventoryDeletionStatus;
2208
- (function (InventoryDeletionStatus) {
2209
- InventoryDeletionStatus["COMPLETE"] = "Complete";
2210
- InventoryDeletionStatus["IN_PROGRESS"] = "InProgress";
2211
- })(InventoryDeletionStatus = exports.InventoryDeletionStatus || (exports.InventoryDeletionStatus = {}));
2212
- var InventoryDeletionStatusItem;
2213
- (function (InventoryDeletionStatusItem) {
2214
- /**
2215
- * @internal
2216
- */
2217
- InventoryDeletionStatusItem.filterSensitiveLog = (obj) => ({
2218
- ...obj,
2219
- });
2220
- })(InventoryDeletionStatusItem = exports.InventoryDeletionStatusItem || (exports.InventoryDeletionStatusItem = {}));
2221
- var DescribeInventoryDeletionsResult;
2222
- (function (DescribeInventoryDeletionsResult) {
2223
- /**
2224
- * @internal
2225
- */
2226
- DescribeInventoryDeletionsResult.filterSensitiveLog = (obj) => ({
2227
- ...obj,
2228
- });
2229
- })(DescribeInventoryDeletionsResult = exports.DescribeInventoryDeletionsResult || (exports.DescribeInventoryDeletionsResult = {}));
2230
- var InvalidDeletionIdException;
2231
- (function (InvalidDeletionIdException) {
2232
- /**
2233
- * @internal
2234
- */
2235
- InvalidDeletionIdException.filterSensitiveLog = (obj) => ({
2236
- ...obj,
2237
- });
2238
- })(InvalidDeletionIdException = exports.InvalidDeletionIdException || (exports.InvalidDeletionIdException = {}));
2239
- var MaintenanceWindowFilter;
2240
- (function (MaintenanceWindowFilter) {
2241
- /**
2242
- * @internal
2243
- */
2244
- MaintenanceWindowFilter.filterSensitiveLog = (obj) => ({
2245
- ...obj,
2246
- });
2247
- })(MaintenanceWindowFilter = exports.MaintenanceWindowFilter || (exports.MaintenanceWindowFilter = {}));
2248
- var DescribeMaintenanceWindowExecutionsRequest;
2249
- (function (DescribeMaintenanceWindowExecutionsRequest) {
2250
- /**
2251
- * @internal
2252
- */
2253
- DescribeMaintenanceWindowExecutionsRequest.filterSensitiveLog = (obj) => ({
2254
- ...obj,
2255
- });
2256
- })(DescribeMaintenanceWindowExecutionsRequest = exports.DescribeMaintenanceWindowExecutionsRequest || (exports.DescribeMaintenanceWindowExecutionsRequest = {}));
2257
- var MaintenanceWindowExecutionStatus;
2258
- (function (MaintenanceWindowExecutionStatus) {
2259
- MaintenanceWindowExecutionStatus["Cancelled"] = "CANCELLED";
2260
- MaintenanceWindowExecutionStatus["Cancelling"] = "CANCELLING";
2261
- MaintenanceWindowExecutionStatus["Failed"] = "FAILED";
2262
- MaintenanceWindowExecutionStatus["InProgress"] = "IN_PROGRESS";
2263
- MaintenanceWindowExecutionStatus["Pending"] = "PENDING";
2264
- MaintenanceWindowExecutionStatus["SkippedOverlapping"] = "SKIPPED_OVERLAPPING";
2265
- MaintenanceWindowExecutionStatus["Success"] = "SUCCESS";
2266
- MaintenanceWindowExecutionStatus["TimedOut"] = "TIMED_OUT";
2267
- })(MaintenanceWindowExecutionStatus = exports.MaintenanceWindowExecutionStatus || (exports.MaintenanceWindowExecutionStatus = {}));
2268
- var MaintenanceWindowExecution;
2269
- (function (MaintenanceWindowExecution) {
2270
- /**
2271
- * @internal
2272
- */
2273
- MaintenanceWindowExecution.filterSensitiveLog = (obj) => ({
2274
- ...obj,
2275
- });
2276
- })(MaintenanceWindowExecution = exports.MaintenanceWindowExecution || (exports.MaintenanceWindowExecution = {}));
2277
- var DescribeMaintenanceWindowExecutionsResult;
2278
- (function (DescribeMaintenanceWindowExecutionsResult) {
2279
- /**
2280
- * @internal
2281
- */
2282
- DescribeMaintenanceWindowExecutionsResult.filterSensitiveLog = (obj) => ({
2283
- ...obj,
2284
- });
2285
- })(DescribeMaintenanceWindowExecutionsResult = exports.DescribeMaintenanceWindowExecutionsResult || (exports.DescribeMaintenanceWindowExecutionsResult = {}));
2286
- var DescribeMaintenanceWindowExecutionTaskInvocationsRequest;
2287
- (function (DescribeMaintenanceWindowExecutionTaskInvocationsRequest) {
2288
- /**
2289
- * @internal
2290
- */
2291
- DescribeMaintenanceWindowExecutionTaskInvocationsRequest.filterSensitiveLog = (obj) => ({
2292
- ...obj,
2293
- });
2294
- })(DescribeMaintenanceWindowExecutionTaskInvocationsRequest = exports.DescribeMaintenanceWindowExecutionTaskInvocationsRequest || (exports.DescribeMaintenanceWindowExecutionTaskInvocationsRequest = {}));
2295
- var MaintenanceWindowTaskType;
2296
- (function (MaintenanceWindowTaskType) {
2297
- MaintenanceWindowTaskType["Automation"] = "AUTOMATION";
2298
- MaintenanceWindowTaskType["Lambda"] = "LAMBDA";
2299
- MaintenanceWindowTaskType["RunCommand"] = "RUN_COMMAND";
2300
- MaintenanceWindowTaskType["StepFunctions"] = "STEP_FUNCTIONS";
2301
- })(MaintenanceWindowTaskType = exports.MaintenanceWindowTaskType || (exports.MaintenanceWindowTaskType = {}));
2302
- var MaintenanceWindowExecutionTaskInvocationIdentity;
2303
- (function (MaintenanceWindowExecutionTaskInvocationIdentity) {
2304
- /**
2305
- * @internal
2306
- */
2307
- MaintenanceWindowExecutionTaskInvocationIdentity.filterSensitiveLog = (obj) => ({
2308
- ...obj,
2309
- ...(obj.Parameters && { Parameters: smithy_client_1.SENSITIVE_STRING }),
2310
- ...(obj.OwnerInformation && { OwnerInformation: smithy_client_1.SENSITIVE_STRING }),
2311
- });
2312
- })(MaintenanceWindowExecutionTaskInvocationIdentity = exports.MaintenanceWindowExecutionTaskInvocationIdentity || (exports.MaintenanceWindowExecutionTaskInvocationIdentity = {}));
2313
- var DescribeMaintenanceWindowExecutionTaskInvocationsResult;
2314
- (function (DescribeMaintenanceWindowExecutionTaskInvocationsResult) {
2315
- /**
2316
- * @internal
2317
- */
2318
- DescribeMaintenanceWindowExecutionTaskInvocationsResult.filterSensitiveLog = (obj) => ({
2319
- ...obj,
2320
- ...(obj.WindowExecutionTaskInvocationIdentities && {
2321
- WindowExecutionTaskInvocationIdentities: obj.WindowExecutionTaskInvocationIdentities.map((item) => MaintenanceWindowExecutionTaskInvocationIdentity.filterSensitiveLog(item)),
2322
- }),
2323
- });
2324
- })(DescribeMaintenanceWindowExecutionTaskInvocationsResult = exports.DescribeMaintenanceWindowExecutionTaskInvocationsResult || (exports.DescribeMaintenanceWindowExecutionTaskInvocationsResult = {}));
2325
- var DescribeMaintenanceWindowExecutionTasksRequest;
2326
- (function (DescribeMaintenanceWindowExecutionTasksRequest) {
2327
- /**
2328
- * @internal
2329
- */
2330
- DescribeMaintenanceWindowExecutionTasksRequest.filterSensitiveLog = (obj) => ({
2331
- ...obj,
2332
- });
2333
- })(DescribeMaintenanceWindowExecutionTasksRequest = exports.DescribeMaintenanceWindowExecutionTasksRequest || (exports.DescribeMaintenanceWindowExecutionTasksRequest = {}));
2334
- var MaintenanceWindowExecutionTaskIdentity;
2335
- (function (MaintenanceWindowExecutionTaskIdentity) {
2336
- /**
2337
- * @internal
2338
- */
2339
- MaintenanceWindowExecutionTaskIdentity.filterSensitiveLog = (obj) => ({
2340
- ...obj,
2341
- });
2342
- })(MaintenanceWindowExecutionTaskIdentity = exports.MaintenanceWindowExecutionTaskIdentity || (exports.MaintenanceWindowExecutionTaskIdentity = {}));
2343
- var DescribeMaintenanceWindowExecutionTasksResult;
2344
- (function (DescribeMaintenanceWindowExecutionTasksResult) {
2345
- /**
2346
- * @internal
2347
- */
2348
- DescribeMaintenanceWindowExecutionTasksResult.filterSensitiveLog = (obj) => ({
2349
- ...obj,
2350
- });
2351
- })(DescribeMaintenanceWindowExecutionTasksResult = exports.DescribeMaintenanceWindowExecutionTasksResult || (exports.DescribeMaintenanceWindowExecutionTasksResult = {}));
2352
- var DescribeMaintenanceWindowsRequest;
2353
- (function (DescribeMaintenanceWindowsRequest) {
2354
- /**
2355
- * @internal
2356
- */
2357
- DescribeMaintenanceWindowsRequest.filterSensitiveLog = (obj) => ({
2358
- ...obj,
2359
- });
2360
- })(DescribeMaintenanceWindowsRequest = exports.DescribeMaintenanceWindowsRequest || (exports.DescribeMaintenanceWindowsRequest = {}));
2361
- var MaintenanceWindowIdentity;
2362
- (function (MaintenanceWindowIdentity) {
2363
- /**
2364
- * @internal
2365
- */
2366
- MaintenanceWindowIdentity.filterSensitiveLog = (obj) => ({
2367
- ...obj,
2368
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
2369
- });
2370
- })(MaintenanceWindowIdentity = exports.MaintenanceWindowIdentity || (exports.MaintenanceWindowIdentity = {}));
2371
- var DescribeMaintenanceWindowsResult;
2372
- (function (DescribeMaintenanceWindowsResult) {
2373
- /**
2374
- * @internal
2375
- */
2376
- DescribeMaintenanceWindowsResult.filterSensitiveLog = (obj) => ({
2377
- ...obj,
2378
- ...(obj.WindowIdentities && {
2379
- WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentity.filterSensitiveLog(item)),
2380
- }),
2381
- });
2382
- })(DescribeMaintenanceWindowsResult = exports.DescribeMaintenanceWindowsResult || (exports.DescribeMaintenanceWindowsResult = {}));
2383
- var MaintenanceWindowResourceType;
2384
- (function (MaintenanceWindowResourceType) {
2385
- MaintenanceWindowResourceType["Instance"] = "INSTANCE";
2386
- MaintenanceWindowResourceType["ResourceGroup"] = "RESOURCE_GROUP";
2387
- })(MaintenanceWindowResourceType = exports.MaintenanceWindowResourceType || (exports.MaintenanceWindowResourceType = {}));
2388
- var DescribeMaintenanceWindowScheduleRequest;
2389
- (function (DescribeMaintenanceWindowScheduleRequest) {
2390
- /**
2391
- * @internal
2392
- */
2393
- DescribeMaintenanceWindowScheduleRequest.filterSensitiveLog = (obj) => ({
2394
- ...obj,
2395
- });
2396
- })(DescribeMaintenanceWindowScheduleRequest = exports.DescribeMaintenanceWindowScheduleRequest || (exports.DescribeMaintenanceWindowScheduleRequest = {}));
2397
- var ScheduledWindowExecution;
2398
- (function (ScheduledWindowExecution) {
2399
- /**
2400
- * @internal
2401
- */
2402
- ScheduledWindowExecution.filterSensitiveLog = (obj) => ({
2403
- ...obj,
2404
- });
2405
- })(ScheduledWindowExecution = exports.ScheduledWindowExecution || (exports.ScheduledWindowExecution = {}));
2406
- var DescribeMaintenanceWindowScheduleResult;
2407
- (function (DescribeMaintenanceWindowScheduleResult) {
2408
- /**
2409
- * @internal
2410
- */
2411
- DescribeMaintenanceWindowScheduleResult.filterSensitiveLog = (obj) => ({
2412
- ...obj,
2413
- });
2414
- })(DescribeMaintenanceWindowScheduleResult = exports.DescribeMaintenanceWindowScheduleResult || (exports.DescribeMaintenanceWindowScheduleResult = {}));
2415
- var DescribeMaintenanceWindowsForTargetRequest;
2416
- (function (DescribeMaintenanceWindowsForTargetRequest) {
2417
- /**
2418
- * @internal
2419
- */
2420
- DescribeMaintenanceWindowsForTargetRequest.filterSensitiveLog = (obj) => ({
2421
- ...obj,
2422
- });
2423
- })(DescribeMaintenanceWindowsForTargetRequest = exports.DescribeMaintenanceWindowsForTargetRequest || (exports.DescribeMaintenanceWindowsForTargetRequest = {}));
2424
- var MaintenanceWindowIdentityForTarget;
2425
- (function (MaintenanceWindowIdentityForTarget) {
2426
- /**
2427
- * @internal
2428
- */
2429
- MaintenanceWindowIdentityForTarget.filterSensitiveLog = (obj) => ({
2430
- ...obj,
2431
- });
2432
- })(MaintenanceWindowIdentityForTarget = exports.MaintenanceWindowIdentityForTarget || (exports.MaintenanceWindowIdentityForTarget = {}));
2433
- var DescribeMaintenanceWindowsForTargetResult;
2434
- (function (DescribeMaintenanceWindowsForTargetResult) {
2435
- /**
2436
- * @internal
2437
- */
2438
- DescribeMaintenanceWindowsForTargetResult.filterSensitiveLog = (obj) => ({
2439
- ...obj,
2440
- });
2441
- })(DescribeMaintenanceWindowsForTargetResult = exports.DescribeMaintenanceWindowsForTargetResult || (exports.DescribeMaintenanceWindowsForTargetResult = {}));
2442
- var DescribeMaintenanceWindowTargetsRequest;
2443
- (function (DescribeMaintenanceWindowTargetsRequest) {
2444
- /**
2445
- * @internal
2446
- */
2447
- DescribeMaintenanceWindowTargetsRequest.filterSensitiveLog = (obj) => ({
2448
- ...obj,
2449
- });
2450
- })(DescribeMaintenanceWindowTargetsRequest = exports.DescribeMaintenanceWindowTargetsRequest || (exports.DescribeMaintenanceWindowTargetsRequest = {}));
2451
- var MaintenanceWindowTarget;
2452
- (function (MaintenanceWindowTarget) {
2453
- /**
2454
- * @internal
2455
- */
2456
- MaintenanceWindowTarget.filterSensitiveLog = (obj) => ({
2457
- ...obj,
2458
- ...(obj.OwnerInformation && { OwnerInformation: smithy_client_1.SENSITIVE_STRING }),
2459
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
2460
- });
2461
- })(MaintenanceWindowTarget = exports.MaintenanceWindowTarget || (exports.MaintenanceWindowTarget = {}));
2462
- var DescribeMaintenanceWindowTargetsResult;
2463
- (function (DescribeMaintenanceWindowTargetsResult) {
2464
- /**
2465
- * @internal
2466
- */
2467
- DescribeMaintenanceWindowTargetsResult.filterSensitiveLog = (obj) => ({
2468
- ...obj,
2469
- ...(obj.Targets && { Targets: obj.Targets.map((item) => MaintenanceWindowTarget.filterSensitiveLog(item)) }),
2470
- });
2471
- })(DescribeMaintenanceWindowTargetsResult = exports.DescribeMaintenanceWindowTargetsResult || (exports.DescribeMaintenanceWindowTargetsResult = {}));
2472
- var DescribeMaintenanceWindowTasksRequest;
2473
- (function (DescribeMaintenanceWindowTasksRequest) {
2474
- /**
2475
- * @internal
2476
- */
2477
- DescribeMaintenanceWindowTasksRequest.filterSensitiveLog = (obj) => ({
2478
- ...obj,
2479
- });
2480
- })(DescribeMaintenanceWindowTasksRequest = exports.DescribeMaintenanceWindowTasksRequest || (exports.DescribeMaintenanceWindowTasksRequest = {}));
2481
- var MaintenanceWindowTaskCutoffBehavior;
2482
- (function (MaintenanceWindowTaskCutoffBehavior) {
2483
- MaintenanceWindowTaskCutoffBehavior["CancelTask"] = "CANCEL_TASK";
2484
- MaintenanceWindowTaskCutoffBehavior["ContinueTask"] = "CONTINUE_TASK";
2485
- })(MaintenanceWindowTaskCutoffBehavior = exports.MaintenanceWindowTaskCutoffBehavior || (exports.MaintenanceWindowTaskCutoffBehavior = {}));
2486
- var LoggingInfo;
2487
- (function (LoggingInfo) {
2488
- /**
2489
- * @internal
2490
- */
2491
- LoggingInfo.filterSensitiveLog = (obj) => ({
2492
- ...obj,
2493
- });
2494
- })(LoggingInfo = exports.LoggingInfo || (exports.LoggingInfo = {}));
2495
- var MaintenanceWindowTaskParameterValueExpression;
2496
- (function (MaintenanceWindowTaskParameterValueExpression) {
2497
- /**
2498
- * @internal
2499
- */
2500
- MaintenanceWindowTaskParameterValueExpression.filterSensitiveLog = (obj) => ({
2501
- ...obj,
2502
- ...(obj.Values && { Values: smithy_client_1.SENSITIVE_STRING }),
2503
- });
2504
- })(MaintenanceWindowTaskParameterValueExpression = exports.MaintenanceWindowTaskParameterValueExpression || (exports.MaintenanceWindowTaskParameterValueExpression = {}));
2505
- var MaintenanceWindowTask;
2506
- (function (MaintenanceWindowTask) {
2507
- /**
2508
- * @internal
2509
- */
2510
- MaintenanceWindowTask.filterSensitiveLog = (obj) => ({
2511
- ...obj,
2512
- ...(obj.TaskParameters && { TaskParameters: smithy_client_1.SENSITIVE_STRING }),
2513
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
2514
- });
2515
- })(MaintenanceWindowTask = exports.MaintenanceWindowTask || (exports.MaintenanceWindowTask = {}));
2516
- var DescribeMaintenanceWindowTasksResult;
2517
- (function (DescribeMaintenanceWindowTasksResult) {
2518
- /**
2519
- * @internal
2520
- */
2521
- DescribeMaintenanceWindowTasksResult.filterSensitiveLog = (obj) => ({
2522
- ...obj,
2523
- ...(obj.Tasks && { Tasks: obj.Tasks.map((item) => MaintenanceWindowTask.filterSensitiveLog(item)) }),
2524
- });
2525
- })(DescribeMaintenanceWindowTasksResult = exports.DescribeMaintenanceWindowTasksResult || (exports.DescribeMaintenanceWindowTasksResult = {}));
2526
- var OpsItemFilterKey;
2527
- (function (OpsItemFilterKey) {
2528
- OpsItemFilterKey["ACTUAL_END_TIME"] = "ActualEndTime";
2529
- OpsItemFilterKey["ACTUAL_START_TIME"] = "ActualStartTime";
2530
- OpsItemFilterKey["AUTOMATION_ID"] = "AutomationId";
2531
- OpsItemFilterKey["CATEGORY"] = "Category";
2532
- OpsItemFilterKey["CHANGE_REQUEST_APPROVER_ARN"] = "ChangeRequestByApproverArn";
2533
- OpsItemFilterKey["CHANGE_REQUEST_APPROVER_NAME"] = "ChangeRequestByApproverName";
2534
- OpsItemFilterKey["CHANGE_REQUEST_REQUESTER_ARN"] = "ChangeRequestByRequesterArn";
2535
- OpsItemFilterKey["CHANGE_REQUEST_REQUESTER_NAME"] = "ChangeRequestByRequesterName";
2536
- OpsItemFilterKey["CHANGE_REQUEST_TARGETS_RESOURCE_GROUP"] = "ChangeRequestByTargetsResourceGroup";
2537
- OpsItemFilterKey["CHANGE_REQUEST_TEMPLATE"] = "ChangeRequestByTemplate";
2538
- OpsItemFilterKey["CREATED_BY"] = "CreatedBy";
2539
- OpsItemFilterKey["CREATED_TIME"] = "CreatedTime";
2540
- OpsItemFilterKey["INSIGHT_TYPE"] = "InsightByType";
2541
- OpsItemFilterKey["LAST_MODIFIED_TIME"] = "LastModifiedTime";
2542
- OpsItemFilterKey["OPERATIONAL_DATA"] = "OperationalData";
2543
- OpsItemFilterKey["OPERATIONAL_DATA_KEY"] = "OperationalDataKey";
2544
- OpsItemFilterKey["OPERATIONAL_DATA_VALUE"] = "OperationalDataValue";
2545
- OpsItemFilterKey["OPSITEM_ID"] = "OpsItemId";
2546
- OpsItemFilterKey["OPSITEM_TYPE"] = "OpsItemType";
2547
- OpsItemFilterKey["PLANNED_END_TIME"] = "PlannedEndTime";
2548
- OpsItemFilterKey["PLANNED_START_TIME"] = "PlannedStartTime";
2549
- OpsItemFilterKey["PRIORITY"] = "Priority";
2550
- OpsItemFilterKey["RESOURCE_ID"] = "ResourceId";
2551
- OpsItemFilterKey["SEVERITY"] = "Severity";
2552
- OpsItemFilterKey["SOURCE"] = "Source";
2553
- OpsItemFilterKey["STATUS"] = "Status";
2554
- OpsItemFilterKey["TITLE"] = "Title";
2555
- })(OpsItemFilterKey = exports.OpsItemFilterKey || (exports.OpsItemFilterKey = {}));
2556
- var OpsItemFilterOperator;
2557
- (function (OpsItemFilterOperator) {
2558
- OpsItemFilterOperator["CONTAINS"] = "Contains";
2559
- OpsItemFilterOperator["EQUAL"] = "Equal";
2560
- OpsItemFilterOperator["GREATER_THAN"] = "GreaterThan";
2561
- OpsItemFilterOperator["LESS_THAN"] = "LessThan";
2562
- })(OpsItemFilterOperator = exports.OpsItemFilterOperator || (exports.OpsItemFilterOperator = {}));
2563
- var OpsItemFilter;
2564
- (function (OpsItemFilter) {
2565
- /**
2566
- * @internal
2567
- */
2568
- OpsItemFilter.filterSensitiveLog = (obj) => ({
2569
- ...obj,
2570
- });
2571
- })(OpsItemFilter = exports.OpsItemFilter || (exports.OpsItemFilter = {}));
2572
- var DescribeOpsItemsRequest;
2573
- (function (DescribeOpsItemsRequest) {
2574
- /**
2575
- * @internal
2576
- */
2577
- DescribeOpsItemsRequest.filterSensitiveLog = (obj) => ({
2578
- ...obj,
2579
- });
2580
- })(DescribeOpsItemsRequest = exports.DescribeOpsItemsRequest || (exports.DescribeOpsItemsRequest = {}));
2581
- var OpsItemStatus;
2582
- (function (OpsItemStatus) {
2583
- OpsItemStatus["APPROVED"] = "Approved";
2584
- OpsItemStatus["CANCELLED"] = "Cancelled";
2585
- OpsItemStatus["CANCELLING"] = "Cancelling";
2586
- OpsItemStatus["CHANGE_CALENDAR_OVERRIDE_APPROVED"] = "ChangeCalendarOverrideApproved";
2587
- OpsItemStatus["CHANGE_CALENDAR_OVERRIDE_REJECTED"] = "ChangeCalendarOverrideRejected";
2588
- OpsItemStatus["CLOSED"] = "Closed";
2589
- OpsItemStatus["COMPLETED_WITH_FAILURE"] = "CompletedWithFailure";
2590
- OpsItemStatus["COMPLETED_WITH_SUCCESS"] = "CompletedWithSuccess";
2591
- OpsItemStatus["FAILED"] = "Failed";
2592
- OpsItemStatus["IN_PROGRESS"] = "InProgress";
2593
- OpsItemStatus["OPEN"] = "Open";
2594
- OpsItemStatus["PENDING"] = "Pending";
2595
- OpsItemStatus["PENDING_APPROVAL"] = "PendingApproval";
2596
- OpsItemStatus["PENDING_CHANGE_CALENDAR_OVERRIDE"] = "PendingChangeCalendarOverride";
2597
- OpsItemStatus["REJECTED"] = "Rejected";
2598
- OpsItemStatus["RESOLVED"] = "Resolved";
2599
- OpsItemStatus["RUNBOOK_IN_PROGRESS"] = "RunbookInProgress";
2600
- OpsItemStatus["SCHEDULED"] = "Scheduled";
2601
- OpsItemStatus["TIMED_OUT"] = "TimedOut";
2602
- })(OpsItemStatus = exports.OpsItemStatus || (exports.OpsItemStatus = {}));
2603
- var OpsItemSummary;
2604
- (function (OpsItemSummary) {
2605
- /**
2606
- * @internal
2607
- */
2608
- OpsItemSummary.filterSensitiveLog = (obj) => ({
2609
- ...obj,
2610
- });
2611
- })(OpsItemSummary = exports.OpsItemSummary || (exports.OpsItemSummary = {}));
2612
- var DescribeOpsItemsResponse;
2613
- (function (DescribeOpsItemsResponse) {
2614
- /**
2615
- * @internal
2616
- */
2617
- DescribeOpsItemsResponse.filterSensitiveLog = (obj) => ({
2618
- ...obj,
2619
- });
2620
- })(DescribeOpsItemsResponse = exports.DescribeOpsItemsResponse || (exports.DescribeOpsItemsResponse = {}));
2621
- var ParametersFilterKey;
2622
- (function (ParametersFilterKey) {
2623
- ParametersFilterKey["KEY_ID"] = "KeyId";
2624
- ParametersFilterKey["NAME"] = "Name";
2625
- ParametersFilterKey["TYPE"] = "Type";
2626
- })(ParametersFilterKey = exports.ParametersFilterKey || (exports.ParametersFilterKey = {}));
2627
- var ParametersFilter;
2628
- (function (ParametersFilter) {
2629
- /**
2630
- * @internal
2631
- */
2632
- ParametersFilter.filterSensitiveLog = (obj) => ({
2633
- ...obj,
2634
- });
2635
- })(ParametersFilter = exports.ParametersFilter || (exports.ParametersFilter = {}));
2636
- var ParameterStringFilter;
2637
- (function (ParameterStringFilter) {
2638
- /**
2639
- * @internal
2640
- */
2641
- ParameterStringFilter.filterSensitiveLog = (obj) => ({
2642
- ...obj,
2643
- });
2644
- })(ParameterStringFilter = exports.ParameterStringFilter || (exports.ParameterStringFilter = {}));
2645
- var DescribeParametersRequest;
2646
- (function (DescribeParametersRequest) {
2647
- /**
2648
- * @internal
2649
- */
2650
- DescribeParametersRequest.filterSensitiveLog = (obj) => ({
2651
- ...obj,
2652
- });
2653
- })(DescribeParametersRequest = exports.DescribeParametersRequest || (exports.DescribeParametersRequest = {}));
2654
- var ParameterInlinePolicy;
2655
- (function (ParameterInlinePolicy) {
2656
- /**
2657
- * @internal
2658
- */
2659
- ParameterInlinePolicy.filterSensitiveLog = (obj) => ({
2660
- ...obj,
2661
- });
2662
- })(ParameterInlinePolicy = exports.ParameterInlinePolicy || (exports.ParameterInlinePolicy = {}));
2663
- var ParameterTier;
2664
- (function (ParameterTier) {
2665
- ParameterTier["ADVANCED"] = "Advanced";
2666
- ParameterTier["INTELLIGENT_TIERING"] = "Intelligent-Tiering";
2667
- ParameterTier["STANDARD"] = "Standard";
2668
- })(ParameterTier = exports.ParameterTier || (exports.ParameterTier = {}));
2669
- var ParameterType;
2670
- (function (ParameterType) {
2671
- ParameterType["SECURE_STRING"] = "SecureString";
2672
- ParameterType["STRING"] = "String";
2673
- ParameterType["STRING_LIST"] = "StringList";
2674
- })(ParameterType = exports.ParameterType || (exports.ParameterType = {}));
2675
- var ParameterMetadata;
2676
- (function (ParameterMetadata) {
2677
- /**
2678
- * @internal
2679
- */
2680
- ParameterMetadata.filterSensitiveLog = (obj) => ({
2681
- ...obj,
2682
- });
2683
- })(ParameterMetadata = exports.ParameterMetadata || (exports.ParameterMetadata = {}));
2684
- //# sourceMappingURL=models_0.js.map