@aws-sdk/client-ssm 3.1045.0 → 3.1046.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 (478) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +323 -325
  5. package/dist-cjs/models/SSMServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/SSM.js +1 -1
  10. package/dist-es/SSMClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  13. package/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +2 -2
  14. package/dist-es/commands/CancelCommandCommand.js +2 -2
  15. package/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +2 -2
  16. package/dist-es/commands/CreateActivationCommand.js +2 -2
  17. package/dist-es/commands/CreateAssociationBatchCommand.js +2 -2
  18. package/dist-es/commands/CreateAssociationCommand.js +2 -2
  19. package/dist-es/commands/CreateDocumentCommand.js +2 -2
  20. package/dist-es/commands/CreateMaintenanceWindowCommand.js +2 -2
  21. package/dist-es/commands/CreateOpsItemCommand.js +2 -2
  22. package/dist-es/commands/CreateOpsMetadataCommand.js +2 -2
  23. package/dist-es/commands/CreatePatchBaselineCommand.js +2 -2
  24. package/dist-es/commands/CreateResourceDataSyncCommand.js +2 -2
  25. package/dist-es/commands/DeleteActivationCommand.js +2 -2
  26. package/dist-es/commands/DeleteAssociationCommand.js +2 -2
  27. package/dist-es/commands/DeleteDocumentCommand.js +2 -2
  28. package/dist-es/commands/DeleteInventoryCommand.js +2 -2
  29. package/dist-es/commands/DeleteMaintenanceWindowCommand.js +2 -2
  30. package/dist-es/commands/DeleteOpsItemCommand.js +2 -2
  31. package/dist-es/commands/DeleteOpsMetadataCommand.js +2 -2
  32. package/dist-es/commands/DeleteParameterCommand.js +2 -2
  33. package/dist-es/commands/DeleteParametersCommand.js +2 -2
  34. package/dist-es/commands/DeletePatchBaselineCommand.js +2 -2
  35. package/dist-es/commands/DeleteResourceDataSyncCommand.js +2 -2
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  37. package/dist-es/commands/DeregisterManagedInstanceCommand.js +2 -2
  38. package/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +2 -2
  39. package/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +2 -2
  40. package/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +2 -2
  41. package/dist-es/commands/DescribeActivationsCommand.js +2 -2
  42. package/dist-es/commands/DescribeAssociationCommand.js +2 -2
  43. package/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +2 -2
  44. package/dist-es/commands/DescribeAssociationExecutionsCommand.js +2 -2
  45. package/dist-es/commands/DescribeAutomationExecutionsCommand.js +2 -2
  46. package/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +2 -2
  47. package/dist-es/commands/DescribeAvailablePatchesCommand.js +2 -2
  48. package/dist-es/commands/DescribeDocumentCommand.js +2 -2
  49. package/dist-es/commands/DescribeDocumentPermissionCommand.js +2 -2
  50. package/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +2 -2
  51. package/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +2 -2
  52. package/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +2 -2
  53. package/dist-es/commands/DescribeInstanceInformationCommand.js +2 -2
  54. package/dist-es/commands/DescribeInstancePatchStatesCommand.js +2 -2
  55. package/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +2 -2
  56. package/dist-es/commands/DescribeInstancePatchesCommand.js +2 -2
  57. package/dist-es/commands/DescribeInstancePropertiesCommand.js +2 -2
  58. package/dist-es/commands/DescribeInventoryDeletionsCommand.js +2 -2
  59. package/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +2 -2
  60. package/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +2 -2
  61. package/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +2 -2
  62. package/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +2 -2
  63. package/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +2 -2
  64. package/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +2 -2
  65. package/dist-es/commands/DescribeMaintenanceWindowsCommand.js +2 -2
  66. package/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +2 -2
  67. package/dist-es/commands/DescribeOpsItemsCommand.js +2 -2
  68. package/dist-es/commands/DescribeParametersCommand.js +2 -2
  69. package/dist-es/commands/DescribePatchBaselinesCommand.js +2 -2
  70. package/dist-es/commands/DescribePatchGroupStateCommand.js +2 -2
  71. package/dist-es/commands/DescribePatchGroupsCommand.js +2 -2
  72. package/dist-es/commands/DescribePatchPropertiesCommand.js +2 -2
  73. package/dist-es/commands/DescribeSessionsCommand.js +2 -2
  74. package/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +2 -2
  75. package/dist-es/commands/GetAccessTokenCommand.js +2 -2
  76. package/dist-es/commands/GetAutomationExecutionCommand.js +2 -2
  77. package/dist-es/commands/GetCalendarStateCommand.js +2 -2
  78. package/dist-es/commands/GetCommandInvocationCommand.js +2 -2
  79. package/dist-es/commands/GetConnectionStatusCommand.js +2 -2
  80. package/dist-es/commands/GetDefaultPatchBaselineCommand.js +2 -2
  81. package/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +2 -2
  82. package/dist-es/commands/GetDocumentCommand.js +2 -2
  83. package/dist-es/commands/GetExecutionPreviewCommand.js +2 -2
  84. package/dist-es/commands/GetInventoryCommand.js +2 -2
  85. package/dist-es/commands/GetInventorySchemaCommand.js +2 -2
  86. package/dist-es/commands/GetMaintenanceWindowCommand.js +2 -2
  87. package/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +2 -2
  88. package/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +2 -2
  89. package/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +2 -2
  90. package/dist-es/commands/GetMaintenanceWindowTaskCommand.js +2 -2
  91. package/dist-es/commands/GetOpsItemCommand.js +2 -2
  92. package/dist-es/commands/GetOpsMetadataCommand.js +2 -2
  93. package/dist-es/commands/GetOpsSummaryCommand.js +2 -2
  94. package/dist-es/commands/GetParameterCommand.js +2 -2
  95. package/dist-es/commands/GetParameterHistoryCommand.js +2 -2
  96. package/dist-es/commands/GetParametersByPathCommand.js +2 -2
  97. package/dist-es/commands/GetParametersCommand.js +2 -2
  98. package/dist-es/commands/GetPatchBaselineCommand.js +2 -2
  99. package/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +2 -2
  100. package/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
  101. package/dist-es/commands/GetServiceSettingCommand.js +2 -2
  102. package/dist-es/commands/LabelParameterVersionCommand.js +2 -2
  103. package/dist-es/commands/ListAssociationVersionsCommand.js +2 -2
  104. package/dist-es/commands/ListAssociationsCommand.js +2 -2
  105. package/dist-es/commands/ListCommandInvocationsCommand.js +2 -2
  106. package/dist-es/commands/ListCommandsCommand.js +2 -2
  107. package/dist-es/commands/ListComplianceItemsCommand.js +2 -2
  108. package/dist-es/commands/ListComplianceSummariesCommand.js +2 -2
  109. package/dist-es/commands/ListDocumentMetadataHistoryCommand.js +2 -2
  110. package/dist-es/commands/ListDocumentVersionsCommand.js +2 -2
  111. package/dist-es/commands/ListDocumentsCommand.js +2 -2
  112. package/dist-es/commands/ListInventoryEntriesCommand.js +2 -2
  113. package/dist-es/commands/ListNodesCommand.js +2 -2
  114. package/dist-es/commands/ListNodesSummaryCommand.js +2 -2
  115. package/dist-es/commands/ListOpsItemEventsCommand.js +2 -2
  116. package/dist-es/commands/ListOpsItemRelatedItemsCommand.js +2 -2
  117. package/dist-es/commands/ListOpsMetadataCommand.js +2 -2
  118. package/dist-es/commands/ListResourceComplianceSummariesCommand.js +2 -2
  119. package/dist-es/commands/ListResourceDataSyncCommand.js +2 -2
  120. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  121. package/dist-es/commands/ModifyDocumentPermissionCommand.js +2 -2
  122. package/dist-es/commands/PutComplianceItemsCommand.js +2 -2
  123. package/dist-es/commands/PutInventoryCommand.js +2 -2
  124. package/dist-es/commands/PutParameterCommand.js +2 -2
  125. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  126. package/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +2 -2
  127. package/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +2 -2
  128. package/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +2 -2
  129. package/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +2 -2
  130. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  131. package/dist-es/commands/ResetServiceSettingCommand.js +2 -2
  132. package/dist-es/commands/ResumeSessionCommand.js +2 -2
  133. package/dist-es/commands/SendAutomationSignalCommand.js +2 -2
  134. package/dist-es/commands/SendCommandCommand.js +2 -2
  135. package/dist-es/commands/StartAccessRequestCommand.js +2 -2
  136. package/dist-es/commands/StartAssociationsOnceCommand.js +2 -2
  137. package/dist-es/commands/StartAutomationExecutionCommand.js +2 -2
  138. package/dist-es/commands/StartChangeRequestExecutionCommand.js +2 -2
  139. package/dist-es/commands/StartExecutionPreviewCommand.js +2 -2
  140. package/dist-es/commands/StartSessionCommand.js +2 -2
  141. package/dist-es/commands/StopAutomationExecutionCommand.js +2 -2
  142. package/dist-es/commands/TerminateSessionCommand.js +2 -2
  143. package/dist-es/commands/UnlabelParameterVersionCommand.js +2 -2
  144. package/dist-es/commands/UpdateAssociationCommand.js +2 -2
  145. package/dist-es/commands/UpdateAssociationStatusCommand.js +2 -2
  146. package/dist-es/commands/UpdateDocumentCommand.js +2 -2
  147. package/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +2 -2
  148. package/dist-es/commands/UpdateDocumentMetadataCommand.js +2 -2
  149. package/dist-es/commands/UpdateMaintenanceWindowCommand.js +2 -2
  150. package/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +2 -2
  151. package/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +2 -2
  152. package/dist-es/commands/UpdateManagedInstanceRoleCommand.js +2 -2
  153. package/dist-es/commands/UpdateOpsItemCommand.js +2 -2
  154. package/dist-es/commands/UpdateOpsMetadataCommand.js +2 -2
  155. package/dist-es/commands/UpdatePatchBaselineCommand.js +2 -2
  156. package/dist-es/commands/UpdateResourceDataSyncCommand.js +2 -2
  157. package/dist-es/commands/UpdateServiceSettingCommand.js +2 -2
  158. package/dist-es/endpoint/bdd.js +1 -1
  159. package/dist-es/endpoint/endpointResolver.js +1 -1
  160. package/dist-es/models/SSMServiceException.js +1 -1
  161. package/dist-es/runtimeConfig.browser.js +4 -6
  162. package/dist-es/runtimeConfig.js +4 -8
  163. package/dist-es/runtimeConfig.shared.js +3 -4
  164. package/dist-es/runtimeExtensions.js +2 -2
  165. package/dist-es/waiters/waitForCommandExecuted.js +1 -1
  166. package/dist-types/SSM.d.ts +1 -1
  167. package/dist-types/SSMClient.d.ts +5 -5
  168. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -4
  169. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -4
  170. package/dist-types/commands/CancelCommandCommand.d.ts +6 -4
  171. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -4
  172. package/dist-types/commands/CreateActivationCommand.d.ts +6 -4
  173. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +6 -4
  174. package/dist-types/commands/CreateAssociationCommand.d.ts +6 -4
  175. package/dist-types/commands/CreateDocumentCommand.d.ts +6 -4
  176. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -4
  177. package/dist-types/commands/CreateOpsItemCommand.d.ts +6 -4
  178. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -4
  179. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -4
  180. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +6 -4
  181. package/dist-types/commands/DeleteActivationCommand.d.ts +6 -4
  182. package/dist-types/commands/DeleteAssociationCommand.d.ts +6 -4
  183. package/dist-types/commands/DeleteDocumentCommand.d.ts +6 -4
  184. package/dist-types/commands/DeleteInventoryCommand.d.ts +6 -4
  185. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -4
  186. package/dist-types/commands/DeleteOpsItemCommand.d.ts +6 -4
  187. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +6 -4
  188. package/dist-types/commands/DeleteParameterCommand.d.ts +6 -4
  189. package/dist-types/commands/DeleteParametersCommand.d.ts +6 -4
  190. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -4
  191. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +6 -4
  192. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  193. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +6 -4
  194. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +6 -4
  195. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +6 -4
  196. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +6 -4
  197. package/dist-types/commands/DescribeActivationsCommand.d.ts +6 -4
  198. package/dist-types/commands/DescribeAssociationCommand.d.ts +6 -4
  199. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +6 -4
  200. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +6 -4
  201. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +6 -4
  202. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +6 -4
  203. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +6 -4
  204. package/dist-types/commands/DescribeDocumentCommand.d.ts +6 -4
  205. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +6 -4
  206. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +6 -4
  207. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +6 -4
  208. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +6 -4
  209. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +6 -4
  210. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +6 -4
  211. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +6 -4
  212. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +6 -4
  213. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +6 -4
  214. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +6 -4
  215. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +6 -4
  216. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +6 -4
  217. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +6 -4
  218. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +6 -4
  219. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +6 -4
  220. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +6 -4
  221. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +6 -4
  222. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +6 -4
  223. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +6 -4
  224. package/dist-types/commands/DescribeParametersCommand.d.ts +6 -4
  225. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +6 -4
  226. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +6 -4
  227. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +6 -4
  228. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +6 -4
  229. package/dist-types/commands/DescribeSessionsCommand.d.ts +6 -4
  230. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +6 -4
  231. package/dist-types/commands/GetAccessTokenCommand.d.ts +6 -4
  232. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +6 -4
  233. package/dist-types/commands/GetCalendarStateCommand.d.ts +6 -4
  234. package/dist-types/commands/GetCommandInvocationCommand.d.ts +6 -4
  235. package/dist-types/commands/GetConnectionStatusCommand.d.ts +6 -4
  236. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +6 -4
  237. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +6 -4
  238. package/dist-types/commands/GetDocumentCommand.d.ts +6 -4
  239. package/dist-types/commands/GetExecutionPreviewCommand.d.ts +6 -4
  240. package/dist-types/commands/GetInventoryCommand.d.ts +6 -4
  241. package/dist-types/commands/GetInventorySchemaCommand.d.ts +6 -4
  242. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +6 -4
  243. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +6 -4
  244. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +6 -4
  245. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +6 -4
  246. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +6 -4
  247. package/dist-types/commands/GetOpsItemCommand.d.ts +6 -4
  248. package/dist-types/commands/GetOpsMetadataCommand.d.ts +6 -4
  249. package/dist-types/commands/GetOpsSummaryCommand.d.ts +6 -4
  250. package/dist-types/commands/GetParameterCommand.d.ts +6 -4
  251. package/dist-types/commands/GetParameterHistoryCommand.d.ts +6 -4
  252. package/dist-types/commands/GetParametersByPathCommand.d.ts +6 -4
  253. package/dist-types/commands/GetParametersCommand.d.ts +6 -4
  254. package/dist-types/commands/GetPatchBaselineCommand.d.ts +6 -4
  255. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +6 -4
  256. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -4
  257. package/dist-types/commands/GetServiceSettingCommand.d.ts +6 -4
  258. package/dist-types/commands/LabelParameterVersionCommand.d.ts +6 -4
  259. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +6 -4
  260. package/dist-types/commands/ListAssociationsCommand.d.ts +6 -4
  261. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +6 -4
  262. package/dist-types/commands/ListCommandsCommand.d.ts +6 -4
  263. package/dist-types/commands/ListComplianceItemsCommand.d.ts +6 -4
  264. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +6 -4
  265. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +6 -4
  266. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +6 -4
  267. package/dist-types/commands/ListDocumentsCommand.d.ts +6 -4
  268. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +6 -4
  269. package/dist-types/commands/ListNodesCommand.d.ts +6 -4
  270. package/dist-types/commands/ListNodesSummaryCommand.d.ts +6 -4
  271. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +6 -4
  272. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +6 -4
  273. package/dist-types/commands/ListOpsMetadataCommand.d.ts +6 -4
  274. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +6 -4
  275. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +6 -4
  276. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  277. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +6 -4
  278. package/dist-types/commands/PutComplianceItemsCommand.d.ts +6 -4
  279. package/dist-types/commands/PutInventoryCommand.d.ts +6 -4
  280. package/dist-types/commands/PutParameterCommand.d.ts +6 -4
  281. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  282. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -4
  283. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +6 -4
  284. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -4
  285. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -4
  286. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  287. package/dist-types/commands/ResetServiceSettingCommand.d.ts +6 -4
  288. package/dist-types/commands/ResumeSessionCommand.d.ts +6 -4
  289. package/dist-types/commands/SendAutomationSignalCommand.d.ts +6 -4
  290. package/dist-types/commands/SendCommandCommand.d.ts +6 -4
  291. package/dist-types/commands/StartAccessRequestCommand.d.ts +6 -4
  292. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +6 -4
  293. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -4
  294. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -4
  295. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +6 -4
  296. package/dist-types/commands/StartSessionCommand.d.ts +6 -4
  297. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +6 -4
  298. package/dist-types/commands/TerminateSessionCommand.d.ts +6 -4
  299. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +6 -4
  300. package/dist-types/commands/UpdateAssociationCommand.d.ts +6 -4
  301. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +6 -4
  302. package/dist-types/commands/UpdateDocumentCommand.d.ts +6 -4
  303. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +6 -4
  304. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +6 -4
  305. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +6 -4
  306. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +6 -4
  307. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +6 -4
  308. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +6 -4
  309. package/dist-types/commands/UpdateOpsItemCommand.d.ts +6 -4
  310. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -4
  311. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +6 -4
  312. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +6 -4
  313. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +6 -4
  314. package/dist-types/endpoint/bdd.d.ts +1 -1
  315. package/dist-types/extensionConfiguration.d.ts +1 -1
  316. package/dist-types/models/SSMServiceException.d.ts +1 -1
  317. package/dist-types/models/errors.d.ts +1 -1
  318. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  319. package/dist-types/runtimeConfig.d.ts +2 -2
  320. package/dist-types/runtimeConfig.native.d.ts +2 -2
  321. package/dist-types/ts3.4/SSM.d.ts +1 -1
  322. package/dist-types/ts3.4/SSMClient.d.ts +8 -14
  323. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +6 -4
  365. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +6 -4
  366. package/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +6 -4
  367. package/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +6 -4
  368. package/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +6 -4
  369. package/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +6 -4
  370. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +6 -4
  371. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +6 -4
  372. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +6 -4
  373. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +6 -4
  374. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +6 -4
  375. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +6 -4
  376. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +6 -4
  377. package/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +6 -4
  378. package/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +6 -4
  379. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +6 -4
  380. package/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +6 -4
  381. package/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +6 -4
  382. package/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +6 -4
  383. package/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +6 -4
  384. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +6 -4
  385. package/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +6 -4
  386. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +6 -4
  396. package/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +6 -4
  397. package/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +6 -4
  401. package/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +6 -4
  403. package/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +6 -4
  404. package/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/commands/GetParameterCommand.d.ts +6 -4
  406. package/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +6 -4
  407. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +6 -4
  408. package/dist-types/ts3.4/commands/GetParametersCommand.d.ts +6 -4
  409. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +6 -4
  410. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +6 -4
  411. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +6 -4
  412. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +6 -4
  413. package/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +6 -4
  414. package/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +6 -4
  415. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +6 -4
  416. package/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +6 -4
  417. package/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +6 -4
  418. package/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +6 -4
  419. package/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +6 -4
  420. package/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +6 -4
  421. package/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +6 -4
  424. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +6 -6
  425. package/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +6 -4
  427. package/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +6 -4
  428. package/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +6 -4
  429. package/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +6 -4
  431. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +6 -4
  434. package/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/PutParameterCommand.d.ts +6 -4
  436. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -4
  440. package/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +6 -4
  445. package/dist-types/ts3.4/commands/SendCommandCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +6 -4
  452. package/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +6 -4
  456. package/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +6 -4
  457. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +6 -4
  460. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +6 -4
  461. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +6 -4
  462. package/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +6 -4
  463. package/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +6 -4
  464. package/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +6 -4
  465. package/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +6 -4
  466. package/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +6 -4
  467. package/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +6 -4
  468. package/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +6 -4
  469. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  470. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  471. package/dist-types/ts3.4/models/SSMServiceException.d.ts +1 -1
  472. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  473. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  474. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  475. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  476. package/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +1 -1
  477. package/dist-types/waiters/waitForCommandExecuted.d.ts +1 -1
  478. package/package.json +13 -35
package/dist-cjs/index.js CHANGED
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
- var utilWaiter = require('@smithy/util-waiter');
20
18
  var errors = require('./models/errors');
21
19
  var SSMServiceException = require('./models/SSMServiceException');
22
20
 
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
72
  };
75
73
 
76
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
78
  };
81
79
 
82
- class SSMClient extends smithyClient.Client {
80
+ class SSMClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class SSMClient extends smithyClient.Client {
87
85
  this.initConfig = _config_0;
88
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
94
  this.config = _config_8;
97
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +112,11 @@ class SSMClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class AddTagsToResourceCommand extends smithyClient.Command
115
+ class AddTagsToResourceCommand extends client.Command
118
116
  .classBuilder()
119
117
  .ep(commonParams)
120
118
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
120
  })
123
121
  .s("AmazonSSM", "AddTagsToResource", {})
124
122
  .n("SSMClient", "AddTagsToResourceCommand")
@@ -126,11 +124,11 @@ class AddTagsToResourceCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class AssociateOpsItemRelatedItemCommand extends smithyClient.Command
127
+ class AssociateOpsItemRelatedItemCommand extends client.Command
130
128
  .classBuilder()
131
129
  .ep(commonParams)
132
130
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
132
  })
135
133
  .s("AmazonSSM", "AssociateOpsItemRelatedItem", {})
136
134
  .n("SSMClient", "AssociateOpsItemRelatedItemCommand")
@@ -138,11 +136,11 @@ class AssociateOpsItemRelatedItemCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class CancelCommandCommand extends smithyClient.Command
139
+ class CancelCommandCommand extends client.Command
142
140
  .classBuilder()
143
141
  .ep(commonParams)
144
142
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
144
  })
147
145
  .s("AmazonSSM", "CancelCommand", {})
148
146
  .n("SSMClient", "CancelCommandCommand")
@@ -150,11 +148,11 @@ class CancelCommandCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class CancelMaintenanceWindowExecutionCommand extends smithyClient.Command
151
+ class CancelMaintenanceWindowExecutionCommand extends client.Command
154
152
  .classBuilder()
155
153
  .ep(commonParams)
156
154
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
156
  })
159
157
  .s("AmazonSSM", "CancelMaintenanceWindowExecution", {})
160
158
  .n("SSMClient", "CancelMaintenanceWindowExecutionCommand")
@@ -162,11 +160,11 @@ class CancelMaintenanceWindowExecutionCommand extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class CreateActivationCommand extends smithyClient.Command
163
+ class CreateActivationCommand extends client.Command
166
164
  .classBuilder()
167
165
  .ep(commonParams)
168
166
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
168
  })
171
169
  .s("AmazonSSM", "CreateActivation", {})
172
170
  .n("SSMClient", "CreateActivationCommand")
@@ -174,11 +172,11 @@ class CreateActivationCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class CreateAssociationBatchCommand extends smithyClient.Command
175
+ class CreateAssociationBatchCommand extends client.Command
178
176
  .classBuilder()
179
177
  .ep(commonParams)
180
178
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
180
  })
183
181
  .s("AmazonSSM", "CreateAssociationBatch", {})
184
182
  .n("SSMClient", "CreateAssociationBatchCommand")
@@ -186,11 +184,11 @@ class CreateAssociationBatchCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class CreateAssociationCommand extends smithyClient.Command
187
+ class CreateAssociationCommand extends client.Command
190
188
  .classBuilder()
191
189
  .ep(commonParams)
192
190
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
192
  })
195
193
  .s("AmazonSSM", "CreateAssociation", {})
196
194
  .n("SSMClient", "CreateAssociationCommand")
@@ -198,11 +196,11 @@ class CreateAssociationCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class CreateDocumentCommand extends smithyClient.Command
199
+ class CreateDocumentCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep(commonParams)
204
202
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
204
  })
207
205
  .s("AmazonSSM", "CreateDocument", {})
208
206
  .n("SSMClient", "CreateDocumentCommand")
@@ -210,11 +208,11 @@ class CreateDocumentCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class CreateMaintenanceWindowCommand extends smithyClient.Command
211
+ class CreateMaintenanceWindowCommand extends client.Command
214
212
  .classBuilder()
215
213
  .ep(commonParams)
216
214
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
216
  })
219
217
  .s("AmazonSSM", "CreateMaintenanceWindow", {})
220
218
  .n("SSMClient", "CreateMaintenanceWindowCommand")
@@ -222,11 +220,11 @@ class CreateMaintenanceWindowCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class CreateOpsItemCommand extends smithyClient.Command
223
+ class CreateOpsItemCommand extends client.Command
226
224
  .classBuilder()
227
225
  .ep(commonParams)
228
226
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
228
  })
231
229
  .s("AmazonSSM", "CreateOpsItem", {})
232
230
  .n("SSMClient", "CreateOpsItemCommand")
@@ -234,11 +232,11 @@ class CreateOpsItemCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class CreateOpsMetadataCommand extends smithyClient.Command
235
+ class CreateOpsMetadataCommand extends client.Command
238
236
  .classBuilder()
239
237
  .ep(commonParams)
240
238
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
240
  })
243
241
  .s("AmazonSSM", "CreateOpsMetadata", {})
244
242
  .n("SSMClient", "CreateOpsMetadataCommand")
@@ -246,11 +244,11 @@ class CreateOpsMetadataCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class CreatePatchBaselineCommand extends smithyClient.Command
247
+ class CreatePatchBaselineCommand extends client.Command
250
248
  .classBuilder()
251
249
  .ep(commonParams)
252
250
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
252
  })
255
253
  .s("AmazonSSM", "CreatePatchBaseline", {})
256
254
  .n("SSMClient", "CreatePatchBaselineCommand")
@@ -258,11 +256,11 @@ class CreatePatchBaselineCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class CreateResourceDataSyncCommand extends smithyClient.Command
259
+ class CreateResourceDataSyncCommand extends client.Command
262
260
  .classBuilder()
263
261
  .ep(commonParams)
264
262
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
264
  })
267
265
  .s("AmazonSSM", "CreateResourceDataSync", {})
268
266
  .n("SSMClient", "CreateResourceDataSyncCommand")
@@ -270,11 +268,11 @@ class CreateResourceDataSyncCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class DeleteActivationCommand extends smithyClient.Command
271
+ class DeleteActivationCommand extends client.Command
274
272
  .classBuilder()
275
273
  .ep(commonParams)
276
274
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
276
  })
279
277
  .s("AmazonSSM", "DeleteActivation", {})
280
278
  .n("SSMClient", "DeleteActivationCommand")
@@ -282,11 +280,11 @@ class DeleteActivationCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class DeleteAssociationCommand extends smithyClient.Command
283
+ class DeleteAssociationCommand extends client.Command
286
284
  .classBuilder()
287
285
  .ep(commonParams)
288
286
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
288
  })
291
289
  .s("AmazonSSM", "DeleteAssociation", {})
292
290
  .n("SSMClient", "DeleteAssociationCommand")
@@ -294,11 +292,11 @@ class DeleteAssociationCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class DeleteDocumentCommand extends smithyClient.Command
295
+ class DeleteDocumentCommand extends client.Command
298
296
  .classBuilder()
299
297
  .ep(commonParams)
300
298
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
300
  })
303
301
  .s("AmazonSSM", "DeleteDocument", {})
304
302
  .n("SSMClient", "DeleteDocumentCommand")
@@ -306,11 +304,11 @@ class DeleteDocumentCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class DeleteInventoryCommand extends smithyClient.Command
307
+ class DeleteInventoryCommand extends client.Command
310
308
  .classBuilder()
311
309
  .ep(commonParams)
312
310
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
312
  })
315
313
  .s("AmazonSSM", "DeleteInventory", {})
316
314
  .n("SSMClient", "DeleteInventoryCommand")
@@ -318,11 +316,11 @@ class DeleteInventoryCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class DeleteMaintenanceWindowCommand extends smithyClient.Command
319
+ class DeleteMaintenanceWindowCommand extends client.Command
322
320
  .classBuilder()
323
321
  .ep(commonParams)
324
322
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
324
  })
327
325
  .s("AmazonSSM", "DeleteMaintenanceWindow", {})
328
326
  .n("SSMClient", "DeleteMaintenanceWindowCommand")
@@ -330,11 +328,11 @@ class DeleteMaintenanceWindowCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class DeleteOpsItemCommand extends smithyClient.Command
331
+ class DeleteOpsItemCommand extends client.Command
334
332
  .classBuilder()
335
333
  .ep(commonParams)
336
334
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
336
  })
339
337
  .s("AmazonSSM", "DeleteOpsItem", {})
340
338
  .n("SSMClient", "DeleteOpsItemCommand")
@@ -342,11 +340,11 @@ class DeleteOpsItemCommand extends smithyClient.Command
342
340
  .build() {
343
341
  }
344
342
 
345
- class DeleteOpsMetadataCommand extends smithyClient.Command
343
+ class DeleteOpsMetadataCommand extends client.Command
346
344
  .classBuilder()
347
345
  .ep(commonParams)
348
346
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
348
  })
351
349
  .s("AmazonSSM", "DeleteOpsMetadata", {})
352
350
  .n("SSMClient", "DeleteOpsMetadataCommand")
@@ -354,11 +352,11 @@ class DeleteOpsMetadataCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class DeleteParameterCommand extends smithyClient.Command
355
+ class DeleteParameterCommand extends client.Command
358
356
  .classBuilder()
359
357
  .ep(commonParams)
360
358
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
360
  })
363
361
  .s("AmazonSSM", "DeleteParameter", {})
364
362
  .n("SSMClient", "DeleteParameterCommand")
@@ -366,11 +364,11 @@ class DeleteParameterCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class DeleteParametersCommand extends smithyClient.Command
367
+ class DeleteParametersCommand extends client.Command
370
368
  .classBuilder()
371
369
  .ep(commonParams)
372
370
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
372
  })
375
373
  .s("AmazonSSM", "DeleteParameters", {})
376
374
  .n("SSMClient", "DeleteParametersCommand")
@@ -378,11 +376,11 @@ class DeleteParametersCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class DeletePatchBaselineCommand extends smithyClient.Command
379
+ class DeletePatchBaselineCommand extends client.Command
382
380
  .classBuilder()
383
381
  .ep(commonParams)
384
382
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
384
  })
387
385
  .s("AmazonSSM", "DeletePatchBaseline", {})
388
386
  .n("SSMClient", "DeletePatchBaselineCommand")
@@ -390,11 +388,11 @@ class DeletePatchBaselineCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class DeleteResourceDataSyncCommand extends smithyClient.Command
391
+ class DeleteResourceDataSyncCommand extends client.Command
394
392
  .classBuilder()
395
393
  .ep(commonParams)
396
394
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
396
  })
399
397
  .s("AmazonSSM", "DeleteResourceDataSync", {})
400
398
  .n("SSMClient", "DeleteResourceDataSyncCommand")
@@ -402,11 +400,11 @@ class DeleteResourceDataSyncCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class DeleteResourcePolicyCommand extends smithyClient.Command
403
+ class DeleteResourcePolicyCommand extends client.Command
406
404
  .classBuilder()
407
405
  .ep(commonParams)
408
406
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
408
  })
411
409
  .s("AmazonSSM", "DeleteResourcePolicy", {})
412
410
  .n("SSMClient", "DeleteResourcePolicyCommand")
@@ -414,11 +412,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class DeregisterManagedInstanceCommand extends smithyClient.Command
415
+ class DeregisterManagedInstanceCommand extends client.Command
418
416
  .classBuilder()
419
417
  .ep(commonParams)
420
418
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
420
  })
423
421
  .s("AmazonSSM", "DeregisterManagedInstance", {})
424
422
  .n("SSMClient", "DeregisterManagedInstanceCommand")
@@ -426,11 +424,11 @@ class DeregisterManagedInstanceCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class DeregisterPatchBaselineForPatchGroupCommand extends smithyClient.Command
427
+ class DeregisterPatchBaselineForPatchGroupCommand extends client.Command
430
428
  .classBuilder()
431
429
  .ep(commonParams)
432
430
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
432
  })
435
433
  .s("AmazonSSM", "DeregisterPatchBaselineForPatchGroup", {})
436
434
  .n("SSMClient", "DeregisterPatchBaselineForPatchGroupCommand")
@@ -438,11 +436,11 @@ class DeregisterPatchBaselineForPatchGroupCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class DeregisterTargetFromMaintenanceWindowCommand extends smithyClient.Command
439
+ class DeregisterTargetFromMaintenanceWindowCommand extends client.Command
442
440
  .classBuilder()
443
441
  .ep(commonParams)
444
442
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
444
  })
447
445
  .s("AmazonSSM", "DeregisterTargetFromMaintenanceWindow", {})
448
446
  .n("SSMClient", "DeregisterTargetFromMaintenanceWindowCommand")
@@ -450,11 +448,11 @@ class DeregisterTargetFromMaintenanceWindowCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class DeregisterTaskFromMaintenanceWindowCommand extends smithyClient.Command
451
+ class DeregisterTaskFromMaintenanceWindowCommand extends client.Command
454
452
  .classBuilder()
455
453
  .ep(commonParams)
456
454
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
456
  })
459
457
  .s("AmazonSSM", "DeregisterTaskFromMaintenanceWindow", {})
460
458
  .n("SSMClient", "DeregisterTaskFromMaintenanceWindowCommand")
@@ -462,11 +460,11 @@ class DeregisterTaskFromMaintenanceWindowCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class DescribeActivationsCommand extends smithyClient.Command
463
+ class DescribeActivationsCommand extends client.Command
466
464
  .classBuilder()
467
465
  .ep(commonParams)
468
466
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
468
  })
471
469
  .s("AmazonSSM", "DescribeActivations", {})
472
470
  .n("SSMClient", "DescribeActivationsCommand")
@@ -474,11 +472,11 @@ class DescribeActivationsCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class DescribeAssociationCommand extends smithyClient.Command
475
+ class DescribeAssociationCommand extends client.Command
478
476
  .classBuilder()
479
477
  .ep(commonParams)
480
478
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
480
  })
483
481
  .s("AmazonSSM", "DescribeAssociation", {})
484
482
  .n("SSMClient", "DescribeAssociationCommand")
@@ -486,11 +484,11 @@ class DescribeAssociationCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class DescribeAssociationExecutionsCommand extends smithyClient.Command
487
+ class DescribeAssociationExecutionsCommand extends client.Command
490
488
  .classBuilder()
491
489
  .ep(commonParams)
492
490
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
492
  })
495
493
  .s("AmazonSSM", "DescribeAssociationExecutions", {})
496
494
  .n("SSMClient", "DescribeAssociationExecutionsCommand")
@@ -498,11 +496,11 @@ class DescribeAssociationExecutionsCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class DescribeAssociationExecutionTargetsCommand extends smithyClient.Command
499
+ class DescribeAssociationExecutionTargetsCommand extends client.Command
502
500
  .classBuilder()
503
501
  .ep(commonParams)
504
502
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
504
  })
507
505
  .s("AmazonSSM", "DescribeAssociationExecutionTargets", {})
508
506
  .n("SSMClient", "DescribeAssociationExecutionTargetsCommand")
@@ -510,11 +508,11 @@ class DescribeAssociationExecutionTargetsCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class DescribeAutomationExecutionsCommand extends smithyClient.Command
511
+ class DescribeAutomationExecutionsCommand extends client.Command
514
512
  .classBuilder()
515
513
  .ep(commonParams)
516
514
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
516
  })
519
517
  .s("AmazonSSM", "DescribeAutomationExecutions", {})
520
518
  .n("SSMClient", "DescribeAutomationExecutionsCommand")
@@ -522,11 +520,11 @@ class DescribeAutomationExecutionsCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class DescribeAutomationStepExecutionsCommand extends smithyClient.Command
523
+ class DescribeAutomationStepExecutionsCommand extends client.Command
526
524
  .classBuilder()
527
525
  .ep(commonParams)
528
526
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
528
  })
531
529
  .s("AmazonSSM", "DescribeAutomationStepExecutions", {})
532
530
  .n("SSMClient", "DescribeAutomationStepExecutionsCommand")
@@ -534,11 +532,11 @@ class DescribeAutomationStepExecutionsCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class DescribeAvailablePatchesCommand extends smithyClient.Command
535
+ class DescribeAvailablePatchesCommand extends client.Command
538
536
  .classBuilder()
539
537
  .ep(commonParams)
540
538
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
540
  })
543
541
  .s("AmazonSSM", "DescribeAvailablePatches", {})
544
542
  .n("SSMClient", "DescribeAvailablePatchesCommand")
@@ -546,11 +544,11 @@ class DescribeAvailablePatchesCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class DescribeDocumentCommand extends smithyClient.Command
547
+ class DescribeDocumentCommand extends client.Command
550
548
  .classBuilder()
551
549
  .ep(commonParams)
552
550
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
552
  })
555
553
  .s("AmazonSSM", "DescribeDocument", {})
556
554
  .n("SSMClient", "DescribeDocumentCommand")
@@ -558,11 +556,11 @@ class DescribeDocumentCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class DescribeDocumentPermissionCommand extends smithyClient.Command
559
+ class DescribeDocumentPermissionCommand extends client.Command
562
560
  .classBuilder()
563
561
  .ep(commonParams)
564
562
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
564
  })
567
565
  .s("AmazonSSM", "DescribeDocumentPermission", {})
568
566
  .n("SSMClient", "DescribeDocumentPermissionCommand")
@@ -570,11 +568,11 @@ class DescribeDocumentPermissionCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class DescribeEffectiveInstanceAssociationsCommand extends smithyClient.Command
571
+ class DescribeEffectiveInstanceAssociationsCommand extends client.Command
574
572
  .classBuilder()
575
573
  .ep(commonParams)
576
574
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
576
  })
579
577
  .s("AmazonSSM", "DescribeEffectiveInstanceAssociations", {})
580
578
  .n("SSMClient", "DescribeEffectiveInstanceAssociationsCommand")
@@ -582,11 +580,11 @@ class DescribeEffectiveInstanceAssociationsCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class DescribeEffectivePatchesForPatchBaselineCommand extends smithyClient.Command
583
+ class DescribeEffectivePatchesForPatchBaselineCommand extends client.Command
586
584
  .classBuilder()
587
585
  .ep(commonParams)
588
586
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
588
  })
591
589
  .s("AmazonSSM", "DescribeEffectivePatchesForPatchBaseline", {})
592
590
  .n("SSMClient", "DescribeEffectivePatchesForPatchBaselineCommand")
@@ -594,11 +592,11 @@ class DescribeEffectivePatchesForPatchBaselineCommand extends smithyClient.Comma
594
592
  .build() {
595
593
  }
596
594
 
597
- class DescribeInstanceAssociationsStatusCommand extends smithyClient.Command
595
+ class DescribeInstanceAssociationsStatusCommand extends client.Command
598
596
  .classBuilder()
599
597
  .ep(commonParams)
600
598
  .m(function (Command, cs, config, o) {
601
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
602
600
  })
603
601
  .s("AmazonSSM", "DescribeInstanceAssociationsStatus", {})
604
602
  .n("SSMClient", "DescribeInstanceAssociationsStatusCommand")
@@ -606,11 +604,11 @@ class DescribeInstanceAssociationsStatusCommand extends smithyClient.Command
606
604
  .build() {
607
605
  }
608
606
 
609
- class DescribeInstanceInformationCommand extends smithyClient.Command
607
+ class DescribeInstanceInformationCommand extends client.Command
610
608
  .classBuilder()
611
609
  .ep(commonParams)
612
610
  .m(function (Command, cs, config, o) {
613
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
614
612
  })
615
613
  .s("AmazonSSM", "DescribeInstanceInformation", {})
616
614
  .n("SSMClient", "DescribeInstanceInformationCommand")
@@ -618,11 +616,11 @@ class DescribeInstanceInformationCommand extends smithyClient.Command
618
616
  .build() {
619
617
  }
620
618
 
621
- class DescribeInstancePatchesCommand extends smithyClient.Command
619
+ class DescribeInstancePatchesCommand extends client.Command
622
620
  .classBuilder()
623
621
  .ep(commonParams)
624
622
  .m(function (Command, cs, config, o) {
625
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
626
624
  })
627
625
  .s("AmazonSSM", "DescribeInstancePatches", {})
628
626
  .n("SSMClient", "DescribeInstancePatchesCommand")
@@ -630,11 +628,11 @@ class DescribeInstancePatchesCommand extends smithyClient.Command
630
628
  .build() {
631
629
  }
632
630
 
633
- class DescribeInstancePatchStatesCommand extends smithyClient.Command
631
+ class DescribeInstancePatchStatesCommand extends client.Command
634
632
  .classBuilder()
635
633
  .ep(commonParams)
636
634
  .m(function (Command, cs, config, o) {
637
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
638
636
  })
639
637
  .s("AmazonSSM", "DescribeInstancePatchStates", {})
640
638
  .n("SSMClient", "DescribeInstancePatchStatesCommand")
@@ -642,11 +640,11 @@ class DescribeInstancePatchStatesCommand extends smithyClient.Command
642
640
  .build() {
643
641
  }
644
642
 
645
- class DescribeInstancePatchStatesForPatchGroupCommand extends smithyClient.Command
643
+ class DescribeInstancePatchStatesForPatchGroupCommand extends client.Command
646
644
  .classBuilder()
647
645
  .ep(commonParams)
648
646
  .m(function (Command, cs, config, o) {
649
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
650
648
  })
651
649
  .s("AmazonSSM", "DescribeInstancePatchStatesForPatchGroup", {})
652
650
  .n("SSMClient", "DescribeInstancePatchStatesForPatchGroupCommand")
@@ -654,11 +652,11 @@ class DescribeInstancePatchStatesForPatchGroupCommand extends smithyClient.Comma
654
652
  .build() {
655
653
  }
656
654
 
657
- class DescribeInstancePropertiesCommand extends smithyClient.Command
655
+ class DescribeInstancePropertiesCommand extends client.Command
658
656
  .classBuilder()
659
657
  .ep(commonParams)
660
658
  .m(function (Command, cs, config, o) {
661
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
662
660
  })
663
661
  .s("AmazonSSM", "DescribeInstanceProperties", {})
664
662
  .n("SSMClient", "DescribeInstancePropertiesCommand")
@@ -666,11 +664,11 @@ class DescribeInstancePropertiesCommand extends smithyClient.Command
666
664
  .build() {
667
665
  }
668
666
 
669
- class DescribeInventoryDeletionsCommand extends smithyClient.Command
667
+ class DescribeInventoryDeletionsCommand extends client.Command
670
668
  .classBuilder()
671
669
  .ep(commonParams)
672
670
  .m(function (Command, cs, config, o) {
673
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
674
672
  })
675
673
  .s("AmazonSSM", "DescribeInventoryDeletions", {})
676
674
  .n("SSMClient", "DescribeInventoryDeletionsCommand")
@@ -678,11 +676,11 @@ class DescribeInventoryDeletionsCommand extends smithyClient.Command
678
676
  .build() {
679
677
  }
680
678
 
681
- class DescribeMaintenanceWindowExecutionsCommand extends smithyClient.Command
679
+ class DescribeMaintenanceWindowExecutionsCommand extends client.Command
682
680
  .classBuilder()
683
681
  .ep(commonParams)
684
682
  .m(function (Command, cs, config, o) {
685
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
686
684
  })
687
685
  .s("AmazonSSM", "DescribeMaintenanceWindowExecutions", {})
688
686
  .n("SSMClient", "DescribeMaintenanceWindowExecutionsCommand")
@@ -690,11 +688,11 @@ class DescribeMaintenanceWindowExecutionsCommand extends smithyClient.Command
690
688
  .build() {
691
689
  }
692
690
 
693
- class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends smithyClient.Command
691
+ class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends client.Command
694
692
  .classBuilder()
695
693
  .ep(commonParams)
696
694
  .m(function (Command, cs, config, o) {
697
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
698
696
  })
699
697
  .s("AmazonSSM", "DescribeMaintenanceWindowExecutionTaskInvocations", {})
700
698
  .n("SSMClient", "DescribeMaintenanceWindowExecutionTaskInvocationsCommand")
@@ -702,11 +700,11 @@ class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends smithyCli
702
700
  .build() {
703
701
  }
704
702
 
705
- class DescribeMaintenanceWindowExecutionTasksCommand extends smithyClient.Command
703
+ class DescribeMaintenanceWindowExecutionTasksCommand extends client.Command
706
704
  .classBuilder()
707
705
  .ep(commonParams)
708
706
  .m(function (Command, cs, config, o) {
709
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
710
708
  })
711
709
  .s("AmazonSSM", "DescribeMaintenanceWindowExecutionTasks", {})
712
710
  .n("SSMClient", "DescribeMaintenanceWindowExecutionTasksCommand")
@@ -714,11 +712,11 @@ class DescribeMaintenanceWindowExecutionTasksCommand extends smithyClient.Comman
714
712
  .build() {
715
713
  }
716
714
 
717
- class DescribeMaintenanceWindowScheduleCommand extends smithyClient.Command
715
+ class DescribeMaintenanceWindowScheduleCommand extends client.Command
718
716
  .classBuilder()
719
717
  .ep(commonParams)
720
718
  .m(function (Command, cs, config, o) {
721
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
722
720
  })
723
721
  .s("AmazonSSM", "DescribeMaintenanceWindowSchedule", {})
724
722
  .n("SSMClient", "DescribeMaintenanceWindowScheduleCommand")
@@ -726,11 +724,11 @@ class DescribeMaintenanceWindowScheduleCommand extends smithyClient.Command
726
724
  .build() {
727
725
  }
728
726
 
729
- class DescribeMaintenanceWindowsCommand extends smithyClient.Command
727
+ class DescribeMaintenanceWindowsCommand extends client.Command
730
728
  .classBuilder()
731
729
  .ep(commonParams)
732
730
  .m(function (Command, cs, config, o) {
733
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
734
732
  })
735
733
  .s("AmazonSSM", "DescribeMaintenanceWindows", {})
736
734
  .n("SSMClient", "DescribeMaintenanceWindowsCommand")
@@ -738,11 +736,11 @@ class DescribeMaintenanceWindowsCommand extends smithyClient.Command
738
736
  .build() {
739
737
  }
740
738
 
741
- class DescribeMaintenanceWindowsForTargetCommand extends smithyClient.Command
739
+ class DescribeMaintenanceWindowsForTargetCommand extends client.Command
742
740
  .classBuilder()
743
741
  .ep(commonParams)
744
742
  .m(function (Command, cs, config, o) {
745
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
746
744
  })
747
745
  .s("AmazonSSM", "DescribeMaintenanceWindowsForTarget", {})
748
746
  .n("SSMClient", "DescribeMaintenanceWindowsForTargetCommand")
@@ -750,11 +748,11 @@ class DescribeMaintenanceWindowsForTargetCommand extends smithyClient.Command
750
748
  .build() {
751
749
  }
752
750
 
753
- class DescribeMaintenanceWindowTargetsCommand extends smithyClient.Command
751
+ class DescribeMaintenanceWindowTargetsCommand extends client.Command
754
752
  .classBuilder()
755
753
  .ep(commonParams)
756
754
  .m(function (Command, cs, config, o) {
757
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
758
756
  })
759
757
  .s("AmazonSSM", "DescribeMaintenanceWindowTargets", {})
760
758
  .n("SSMClient", "DescribeMaintenanceWindowTargetsCommand")
@@ -762,11 +760,11 @@ class DescribeMaintenanceWindowTargetsCommand extends smithyClient.Command
762
760
  .build() {
763
761
  }
764
762
 
765
- class DescribeMaintenanceWindowTasksCommand extends smithyClient.Command
763
+ class DescribeMaintenanceWindowTasksCommand extends client.Command
766
764
  .classBuilder()
767
765
  .ep(commonParams)
768
766
  .m(function (Command, cs, config, o) {
769
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
770
768
  })
771
769
  .s("AmazonSSM", "DescribeMaintenanceWindowTasks", {})
772
770
  .n("SSMClient", "DescribeMaintenanceWindowTasksCommand")
@@ -774,11 +772,11 @@ class DescribeMaintenanceWindowTasksCommand extends smithyClient.Command
774
772
  .build() {
775
773
  }
776
774
 
777
- class DescribeOpsItemsCommand extends smithyClient.Command
775
+ class DescribeOpsItemsCommand extends client.Command
778
776
  .classBuilder()
779
777
  .ep(commonParams)
780
778
  .m(function (Command, cs, config, o) {
781
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
782
780
  })
783
781
  .s("AmazonSSM", "DescribeOpsItems", {})
784
782
  .n("SSMClient", "DescribeOpsItemsCommand")
@@ -786,11 +784,11 @@ class DescribeOpsItemsCommand extends smithyClient.Command
786
784
  .build() {
787
785
  }
788
786
 
789
- class DescribeParametersCommand extends smithyClient.Command
787
+ class DescribeParametersCommand extends client.Command
790
788
  .classBuilder()
791
789
  .ep(commonParams)
792
790
  .m(function (Command, cs, config, o) {
793
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
794
792
  })
795
793
  .s("AmazonSSM", "DescribeParameters", {})
796
794
  .n("SSMClient", "DescribeParametersCommand")
@@ -798,11 +796,11 @@ class DescribeParametersCommand extends smithyClient.Command
798
796
  .build() {
799
797
  }
800
798
 
801
- class DescribePatchBaselinesCommand extends smithyClient.Command
799
+ class DescribePatchBaselinesCommand extends client.Command
802
800
  .classBuilder()
803
801
  .ep(commonParams)
804
802
  .m(function (Command, cs, config, o) {
805
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
806
804
  })
807
805
  .s("AmazonSSM", "DescribePatchBaselines", {})
808
806
  .n("SSMClient", "DescribePatchBaselinesCommand")
@@ -810,11 +808,11 @@ class DescribePatchBaselinesCommand extends smithyClient.Command
810
808
  .build() {
811
809
  }
812
810
 
813
- class DescribePatchGroupsCommand extends smithyClient.Command
811
+ class DescribePatchGroupsCommand extends client.Command
814
812
  .classBuilder()
815
813
  .ep(commonParams)
816
814
  .m(function (Command, cs, config, o) {
817
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
818
816
  })
819
817
  .s("AmazonSSM", "DescribePatchGroups", {})
820
818
  .n("SSMClient", "DescribePatchGroupsCommand")
@@ -822,11 +820,11 @@ class DescribePatchGroupsCommand extends smithyClient.Command
822
820
  .build() {
823
821
  }
824
822
 
825
- class DescribePatchGroupStateCommand extends smithyClient.Command
823
+ class DescribePatchGroupStateCommand extends client.Command
826
824
  .classBuilder()
827
825
  .ep(commonParams)
828
826
  .m(function (Command, cs, config, o) {
829
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
830
828
  })
831
829
  .s("AmazonSSM", "DescribePatchGroupState", {})
832
830
  .n("SSMClient", "DescribePatchGroupStateCommand")
@@ -834,11 +832,11 @@ class DescribePatchGroupStateCommand extends smithyClient.Command
834
832
  .build() {
835
833
  }
836
834
 
837
- class DescribePatchPropertiesCommand extends smithyClient.Command
835
+ class DescribePatchPropertiesCommand extends client.Command
838
836
  .classBuilder()
839
837
  .ep(commonParams)
840
838
  .m(function (Command, cs, config, o) {
841
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
842
840
  })
843
841
  .s("AmazonSSM", "DescribePatchProperties", {})
844
842
  .n("SSMClient", "DescribePatchPropertiesCommand")
@@ -846,11 +844,11 @@ class DescribePatchPropertiesCommand extends smithyClient.Command
846
844
  .build() {
847
845
  }
848
846
 
849
- class DescribeSessionsCommand extends smithyClient.Command
847
+ class DescribeSessionsCommand extends client.Command
850
848
  .classBuilder()
851
849
  .ep(commonParams)
852
850
  .m(function (Command, cs, config, o) {
853
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
854
852
  })
855
853
  .s("AmazonSSM", "DescribeSessions", {})
856
854
  .n("SSMClient", "DescribeSessionsCommand")
@@ -858,11 +856,11 @@ class DescribeSessionsCommand extends smithyClient.Command
858
856
  .build() {
859
857
  }
860
858
 
861
- class DisassociateOpsItemRelatedItemCommand extends smithyClient.Command
859
+ class DisassociateOpsItemRelatedItemCommand extends client.Command
862
860
  .classBuilder()
863
861
  .ep(commonParams)
864
862
  .m(function (Command, cs, config, o) {
865
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
866
864
  })
867
865
  .s("AmazonSSM", "DisassociateOpsItemRelatedItem", {})
868
866
  .n("SSMClient", "DisassociateOpsItemRelatedItemCommand")
@@ -870,11 +868,11 @@ class DisassociateOpsItemRelatedItemCommand extends smithyClient.Command
870
868
  .build() {
871
869
  }
872
870
 
873
- class GetAccessTokenCommand extends smithyClient.Command
871
+ class GetAccessTokenCommand extends client.Command
874
872
  .classBuilder()
875
873
  .ep(commonParams)
876
874
  .m(function (Command, cs, config, o) {
877
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
878
876
  })
879
877
  .s("AmazonSSM", "GetAccessToken", {})
880
878
  .n("SSMClient", "GetAccessTokenCommand")
@@ -882,11 +880,11 @@ class GetAccessTokenCommand extends smithyClient.Command
882
880
  .build() {
883
881
  }
884
882
 
885
- class GetAutomationExecutionCommand extends smithyClient.Command
883
+ class GetAutomationExecutionCommand extends client.Command
886
884
  .classBuilder()
887
885
  .ep(commonParams)
888
886
  .m(function (Command, cs, config, o) {
889
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
890
888
  })
891
889
  .s("AmazonSSM", "GetAutomationExecution", {})
892
890
  .n("SSMClient", "GetAutomationExecutionCommand")
@@ -894,11 +892,11 @@ class GetAutomationExecutionCommand extends smithyClient.Command
894
892
  .build() {
895
893
  }
896
894
 
897
- class GetCalendarStateCommand extends smithyClient.Command
895
+ class GetCalendarStateCommand extends client.Command
898
896
  .classBuilder()
899
897
  .ep(commonParams)
900
898
  .m(function (Command, cs, config, o) {
901
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
902
900
  })
903
901
  .s("AmazonSSM", "GetCalendarState", {})
904
902
  .n("SSMClient", "GetCalendarStateCommand")
@@ -906,11 +904,11 @@ class GetCalendarStateCommand extends smithyClient.Command
906
904
  .build() {
907
905
  }
908
906
 
909
- class GetCommandInvocationCommand extends smithyClient.Command
907
+ class GetCommandInvocationCommand extends client.Command
910
908
  .classBuilder()
911
909
  .ep(commonParams)
912
910
  .m(function (Command, cs, config, o) {
913
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
914
912
  })
915
913
  .s("AmazonSSM", "GetCommandInvocation", {})
916
914
  .n("SSMClient", "GetCommandInvocationCommand")
@@ -918,11 +916,11 @@ class GetCommandInvocationCommand extends smithyClient.Command
918
916
  .build() {
919
917
  }
920
918
 
921
- class GetConnectionStatusCommand extends smithyClient.Command
919
+ class GetConnectionStatusCommand extends client.Command
922
920
  .classBuilder()
923
921
  .ep(commonParams)
924
922
  .m(function (Command, cs, config, o) {
925
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
926
924
  })
927
925
  .s("AmazonSSM", "GetConnectionStatus", {})
928
926
  .n("SSMClient", "GetConnectionStatusCommand")
@@ -930,11 +928,11 @@ class GetConnectionStatusCommand extends smithyClient.Command
930
928
  .build() {
931
929
  }
932
930
 
933
- class GetDefaultPatchBaselineCommand extends smithyClient.Command
931
+ class GetDefaultPatchBaselineCommand extends client.Command
934
932
  .classBuilder()
935
933
  .ep(commonParams)
936
934
  .m(function (Command, cs, config, o) {
937
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
938
936
  })
939
937
  .s("AmazonSSM", "GetDefaultPatchBaseline", {})
940
938
  .n("SSMClient", "GetDefaultPatchBaselineCommand")
@@ -942,11 +940,11 @@ class GetDefaultPatchBaselineCommand extends smithyClient.Command
942
940
  .build() {
943
941
  }
944
942
 
945
- class GetDeployablePatchSnapshotForInstanceCommand extends smithyClient.Command
943
+ class GetDeployablePatchSnapshotForInstanceCommand extends client.Command
946
944
  .classBuilder()
947
945
  .ep(commonParams)
948
946
  .m(function (Command, cs, config, o) {
949
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
950
948
  })
951
949
  .s("AmazonSSM", "GetDeployablePatchSnapshotForInstance", {})
952
950
  .n("SSMClient", "GetDeployablePatchSnapshotForInstanceCommand")
@@ -954,11 +952,11 @@ class GetDeployablePatchSnapshotForInstanceCommand extends smithyClient.Command
954
952
  .build() {
955
953
  }
956
954
 
957
- class GetDocumentCommand extends smithyClient.Command
955
+ class GetDocumentCommand extends client.Command
958
956
  .classBuilder()
959
957
  .ep(commonParams)
960
958
  .m(function (Command, cs, config, o) {
961
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
962
960
  })
963
961
  .s("AmazonSSM", "GetDocument", {})
964
962
  .n("SSMClient", "GetDocumentCommand")
@@ -966,11 +964,11 @@ class GetDocumentCommand extends smithyClient.Command
966
964
  .build() {
967
965
  }
968
966
 
969
- class GetExecutionPreviewCommand extends smithyClient.Command
967
+ class GetExecutionPreviewCommand extends client.Command
970
968
  .classBuilder()
971
969
  .ep(commonParams)
972
970
  .m(function (Command, cs, config, o) {
973
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
974
972
  })
975
973
  .s("AmazonSSM", "GetExecutionPreview", {})
976
974
  .n("SSMClient", "GetExecutionPreviewCommand")
@@ -978,11 +976,11 @@ class GetExecutionPreviewCommand extends smithyClient.Command
978
976
  .build() {
979
977
  }
980
978
 
981
- class GetInventoryCommand extends smithyClient.Command
979
+ class GetInventoryCommand extends client.Command
982
980
  .classBuilder()
983
981
  .ep(commonParams)
984
982
  .m(function (Command, cs, config, o) {
985
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
986
984
  })
987
985
  .s("AmazonSSM", "GetInventory", {})
988
986
  .n("SSMClient", "GetInventoryCommand")
@@ -990,11 +988,11 @@ class GetInventoryCommand extends smithyClient.Command
990
988
  .build() {
991
989
  }
992
990
 
993
- class GetInventorySchemaCommand extends smithyClient.Command
991
+ class GetInventorySchemaCommand extends client.Command
994
992
  .classBuilder()
995
993
  .ep(commonParams)
996
994
  .m(function (Command, cs, config, o) {
997
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
998
996
  })
999
997
  .s("AmazonSSM", "GetInventorySchema", {})
1000
998
  .n("SSMClient", "GetInventorySchemaCommand")
@@ -1002,11 +1000,11 @@ class GetInventorySchemaCommand extends smithyClient.Command
1002
1000
  .build() {
1003
1001
  }
1004
1002
 
1005
- class GetMaintenanceWindowCommand extends smithyClient.Command
1003
+ class GetMaintenanceWindowCommand extends client.Command
1006
1004
  .classBuilder()
1007
1005
  .ep(commonParams)
1008
1006
  .m(function (Command, cs, config, o) {
1009
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1010
1008
  })
1011
1009
  .s("AmazonSSM", "GetMaintenanceWindow", {})
1012
1010
  .n("SSMClient", "GetMaintenanceWindowCommand")
@@ -1014,11 +1012,11 @@ class GetMaintenanceWindowCommand extends smithyClient.Command
1014
1012
  .build() {
1015
1013
  }
1016
1014
 
1017
- class GetMaintenanceWindowExecutionCommand extends smithyClient.Command
1015
+ class GetMaintenanceWindowExecutionCommand extends client.Command
1018
1016
  .classBuilder()
1019
1017
  .ep(commonParams)
1020
1018
  .m(function (Command, cs, config, o) {
1021
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1022
1020
  })
1023
1021
  .s("AmazonSSM", "GetMaintenanceWindowExecution", {})
1024
1022
  .n("SSMClient", "GetMaintenanceWindowExecutionCommand")
@@ -1026,11 +1024,11 @@ class GetMaintenanceWindowExecutionCommand extends smithyClient.Command
1026
1024
  .build() {
1027
1025
  }
1028
1026
 
1029
- class GetMaintenanceWindowExecutionTaskCommand extends smithyClient.Command
1027
+ class GetMaintenanceWindowExecutionTaskCommand extends client.Command
1030
1028
  .classBuilder()
1031
1029
  .ep(commonParams)
1032
1030
  .m(function (Command, cs, config, o) {
1033
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1034
1032
  })
1035
1033
  .s("AmazonSSM", "GetMaintenanceWindowExecutionTask", {})
1036
1034
  .n("SSMClient", "GetMaintenanceWindowExecutionTaskCommand")
@@ -1038,11 +1036,11 @@ class GetMaintenanceWindowExecutionTaskCommand extends smithyClient.Command
1038
1036
  .build() {
1039
1037
  }
1040
1038
 
1041
- class GetMaintenanceWindowExecutionTaskInvocationCommand extends smithyClient.Command
1039
+ class GetMaintenanceWindowExecutionTaskInvocationCommand extends client.Command
1042
1040
  .classBuilder()
1043
1041
  .ep(commonParams)
1044
1042
  .m(function (Command, cs, config, o) {
1045
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1046
1044
  })
1047
1045
  .s("AmazonSSM", "GetMaintenanceWindowExecutionTaskInvocation", {})
1048
1046
  .n("SSMClient", "GetMaintenanceWindowExecutionTaskInvocationCommand")
@@ -1050,11 +1048,11 @@ class GetMaintenanceWindowExecutionTaskInvocationCommand extends smithyClient.Co
1050
1048
  .build() {
1051
1049
  }
1052
1050
 
1053
- class GetMaintenanceWindowTaskCommand extends smithyClient.Command
1051
+ class GetMaintenanceWindowTaskCommand extends client.Command
1054
1052
  .classBuilder()
1055
1053
  .ep(commonParams)
1056
1054
  .m(function (Command, cs, config, o) {
1057
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1058
1056
  })
1059
1057
  .s("AmazonSSM", "GetMaintenanceWindowTask", {})
1060
1058
  .n("SSMClient", "GetMaintenanceWindowTaskCommand")
@@ -1062,11 +1060,11 @@ class GetMaintenanceWindowTaskCommand extends smithyClient.Command
1062
1060
  .build() {
1063
1061
  }
1064
1062
 
1065
- class GetOpsItemCommand extends smithyClient.Command
1063
+ class GetOpsItemCommand extends client.Command
1066
1064
  .classBuilder()
1067
1065
  .ep(commonParams)
1068
1066
  .m(function (Command, cs, config, o) {
1069
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1070
1068
  })
1071
1069
  .s("AmazonSSM", "GetOpsItem", {})
1072
1070
  .n("SSMClient", "GetOpsItemCommand")
@@ -1074,11 +1072,11 @@ class GetOpsItemCommand extends smithyClient.Command
1074
1072
  .build() {
1075
1073
  }
1076
1074
 
1077
- class GetOpsMetadataCommand extends smithyClient.Command
1075
+ class GetOpsMetadataCommand extends client.Command
1078
1076
  .classBuilder()
1079
1077
  .ep(commonParams)
1080
1078
  .m(function (Command, cs, config, o) {
1081
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1082
1080
  })
1083
1081
  .s("AmazonSSM", "GetOpsMetadata", {})
1084
1082
  .n("SSMClient", "GetOpsMetadataCommand")
@@ -1086,11 +1084,11 @@ class GetOpsMetadataCommand extends smithyClient.Command
1086
1084
  .build() {
1087
1085
  }
1088
1086
 
1089
- class GetOpsSummaryCommand extends smithyClient.Command
1087
+ class GetOpsSummaryCommand extends client.Command
1090
1088
  .classBuilder()
1091
1089
  .ep(commonParams)
1092
1090
  .m(function (Command, cs, config, o) {
1093
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1094
1092
  })
1095
1093
  .s("AmazonSSM", "GetOpsSummary", {})
1096
1094
  .n("SSMClient", "GetOpsSummaryCommand")
@@ -1098,11 +1096,11 @@ class GetOpsSummaryCommand extends smithyClient.Command
1098
1096
  .build() {
1099
1097
  }
1100
1098
 
1101
- class GetParameterCommand extends smithyClient.Command
1099
+ class GetParameterCommand extends client.Command
1102
1100
  .classBuilder()
1103
1101
  .ep(commonParams)
1104
1102
  .m(function (Command, cs, config, o) {
1105
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1103
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1106
1104
  })
1107
1105
  .s("AmazonSSM", "GetParameter", {})
1108
1106
  .n("SSMClient", "GetParameterCommand")
@@ -1110,11 +1108,11 @@ class GetParameterCommand extends smithyClient.Command
1110
1108
  .build() {
1111
1109
  }
1112
1110
 
1113
- class GetParameterHistoryCommand extends smithyClient.Command
1111
+ class GetParameterHistoryCommand extends client.Command
1114
1112
  .classBuilder()
1115
1113
  .ep(commonParams)
1116
1114
  .m(function (Command, cs, config, o) {
1117
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1115
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1118
1116
  })
1119
1117
  .s("AmazonSSM", "GetParameterHistory", {})
1120
1118
  .n("SSMClient", "GetParameterHistoryCommand")
@@ -1122,11 +1120,11 @@ class GetParameterHistoryCommand extends smithyClient.Command
1122
1120
  .build() {
1123
1121
  }
1124
1122
 
1125
- class GetParametersByPathCommand extends smithyClient.Command
1123
+ class GetParametersByPathCommand extends client.Command
1126
1124
  .classBuilder()
1127
1125
  .ep(commonParams)
1128
1126
  .m(function (Command, cs, config, o) {
1129
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1127
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1130
1128
  })
1131
1129
  .s("AmazonSSM", "GetParametersByPath", {})
1132
1130
  .n("SSMClient", "GetParametersByPathCommand")
@@ -1134,11 +1132,11 @@ class GetParametersByPathCommand extends smithyClient.Command
1134
1132
  .build() {
1135
1133
  }
1136
1134
 
1137
- class GetParametersCommand extends smithyClient.Command
1135
+ class GetParametersCommand extends client.Command
1138
1136
  .classBuilder()
1139
1137
  .ep(commonParams)
1140
1138
  .m(function (Command, cs, config, o) {
1141
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1139
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1142
1140
  })
1143
1141
  .s("AmazonSSM", "GetParameters", {})
1144
1142
  .n("SSMClient", "GetParametersCommand")
@@ -1146,11 +1144,11 @@ class GetParametersCommand extends smithyClient.Command
1146
1144
  .build() {
1147
1145
  }
1148
1146
 
1149
- class GetPatchBaselineCommand extends smithyClient.Command
1147
+ class GetPatchBaselineCommand extends client.Command
1150
1148
  .classBuilder()
1151
1149
  .ep(commonParams)
1152
1150
  .m(function (Command, cs, config, o) {
1153
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1151
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1154
1152
  })
1155
1153
  .s("AmazonSSM", "GetPatchBaseline", {})
1156
1154
  .n("SSMClient", "GetPatchBaselineCommand")
@@ -1158,11 +1156,11 @@ class GetPatchBaselineCommand extends smithyClient.Command
1158
1156
  .build() {
1159
1157
  }
1160
1158
 
1161
- class GetPatchBaselineForPatchGroupCommand extends smithyClient.Command
1159
+ class GetPatchBaselineForPatchGroupCommand extends client.Command
1162
1160
  .classBuilder()
1163
1161
  .ep(commonParams)
1164
1162
  .m(function (Command, cs, config, o) {
1165
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1166
1164
  })
1167
1165
  .s("AmazonSSM", "GetPatchBaselineForPatchGroup", {})
1168
1166
  .n("SSMClient", "GetPatchBaselineForPatchGroupCommand")
@@ -1170,11 +1168,11 @@ class GetPatchBaselineForPatchGroupCommand extends smithyClient.Command
1170
1168
  .build() {
1171
1169
  }
1172
1170
 
1173
- class GetResourcePoliciesCommand extends smithyClient.Command
1171
+ class GetResourcePoliciesCommand extends client.Command
1174
1172
  .classBuilder()
1175
1173
  .ep(commonParams)
1176
1174
  .m(function (Command, cs, config, o) {
1177
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1178
1176
  })
1179
1177
  .s("AmazonSSM", "GetResourcePolicies", {})
1180
1178
  .n("SSMClient", "GetResourcePoliciesCommand")
@@ -1182,11 +1180,11 @@ class GetResourcePoliciesCommand extends smithyClient.Command
1182
1180
  .build() {
1183
1181
  }
1184
1182
 
1185
- class GetServiceSettingCommand extends smithyClient.Command
1183
+ class GetServiceSettingCommand extends client.Command
1186
1184
  .classBuilder()
1187
1185
  .ep(commonParams)
1188
1186
  .m(function (Command, cs, config, o) {
1189
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1190
1188
  })
1191
1189
  .s("AmazonSSM", "GetServiceSetting", {})
1192
1190
  .n("SSMClient", "GetServiceSettingCommand")
@@ -1194,11 +1192,11 @@ class GetServiceSettingCommand extends smithyClient.Command
1194
1192
  .build() {
1195
1193
  }
1196
1194
 
1197
- class LabelParameterVersionCommand extends smithyClient.Command
1195
+ class LabelParameterVersionCommand extends client.Command
1198
1196
  .classBuilder()
1199
1197
  .ep(commonParams)
1200
1198
  .m(function (Command, cs, config, o) {
1201
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1202
1200
  })
1203
1201
  .s("AmazonSSM", "LabelParameterVersion", {})
1204
1202
  .n("SSMClient", "LabelParameterVersionCommand")
@@ -1206,11 +1204,11 @@ class LabelParameterVersionCommand extends smithyClient.Command
1206
1204
  .build() {
1207
1205
  }
1208
1206
 
1209
- class ListAssociationsCommand extends smithyClient.Command
1207
+ class ListAssociationsCommand extends client.Command
1210
1208
  .classBuilder()
1211
1209
  .ep(commonParams)
1212
1210
  .m(function (Command, cs, config, o) {
1213
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1214
1212
  })
1215
1213
  .s("AmazonSSM", "ListAssociations", {})
1216
1214
  .n("SSMClient", "ListAssociationsCommand")
@@ -1218,11 +1216,11 @@ class ListAssociationsCommand extends smithyClient.Command
1218
1216
  .build() {
1219
1217
  }
1220
1218
 
1221
- class ListAssociationVersionsCommand extends smithyClient.Command
1219
+ class ListAssociationVersionsCommand extends client.Command
1222
1220
  .classBuilder()
1223
1221
  .ep(commonParams)
1224
1222
  .m(function (Command, cs, config, o) {
1225
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1226
1224
  })
1227
1225
  .s("AmazonSSM", "ListAssociationVersions", {})
1228
1226
  .n("SSMClient", "ListAssociationVersionsCommand")
@@ -1230,11 +1228,11 @@ class ListAssociationVersionsCommand extends smithyClient.Command
1230
1228
  .build() {
1231
1229
  }
1232
1230
 
1233
- class ListCommandInvocationsCommand extends smithyClient.Command
1231
+ class ListCommandInvocationsCommand extends client.Command
1234
1232
  .classBuilder()
1235
1233
  .ep(commonParams)
1236
1234
  .m(function (Command, cs, config, o) {
1237
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1238
1236
  })
1239
1237
  .s("AmazonSSM", "ListCommandInvocations", {})
1240
1238
  .n("SSMClient", "ListCommandInvocationsCommand")
@@ -1242,11 +1240,11 @@ class ListCommandInvocationsCommand extends smithyClient.Command
1242
1240
  .build() {
1243
1241
  }
1244
1242
 
1245
- class ListCommandsCommand extends smithyClient.Command
1243
+ class ListCommandsCommand extends client.Command
1246
1244
  .classBuilder()
1247
1245
  .ep(commonParams)
1248
1246
  .m(function (Command, cs, config, o) {
1249
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1250
1248
  })
1251
1249
  .s("AmazonSSM", "ListCommands", {})
1252
1250
  .n("SSMClient", "ListCommandsCommand")
@@ -1254,11 +1252,11 @@ class ListCommandsCommand extends smithyClient.Command
1254
1252
  .build() {
1255
1253
  }
1256
1254
 
1257
- class ListComplianceItemsCommand extends smithyClient.Command
1255
+ class ListComplianceItemsCommand extends client.Command
1258
1256
  .classBuilder()
1259
1257
  .ep(commonParams)
1260
1258
  .m(function (Command, cs, config, o) {
1261
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1262
1260
  })
1263
1261
  .s("AmazonSSM", "ListComplianceItems", {})
1264
1262
  .n("SSMClient", "ListComplianceItemsCommand")
@@ -1266,11 +1264,11 @@ class ListComplianceItemsCommand extends smithyClient.Command
1266
1264
  .build() {
1267
1265
  }
1268
1266
 
1269
- class ListComplianceSummariesCommand extends smithyClient.Command
1267
+ class ListComplianceSummariesCommand extends client.Command
1270
1268
  .classBuilder()
1271
1269
  .ep(commonParams)
1272
1270
  .m(function (Command, cs, config, o) {
1273
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1271
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1274
1272
  })
1275
1273
  .s("AmazonSSM", "ListComplianceSummaries", {})
1276
1274
  .n("SSMClient", "ListComplianceSummariesCommand")
@@ -1278,11 +1276,11 @@ class ListComplianceSummariesCommand extends smithyClient.Command
1278
1276
  .build() {
1279
1277
  }
1280
1278
 
1281
- class ListDocumentMetadataHistoryCommand extends smithyClient.Command
1279
+ class ListDocumentMetadataHistoryCommand extends client.Command
1282
1280
  .classBuilder()
1283
1281
  .ep(commonParams)
1284
1282
  .m(function (Command, cs, config, o) {
1285
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1283
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1286
1284
  })
1287
1285
  .s("AmazonSSM", "ListDocumentMetadataHistory", {})
1288
1286
  .n("SSMClient", "ListDocumentMetadataHistoryCommand")
@@ -1290,11 +1288,11 @@ class ListDocumentMetadataHistoryCommand extends smithyClient.Command
1290
1288
  .build() {
1291
1289
  }
1292
1290
 
1293
- class ListDocumentsCommand extends smithyClient.Command
1291
+ class ListDocumentsCommand extends client.Command
1294
1292
  .classBuilder()
1295
1293
  .ep(commonParams)
1296
1294
  .m(function (Command, cs, config, o) {
1297
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1295
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1298
1296
  })
1299
1297
  .s("AmazonSSM", "ListDocuments", {})
1300
1298
  .n("SSMClient", "ListDocumentsCommand")
@@ -1302,11 +1300,11 @@ class ListDocumentsCommand extends smithyClient.Command
1302
1300
  .build() {
1303
1301
  }
1304
1302
 
1305
- class ListDocumentVersionsCommand extends smithyClient.Command
1303
+ class ListDocumentVersionsCommand extends client.Command
1306
1304
  .classBuilder()
1307
1305
  .ep(commonParams)
1308
1306
  .m(function (Command, cs, config, o) {
1309
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1307
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1310
1308
  })
1311
1309
  .s("AmazonSSM", "ListDocumentVersions", {})
1312
1310
  .n("SSMClient", "ListDocumentVersionsCommand")
@@ -1314,11 +1312,11 @@ class ListDocumentVersionsCommand extends smithyClient.Command
1314
1312
  .build() {
1315
1313
  }
1316
1314
 
1317
- class ListInventoryEntriesCommand extends smithyClient.Command
1315
+ class ListInventoryEntriesCommand extends client.Command
1318
1316
  .classBuilder()
1319
1317
  .ep(commonParams)
1320
1318
  .m(function (Command, cs, config, o) {
1321
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1319
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1322
1320
  })
1323
1321
  .s("AmazonSSM", "ListInventoryEntries", {})
1324
1322
  .n("SSMClient", "ListInventoryEntriesCommand")
@@ -1326,11 +1324,11 @@ class ListInventoryEntriesCommand extends smithyClient.Command
1326
1324
  .build() {
1327
1325
  }
1328
1326
 
1329
- class ListNodesCommand extends smithyClient.Command
1327
+ class ListNodesCommand extends client.Command
1330
1328
  .classBuilder()
1331
1329
  .ep(commonParams)
1332
1330
  .m(function (Command, cs, config, o) {
1333
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1334
1332
  })
1335
1333
  .s("AmazonSSM", "ListNodes", {})
1336
1334
  .n("SSMClient", "ListNodesCommand")
@@ -1338,11 +1336,11 @@ class ListNodesCommand extends smithyClient.Command
1338
1336
  .build() {
1339
1337
  }
1340
1338
 
1341
- class ListNodesSummaryCommand extends smithyClient.Command
1339
+ class ListNodesSummaryCommand extends client.Command
1342
1340
  .classBuilder()
1343
1341
  .ep(commonParams)
1344
1342
  .m(function (Command, cs, config, o) {
1345
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1346
1344
  })
1347
1345
  .s("AmazonSSM", "ListNodesSummary", {})
1348
1346
  .n("SSMClient", "ListNodesSummaryCommand")
@@ -1350,11 +1348,11 @@ class ListNodesSummaryCommand extends smithyClient.Command
1350
1348
  .build() {
1351
1349
  }
1352
1350
 
1353
- class ListOpsItemEventsCommand extends smithyClient.Command
1351
+ class ListOpsItemEventsCommand extends client.Command
1354
1352
  .classBuilder()
1355
1353
  .ep(commonParams)
1356
1354
  .m(function (Command, cs, config, o) {
1357
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1355
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1358
1356
  })
1359
1357
  .s("AmazonSSM", "ListOpsItemEvents", {})
1360
1358
  .n("SSMClient", "ListOpsItemEventsCommand")
@@ -1362,11 +1360,11 @@ class ListOpsItemEventsCommand extends smithyClient.Command
1362
1360
  .build() {
1363
1361
  }
1364
1362
 
1365
- class ListOpsItemRelatedItemsCommand extends smithyClient.Command
1363
+ class ListOpsItemRelatedItemsCommand extends client.Command
1366
1364
  .classBuilder()
1367
1365
  .ep(commonParams)
1368
1366
  .m(function (Command, cs, config, o) {
1369
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1367
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1370
1368
  })
1371
1369
  .s("AmazonSSM", "ListOpsItemRelatedItems", {})
1372
1370
  .n("SSMClient", "ListOpsItemRelatedItemsCommand")
@@ -1374,11 +1372,11 @@ class ListOpsItemRelatedItemsCommand extends smithyClient.Command
1374
1372
  .build() {
1375
1373
  }
1376
1374
 
1377
- class ListOpsMetadataCommand extends smithyClient.Command
1375
+ class ListOpsMetadataCommand extends client.Command
1378
1376
  .classBuilder()
1379
1377
  .ep(commonParams)
1380
1378
  .m(function (Command, cs, config, o) {
1381
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1379
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1382
1380
  })
1383
1381
  .s("AmazonSSM", "ListOpsMetadata", {})
1384
1382
  .n("SSMClient", "ListOpsMetadataCommand")
@@ -1386,11 +1384,11 @@ class ListOpsMetadataCommand extends smithyClient.Command
1386
1384
  .build() {
1387
1385
  }
1388
1386
 
1389
- class ListResourceComplianceSummariesCommand extends smithyClient.Command
1387
+ class ListResourceComplianceSummariesCommand extends client.Command
1390
1388
  .classBuilder()
1391
1389
  .ep(commonParams)
1392
1390
  .m(function (Command, cs, config, o) {
1393
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1391
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1394
1392
  })
1395
1393
  .s("AmazonSSM", "ListResourceComplianceSummaries", {})
1396
1394
  .n("SSMClient", "ListResourceComplianceSummariesCommand")
@@ -1398,11 +1396,11 @@ class ListResourceComplianceSummariesCommand extends smithyClient.Command
1398
1396
  .build() {
1399
1397
  }
1400
1398
 
1401
- class ListResourceDataSyncCommand extends smithyClient.Command
1399
+ class ListResourceDataSyncCommand extends client.Command
1402
1400
  .classBuilder()
1403
1401
  .ep(commonParams)
1404
1402
  .m(function (Command, cs, config, o) {
1405
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1403
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1406
1404
  })
1407
1405
  .s("AmazonSSM", "ListResourceDataSync", {})
1408
1406
  .n("SSMClient", "ListResourceDataSyncCommand")
@@ -1410,11 +1408,11 @@ class ListResourceDataSyncCommand extends smithyClient.Command
1410
1408
  .build() {
1411
1409
  }
1412
1410
 
1413
- class ListTagsForResourceCommand extends smithyClient.Command
1411
+ class ListTagsForResourceCommand extends client.Command
1414
1412
  .classBuilder()
1415
1413
  .ep(commonParams)
1416
1414
  .m(function (Command, cs, config, o) {
1417
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1415
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1418
1416
  })
1419
1417
  .s("AmazonSSM", "ListTagsForResource", {})
1420
1418
  .n("SSMClient", "ListTagsForResourceCommand")
@@ -1422,11 +1420,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1422
1420
  .build() {
1423
1421
  }
1424
1422
 
1425
- class ModifyDocumentPermissionCommand extends smithyClient.Command
1423
+ class ModifyDocumentPermissionCommand extends client.Command
1426
1424
  .classBuilder()
1427
1425
  .ep(commonParams)
1428
1426
  .m(function (Command, cs, config, o) {
1429
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1427
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1430
1428
  })
1431
1429
  .s("AmazonSSM", "ModifyDocumentPermission", {})
1432
1430
  .n("SSMClient", "ModifyDocumentPermissionCommand")
@@ -1434,11 +1432,11 @@ class ModifyDocumentPermissionCommand extends smithyClient.Command
1434
1432
  .build() {
1435
1433
  }
1436
1434
 
1437
- class PutComplianceItemsCommand extends smithyClient.Command
1435
+ class PutComplianceItemsCommand extends client.Command
1438
1436
  .classBuilder()
1439
1437
  .ep(commonParams)
1440
1438
  .m(function (Command, cs, config, o) {
1441
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1439
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1442
1440
  })
1443
1441
  .s("AmazonSSM", "PutComplianceItems", {})
1444
1442
  .n("SSMClient", "PutComplianceItemsCommand")
@@ -1446,11 +1444,11 @@ class PutComplianceItemsCommand extends smithyClient.Command
1446
1444
  .build() {
1447
1445
  }
1448
1446
 
1449
- class PutInventoryCommand extends smithyClient.Command
1447
+ class PutInventoryCommand extends client.Command
1450
1448
  .classBuilder()
1451
1449
  .ep(commonParams)
1452
1450
  .m(function (Command, cs, config, o) {
1453
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1451
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1454
1452
  })
1455
1453
  .s("AmazonSSM", "PutInventory", {})
1456
1454
  .n("SSMClient", "PutInventoryCommand")
@@ -1458,11 +1456,11 @@ class PutInventoryCommand extends smithyClient.Command
1458
1456
  .build() {
1459
1457
  }
1460
1458
 
1461
- class PutParameterCommand extends smithyClient.Command
1459
+ class PutParameterCommand extends client.Command
1462
1460
  .classBuilder()
1463
1461
  .ep(commonParams)
1464
1462
  .m(function (Command, cs, config, o) {
1465
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1466
1464
  })
1467
1465
  .s("AmazonSSM", "PutParameter", {})
1468
1466
  .n("SSMClient", "PutParameterCommand")
@@ -1470,11 +1468,11 @@ class PutParameterCommand extends smithyClient.Command
1470
1468
  .build() {
1471
1469
  }
1472
1470
 
1473
- class PutResourcePolicyCommand extends smithyClient.Command
1471
+ class PutResourcePolicyCommand extends client.Command
1474
1472
  .classBuilder()
1475
1473
  .ep(commonParams)
1476
1474
  .m(function (Command, cs, config, o) {
1477
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1475
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1478
1476
  })
1479
1477
  .s("AmazonSSM", "PutResourcePolicy", {})
1480
1478
  .n("SSMClient", "PutResourcePolicyCommand")
@@ -1482,11 +1480,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
1482
1480
  .build() {
1483
1481
  }
1484
1482
 
1485
- class RegisterDefaultPatchBaselineCommand extends smithyClient.Command
1483
+ class RegisterDefaultPatchBaselineCommand extends client.Command
1486
1484
  .classBuilder()
1487
1485
  .ep(commonParams)
1488
1486
  .m(function (Command, cs, config, o) {
1489
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1487
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1490
1488
  })
1491
1489
  .s("AmazonSSM", "RegisterDefaultPatchBaseline", {})
1492
1490
  .n("SSMClient", "RegisterDefaultPatchBaselineCommand")
@@ -1494,11 +1492,11 @@ class RegisterDefaultPatchBaselineCommand extends smithyClient.Command
1494
1492
  .build() {
1495
1493
  }
1496
1494
 
1497
- class RegisterPatchBaselineForPatchGroupCommand extends smithyClient.Command
1495
+ class RegisterPatchBaselineForPatchGroupCommand extends client.Command
1498
1496
  .classBuilder()
1499
1497
  .ep(commonParams)
1500
1498
  .m(function (Command, cs, config, o) {
1501
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1499
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1502
1500
  })
1503
1501
  .s("AmazonSSM", "RegisterPatchBaselineForPatchGroup", {})
1504
1502
  .n("SSMClient", "RegisterPatchBaselineForPatchGroupCommand")
@@ -1506,11 +1504,11 @@ class RegisterPatchBaselineForPatchGroupCommand extends smithyClient.Command
1506
1504
  .build() {
1507
1505
  }
1508
1506
 
1509
- class RegisterTargetWithMaintenanceWindowCommand extends smithyClient.Command
1507
+ class RegisterTargetWithMaintenanceWindowCommand extends client.Command
1510
1508
  .classBuilder()
1511
1509
  .ep(commonParams)
1512
1510
  .m(function (Command, cs, config, o) {
1513
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1511
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1514
1512
  })
1515
1513
  .s("AmazonSSM", "RegisterTargetWithMaintenanceWindow", {})
1516
1514
  .n("SSMClient", "RegisterTargetWithMaintenanceWindowCommand")
@@ -1518,11 +1516,11 @@ class RegisterTargetWithMaintenanceWindowCommand extends smithyClient.Command
1518
1516
  .build() {
1519
1517
  }
1520
1518
 
1521
- class RegisterTaskWithMaintenanceWindowCommand extends smithyClient.Command
1519
+ class RegisterTaskWithMaintenanceWindowCommand extends client.Command
1522
1520
  .classBuilder()
1523
1521
  .ep(commonParams)
1524
1522
  .m(function (Command, cs, config, o) {
1525
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1523
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1526
1524
  })
1527
1525
  .s("AmazonSSM", "RegisterTaskWithMaintenanceWindow", {})
1528
1526
  .n("SSMClient", "RegisterTaskWithMaintenanceWindowCommand")
@@ -1530,11 +1528,11 @@ class RegisterTaskWithMaintenanceWindowCommand extends smithyClient.Command
1530
1528
  .build() {
1531
1529
  }
1532
1530
 
1533
- class RemoveTagsFromResourceCommand extends smithyClient.Command
1531
+ class RemoveTagsFromResourceCommand extends client.Command
1534
1532
  .classBuilder()
1535
1533
  .ep(commonParams)
1536
1534
  .m(function (Command, cs, config, o) {
1537
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1535
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1538
1536
  })
1539
1537
  .s("AmazonSSM", "RemoveTagsFromResource", {})
1540
1538
  .n("SSMClient", "RemoveTagsFromResourceCommand")
@@ -1542,11 +1540,11 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
1542
1540
  .build() {
1543
1541
  }
1544
1542
 
1545
- class ResetServiceSettingCommand extends smithyClient.Command
1543
+ class ResetServiceSettingCommand extends client.Command
1546
1544
  .classBuilder()
1547
1545
  .ep(commonParams)
1548
1546
  .m(function (Command, cs, config, o) {
1549
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1547
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1550
1548
  })
1551
1549
  .s("AmazonSSM", "ResetServiceSetting", {})
1552
1550
  .n("SSMClient", "ResetServiceSettingCommand")
@@ -1554,11 +1552,11 @@ class ResetServiceSettingCommand extends smithyClient.Command
1554
1552
  .build() {
1555
1553
  }
1556
1554
 
1557
- class ResumeSessionCommand extends smithyClient.Command
1555
+ class ResumeSessionCommand extends client.Command
1558
1556
  .classBuilder()
1559
1557
  .ep(commonParams)
1560
1558
  .m(function (Command, cs, config, o) {
1561
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1559
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1562
1560
  })
1563
1561
  .s("AmazonSSM", "ResumeSession", {})
1564
1562
  .n("SSMClient", "ResumeSessionCommand")
@@ -1566,11 +1564,11 @@ class ResumeSessionCommand extends smithyClient.Command
1566
1564
  .build() {
1567
1565
  }
1568
1566
 
1569
- class SendAutomationSignalCommand extends smithyClient.Command
1567
+ class SendAutomationSignalCommand extends client.Command
1570
1568
  .classBuilder()
1571
1569
  .ep(commonParams)
1572
1570
  .m(function (Command, cs, config, o) {
1573
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1571
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1574
1572
  })
1575
1573
  .s("AmazonSSM", "SendAutomationSignal", {})
1576
1574
  .n("SSMClient", "SendAutomationSignalCommand")
@@ -1578,11 +1576,11 @@ class SendAutomationSignalCommand extends smithyClient.Command
1578
1576
  .build() {
1579
1577
  }
1580
1578
 
1581
- class SendCommandCommand extends smithyClient.Command
1579
+ class SendCommandCommand extends client.Command
1582
1580
  .classBuilder()
1583
1581
  .ep(commonParams)
1584
1582
  .m(function (Command, cs, config, o) {
1585
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1583
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1586
1584
  })
1587
1585
  .s("AmazonSSM", "SendCommand", {})
1588
1586
  .n("SSMClient", "SendCommandCommand")
@@ -1590,11 +1588,11 @@ class SendCommandCommand extends smithyClient.Command
1590
1588
  .build() {
1591
1589
  }
1592
1590
 
1593
- class StartAccessRequestCommand extends smithyClient.Command
1591
+ class StartAccessRequestCommand extends client.Command
1594
1592
  .classBuilder()
1595
1593
  .ep(commonParams)
1596
1594
  .m(function (Command, cs, config, o) {
1597
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1595
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1598
1596
  })
1599
1597
  .s("AmazonSSM", "StartAccessRequest", {})
1600
1598
  .n("SSMClient", "StartAccessRequestCommand")
@@ -1602,11 +1600,11 @@ class StartAccessRequestCommand extends smithyClient.Command
1602
1600
  .build() {
1603
1601
  }
1604
1602
 
1605
- class StartAssociationsOnceCommand extends smithyClient.Command
1603
+ class StartAssociationsOnceCommand extends client.Command
1606
1604
  .classBuilder()
1607
1605
  .ep(commonParams)
1608
1606
  .m(function (Command, cs, config, o) {
1609
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1607
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1610
1608
  })
1611
1609
  .s("AmazonSSM", "StartAssociationsOnce", {})
1612
1610
  .n("SSMClient", "StartAssociationsOnceCommand")
@@ -1614,11 +1612,11 @@ class StartAssociationsOnceCommand extends smithyClient.Command
1614
1612
  .build() {
1615
1613
  }
1616
1614
 
1617
- class StartAutomationExecutionCommand extends smithyClient.Command
1615
+ class StartAutomationExecutionCommand extends client.Command
1618
1616
  .classBuilder()
1619
1617
  .ep(commonParams)
1620
1618
  .m(function (Command, cs, config, o) {
1621
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1622
1620
  })
1623
1621
  .s("AmazonSSM", "StartAutomationExecution", {})
1624
1622
  .n("SSMClient", "StartAutomationExecutionCommand")
@@ -1626,11 +1624,11 @@ class StartAutomationExecutionCommand extends smithyClient.Command
1626
1624
  .build() {
1627
1625
  }
1628
1626
 
1629
- class StartChangeRequestExecutionCommand extends smithyClient.Command
1627
+ class StartChangeRequestExecutionCommand extends client.Command
1630
1628
  .classBuilder()
1631
1629
  .ep(commonParams)
1632
1630
  .m(function (Command, cs, config, o) {
1633
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1631
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1634
1632
  })
1635
1633
  .s("AmazonSSM", "StartChangeRequestExecution", {})
1636
1634
  .n("SSMClient", "StartChangeRequestExecutionCommand")
@@ -1638,11 +1636,11 @@ class StartChangeRequestExecutionCommand extends smithyClient.Command
1638
1636
  .build() {
1639
1637
  }
1640
1638
 
1641
- class StartExecutionPreviewCommand extends smithyClient.Command
1639
+ class StartExecutionPreviewCommand extends client.Command
1642
1640
  .classBuilder()
1643
1641
  .ep(commonParams)
1644
1642
  .m(function (Command, cs, config, o) {
1645
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1643
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1646
1644
  })
1647
1645
  .s("AmazonSSM", "StartExecutionPreview", {})
1648
1646
  .n("SSMClient", "StartExecutionPreviewCommand")
@@ -1650,11 +1648,11 @@ class StartExecutionPreviewCommand extends smithyClient.Command
1650
1648
  .build() {
1651
1649
  }
1652
1650
 
1653
- class StartSessionCommand extends smithyClient.Command
1651
+ class StartSessionCommand extends client.Command
1654
1652
  .classBuilder()
1655
1653
  .ep(commonParams)
1656
1654
  .m(function (Command, cs, config, o) {
1657
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1655
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1658
1656
  })
1659
1657
  .s("AmazonSSM", "StartSession", {})
1660
1658
  .n("SSMClient", "StartSessionCommand")
@@ -1662,11 +1660,11 @@ class StartSessionCommand extends smithyClient.Command
1662
1660
  .build() {
1663
1661
  }
1664
1662
 
1665
- class StopAutomationExecutionCommand extends smithyClient.Command
1663
+ class StopAutomationExecutionCommand extends client.Command
1666
1664
  .classBuilder()
1667
1665
  .ep(commonParams)
1668
1666
  .m(function (Command, cs, config, o) {
1669
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1670
1668
  })
1671
1669
  .s("AmazonSSM", "StopAutomationExecution", {})
1672
1670
  .n("SSMClient", "StopAutomationExecutionCommand")
@@ -1674,11 +1672,11 @@ class StopAutomationExecutionCommand extends smithyClient.Command
1674
1672
  .build() {
1675
1673
  }
1676
1674
 
1677
- class TerminateSessionCommand extends smithyClient.Command
1675
+ class TerminateSessionCommand extends client.Command
1678
1676
  .classBuilder()
1679
1677
  .ep(commonParams)
1680
1678
  .m(function (Command, cs, config, o) {
1681
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1679
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1682
1680
  })
1683
1681
  .s("AmazonSSM", "TerminateSession", {})
1684
1682
  .n("SSMClient", "TerminateSessionCommand")
@@ -1686,11 +1684,11 @@ class TerminateSessionCommand extends smithyClient.Command
1686
1684
  .build() {
1687
1685
  }
1688
1686
 
1689
- class UnlabelParameterVersionCommand extends smithyClient.Command
1687
+ class UnlabelParameterVersionCommand extends client.Command
1690
1688
  .classBuilder()
1691
1689
  .ep(commonParams)
1692
1690
  .m(function (Command, cs, config, o) {
1693
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1691
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1694
1692
  })
1695
1693
  .s("AmazonSSM", "UnlabelParameterVersion", {})
1696
1694
  .n("SSMClient", "UnlabelParameterVersionCommand")
@@ -1698,11 +1696,11 @@ class UnlabelParameterVersionCommand extends smithyClient.Command
1698
1696
  .build() {
1699
1697
  }
1700
1698
 
1701
- class UpdateAssociationCommand extends smithyClient.Command
1699
+ class UpdateAssociationCommand extends client.Command
1702
1700
  .classBuilder()
1703
1701
  .ep(commonParams)
1704
1702
  .m(function (Command, cs, config, o) {
1705
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1703
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1706
1704
  })
1707
1705
  .s("AmazonSSM", "UpdateAssociation", {})
1708
1706
  .n("SSMClient", "UpdateAssociationCommand")
@@ -1710,11 +1708,11 @@ class UpdateAssociationCommand extends smithyClient.Command
1710
1708
  .build() {
1711
1709
  }
1712
1710
 
1713
- class UpdateAssociationStatusCommand extends smithyClient.Command
1711
+ class UpdateAssociationStatusCommand extends client.Command
1714
1712
  .classBuilder()
1715
1713
  .ep(commonParams)
1716
1714
  .m(function (Command, cs, config, o) {
1717
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1715
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1718
1716
  })
1719
1717
  .s("AmazonSSM", "UpdateAssociationStatus", {})
1720
1718
  .n("SSMClient", "UpdateAssociationStatusCommand")
@@ -1722,11 +1720,11 @@ class UpdateAssociationStatusCommand extends smithyClient.Command
1722
1720
  .build() {
1723
1721
  }
1724
1722
 
1725
- class UpdateDocumentCommand extends smithyClient.Command
1723
+ class UpdateDocumentCommand extends client.Command
1726
1724
  .classBuilder()
1727
1725
  .ep(commonParams)
1728
1726
  .m(function (Command, cs, config, o) {
1729
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1727
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1730
1728
  })
1731
1729
  .s("AmazonSSM", "UpdateDocument", {})
1732
1730
  .n("SSMClient", "UpdateDocumentCommand")
@@ -1734,11 +1732,11 @@ class UpdateDocumentCommand extends smithyClient.Command
1734
1732
  .build() {
1735
1733
  }
1736
1734
 
1737
- class UpdateDocumentDefaultVersionCommand extends smithyClient.Command
1735
+ class UpdateDocumentDefaultVersionCommand extends client.Command
1738
1736
  .classBuilder()
1739
1737
  .ep(commonParams)
1740
1738
  .m(function (Command, cs, config, o) {
1741
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1739
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1742
1740
  })
1743
1741
  .s("AmazonSSM", "UpdateDocumentDefaultVersion", {})
1744
1742
  .n("SSMClient", "UpdateDocumentDefaultVersionCommand")
@@ -1746,11 +1744,11 @@ class UpdateDocumentDefaultVersionCommand extends smithyClient.Command
1746
1744
  .build() {
1747
1745
  }
1748
1746
 
1749
- class UpdateDocumentMetadataCommand extends smithyClient.Command
1747
+ class UpdateDocumentMetadataCommand extends client.Command
1750
1748
  .classBuilder()
1751
1749
  .ep(commonParams)
1752
1750
  .m(function (Command, cs, config, o) {
1753
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1751
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1754
1752
  })
1755
1753
  .s("AmazonSSM", "UpdateDocumentMetadata", {})
1756
1754
  .n("SSMClient", "UpdateDocumentMetadataCommand")
@@ -1758,11 +1756,11 @@ class UpdateDocumentMetadataCommand extends smithyClient.Command
1758
1756
  .build() {
1759
1757
  }
1760
1758
 
1761
- class UpdateMaintenanceWindowCommand extends smithyClient.Command
1759
+ class UpdateMaintenanceWindowCommand extends client.Command
1762
1760
  .classBuilder()
1763
1761
  .ep(commonParams)
1764
1762
  .m(function (Command, cs, config, o) {
1765
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1763
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1766
1764
  })
1767
1765
  .s("AmazonSSM", "UpdateMaintenanceWindow", {})
1768
1766
  .n("SSMClient", "UpdateMaintenanceWindowCommand")
@@ -1770,11 +1768,11 @@ class UpdateMaintenanceWindowCommand extends smithyClient.Command
1770
1768
  .build() {
1771
1769
  }
1772
1770
 
1773
- class UpdateMaintenanceWindowTargetCommand extends smithyClient.Command
1771
+ class UpdateMaintenanceWindowTargetCommand extends client.Command
1774
1772
  .classBuilder()
1775
1773
  .ep(commonParams)
1776
1774
  .m(function (Command, cs, config, o) {
1777
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1778
1776
  })
1779
1777
  .s("AmazonSSM", "UpdateMaintenanceWindowTarget", {})
1780
1778
  .n("SSMClient", "UpdateMaintenanceWindowTargetCommand")
@@ -1782,11 +1780,11 @@ class UpdateMaintenanceWindowTargetCommand extends smithyClient.Command
1782
1780
  .build() {
1783
1781
  }
1784
1782
 
1785
- class UpdateMaintenanceWindowTaskCommand extends smithyClient.Command
1783
+ class UpdateMaintenanceWindowTaskCommand extends client.Command
1786
1784
  .classBuilder()
1787
1785
  .ep(commonParams)
1788
1786
  .m(function (Command, cs, config, o) {
1789
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1787
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1790
1788
  })
1791
1789
  .s("AmazonSSM", "UpdateMaintenanceWindowTask", {})
1792
1790
  .n("SSMClient", "UpdateMaintenanceWindowTaskCommand")
@@ -1794,11 +1792,11 @@ class UpdateMaintenanceWindowTaskCommand extends smithyClient.Command
1794
1792
  .build() {
1795
1793
  }
1796
1794
 
1797
- class UpdateManagedInstanceRoleCommand extends smithyClient.Command
1795
+ class UpdateManagedInstanceRoleCommand extends client.Command
1798
1796
  .classBuilder()
1799
1797
  .ep(commonParams)
1800
1798
  .m(function (Command, cs, config, o) {
1801
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1799
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1802
1800
  })
1803
1801
  .s("AmazonSSM", "UpdateManagedInstanceRole", {})
1804
1802
  .n("SSMClient", "UpdateManagedInstanceRoleCommand")
@@ -1806,11 +1804,11 @@ class UpdateManagedInstanceRoleCommand extends smithyClient.Command
1806
1804
  .build() {
1807
1805
  }
1808
1806
 
1809
- class UpdateOpsItemCommand extends smithyClient.Command
1807
+ class UpdateOpsItemCommand extends client.Command
1810
1808
  .classBuilder()
1811
1809
  .ep(commonParams)
1812
1810
  .m(function (Command, cs, config, o) {
1813
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1811
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1814
1812
  })
1815
1813
  .s("AmazonSSM", "UpdateOpsItem", {})
1816
1814
  .n("SSMClient", "UpdateOpsItemCommand")
@@ -1818,11 +1816,11 @@ class UpdateOpsItemCommand extends smithyClient.Command
1818
1816
  .build() {
1819
1817
  }
1820
1818
 
1821
- class UpdateOpsMetadataCommand extends smithyClient.Command
1819
+ class UpdateOpsMetadataCommand extends client.Command
1822
1820
  .classBuilder()
1823
1821
  .ep(commonParams)
1824
1822
  .m(function (Command, cs, config, o) {
1825
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1823
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1826
1824
  })
1827
1825
  .s("AmazonSSM", "UpdateOpsMetadata", {})
1828
1826
  .n("SSMClient", "UpdateOpsMetadataCommand")
@@ -1830,11 +1828,11 @@ class UpdateOpsMetadataCommand extends smithyClient.Command
1830
1828
  .build() {
1831
1829
  }
1832
1830
 
1833
- class UpdatePatchBaselineCommand extends smithyClient.Command
1831
+ class UpdatePatchBaselineCommand extends client.Command
1834
1832
  .classBuilder()
1835
1833
  .ep(commonParams)
1836
1834
  .m(function (Command, cs, config, o) {
1837
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1835
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1838
1836
  })
1839
1837
  .s("AmazonSSM", "UpdatePatchBaseline", {})
1840
1838
  .n("SSMClient", "UpdatePatchBaselineCommand")
@@ -1842,11 +1840,11 @@ class UpdatePatchBaselineCommand extends smithyClient.Command
1842
1840
  .build() {
1843
1841
  }
1844
1842
 
1845
- class UpdateResourceDataSyncCommand extends smithyClient.Command
1843
+ class UpdateResourceDataSyncCommand extends client.Command
1846
1844
  .classBuilder()
1847
1845
  .ep(commonParams)
1848
1846
  .m(function (Command, cs, config, o) {
1849
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1847
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1850
1848
  })
1851
1849
  .s("AmazonSSM", "UpdateResourceDataSync", {})
1852
1850
  .n("SSMClient", "UpdateResourceDataSyncCommand")
@@ -1854,11 +1852,11 @@ class UpdateResourceDataSyncCommand extends smithyClient.Command
1854
1852
  .build() {
1855
1853
  }
1856
1854
 
1857
- class UpdateServiceSettingCommand extends smithyClient.Command
1855
+ class UpdateServiceSettingCommand extends client.Command
1858
1856
  .classBuilder()
1859
1857
  .ep(commonParams)
1860
1858
  .m(function (Command, cs, config, o) {
1861
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1859
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1862
1860
  })
1863
1861
  .s("AmazonSSM", "UpdateServiceSetting", {})
1864
1862
  .n("SSMClient", "UpdateServiceSettingCommand")
@@ -1966,17 +1964,17 @@ const paginateListResourceComplianceSummaries = core.createPaginator(SSMClient,
1966
1964
 
1967
1965
  const paginateListResourceDataSync = core.createPaginator(SSMClient, ListResourceDataSyncCommand, "NextToken", "NextToken", "MaxResults");
1968
1966
 
1969
- const checkState = async (client, input) => {
1967
+ const checkState = async (client$1, input) => {
1970
1968
  let reason;
1971
1969
  try {
1972
- let result = await client.send(new GetCommandInvocationCommand(input));
1970
+ let result = await client$1.send(new GetCommandInvocationCommand(input));
1973
1971
  reason = result;
1974
1972
  try {
1975
1973
  const returnComparator = () => {
1976
1974
  return result.Status;
1977
1975
  };
1978
1976
  if (returnComparator() === "Pending") {
1979
- return { state: utilWaiter.WaiterState.RETRY, reason };
1977
+ return { state: client.WaiterState.RETRY, reason };
1980
1978
  }
1981
1979
  }
1982
1980
  catch (e) { }
@@ -1985,7 +1983,7 @@ const checkState = async (client, input) => {
1985
1983
  return result.Status;
1986
1984
  };
1987
1985
  if (returnComparator() === "InProgress") {
1988
- return { state: utilWaiter.WaiterState.RETRY, reason };
1986
+ return { state: client.WaiterState.RETRY, reason };
1989
1987
  }
1990
1988
  }
1991
1989
  catch (e) { }
@@ -1994,7 +1992,7 @@ const checkState = async (client, input) => {
1994
1992
  return result.Status;
1995
1993
  };
1996
1994
  if (returnComparator() === "Delayed") {
1997
- return { state: utilWaiter.WaiterState.RETRY, reason };
1995
+ return { state: client.WaiterState.RETRY, reason };
1998
1996
  }
1999
1997
  }
2000
1998
  catch (e) { }
@@ -2003,7 +2001,7 @@ const checkState = async (client, input) => {
2003
2001
  return result.Status;
2004
2002
  };
2005
2003
  if (returnComparator() === "Success") {
2006
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2004
+ return { state: client.WaiterState.SUCCESS, reason };
2007
2005
  }
2008
2006
  }
2009
2007
  catch (e) { }
@@ -2012,7 +2010,7 @@ const checkState = async (client, input) => {
2012
2010
  return result.Status;
2013
2011
  };
2014
2012
  if (returnComparator() === "Cancelled") {
2015
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2013
+ return { state: client.WaiterState.FAILURE, reason };
2016
2014
  }
2017
2015
  }
2018
2016
  catch (e) { }
@@ -2021,7 +2019,7 @@ const checkState = async (client, input) => {
2021
2019
  return result.Status;
2022
2020
  };
2023
2021
  if (returnComparator() === "TimedOut") {
2024
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2022
+ return { state: client.WaiterState.FAILURE, reason };
2025
2023
  }
2026
2024
  }
2027
2025
  catch (e) { }
@@ -2030,7 +2028,7 @@ const checkState = async (client, input) => {
2030
2028
  return result.Status;
2031
2029
  };
2032
2030
  if (returnComparator() === "Failed") {
2033
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2031
+ return { state: client.WaiterState.FAILURE, reason };
2034
2032
  }
2035
2033
  }
2036
2034
  catch (e) { }
@@ -2039,7 +2037,7 @@ const checkState = async (client, input) => {
2039
2037
  return result.Status;
2040
2038
  };
2041
2039
  if (returnComparator() === "Cancelling") {
2042
- return { state: utilWaiter.WaiterState.FAILURE, reason };
2040
+ return { state: client.WaiterState.FAILURE, reason };
2043
2041
  }
2044
2042
  }
2045
2043
  catch (e) { }
@@ -2047,19 +2045,19 @@ const checkState = async (client, input) => {
2047
2045
  catch (exception) {
2048
2046
  reason = exception;
2049
2047
  if (exception.name === "InvocationDoesNotExist") {
2050
- return { state: utilWaiter.WaiterState.RETRY, reason };
2048
+ return { state: client.WaiterState.RETRY, reason };
2051
2049
  }
2052
2050
  }
2053
- return { state: utilWaiter.WaiterState.RETRY, reason };
2051
+ return { state: client.WaiterState.RETRY, reason };
2054
2052
  };
2055
2053
  const waitForCommandExecuted = async (params, input) => {
2056
2054
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2057
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2055
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2058
2056
  };
2059
2057
  const waitUntilCommandExecuted = async (params, input) => {
2060
2058
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2061
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2062
- return utilWaiter.checkExceptions(result);
2059
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2060
+ return client.checkExceptions(result);
2063
2061
  };
2064
2062
 
2065
2063
  const commands = {
@@ -2267,7 +2265,7 @@ const waiters = {
2267
2265
  };
2268
2266
  class SSM extends SSMClient {
2269
2267
  }
2270
- smithyClient.createAggregatedClient(commands, SSM, { paginators, waiters });
2268
+ client.createAggregatedClient(commands, SSM, { paginators, waiters });
2271
2269
 
2272
2270
  const AccessRequestStatus = {
2273
2271
  APPROVED: "Approved",
@@ -2944,8 +2942,8 @@ const DocumentReviewAction = {
2944
2942
  UpdateReview: "UpdateReview",
2945
2943
  };
2946
2944
 
2947
- exports.$Command = smithyClient.Command;
2948
- exports.__Client = smithyClient.Client;
2945
+ exports.$Command = client.Command;
2946
+ exports.__Client = client.Client;
2949
2947
  exports.SSMServiceException = SSMServiceException.SSMServiceException;
2950
2948
  exports.AccessRequestStatus = AccessRequestStatus;
2951
2949
  exports.AccessType = AccessType;