@aws-sdk/client-proton 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 (328) 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 +277 -279
  5. package/dist-cjs/models/ProtonServiceException.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/Proton.js +1 -1
  10. package/dist-es/ProtonClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +2 -2
  13. package/dist-es/commands/CancelComponentDeploymentCommand.js +2 -2
  14. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +2 -2
  15. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +2 -2
  16. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +2 -2
  17. package/dist-es/commands/CreateComponentCommand.js +2 -2
  18. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +2 -2
  19. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  20. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +2 -2
  21. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +2 -2
  22. package/dist-es/commands/CreateRepositoryCommand.js +2 -2
  23. package/dist-es/commands/CreateServiceCommand.js +2 -2
  24. package/dist-es/commands/CreateServiceInstanceCommand.js +2 -2
  25. package/dist-es/commands/CreateServiceSyncConfigCommand.js +2 -2
  26. package/dist-es/commands/CreateServiceTemplateCommand.js +2 -2
  27. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +2 -2
  28. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +2 -2
  29. package/dist-es/commands/DeleteComponentCommand.js +2 -2
  30. package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
  31. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +2 -2
  32. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  33. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +2 -2
  34. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +2 -2
  35. package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
  36. package/dist-es/commands/DeleteServiceCommand.js +2 -2
  37. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +2 -2
  38. package/dist-es/commands/DeleteServiceTemplateCommand.js +2 -2
  39. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +2 -2
  40. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +2 -2
  41. package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  42. package/dist-es/commands/GetComponentCommand.js +2 -2
  43. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  44. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +2 -2
  45. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  46. package/dist-es/commands/GetEnvironmentTemplateCommand.js +2 -2
  47. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +2 -2
  48. package/dist-es/commands/GetRepositoryCommand.js +2 -2
  49. package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -2
  50. package/dist-es/commands/GetResourcesSummaryCommand.js +2 -2
  51. package/dist-es/commands/GetServiceCommand.js +2 -2
  52. package/dist-es/commands/GetServiceInstanceCommand.js +2 -2
  53. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +2 -2
  54. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +2 -2
  55. package/dist-es/commands/GetServiceSyncConfigCommand.js +2 -2
  56. package/dist-es/commands/GetServiceTemplateCommand.js +2 -2
  57. package/dist-es/commands/GetServiceTemplateVersionCommand.js +2 -2
  58. package/dist-es/commands/GetTemplateSyncConfigCommand.js +2 -2
  59. package/dist-es/commands/GetTemplateSyncStatusCommand.js +2 -2
  60. package/dist-es/commands/ListComponentOutputsCommand.js +2 -2
  61. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +2 -2
  62. package/dist-es/commands/ListComponentsCommand.js +2 -2
  63. package/dist-es/commands/ListDeploymentsCommand.js +2 -2
  64. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +2 -2
  65. package/dist-es/commands/ListEnvironmentOutputsCommand.js +2 -2
  66. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +2 -2
  67. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +2 -2
  68. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +2 -2
  69. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  70. package/dist-es/commands/ListRepositoriesCommand.js +2 -2
  71. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
  72. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +2 -2
  73. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +2 -2
  74. package/dist-es/commands/ListServiceInstancesCommand.js +2 -2
  75. package/dist-es/commands/ListServicePipelineOutputsCommand.js +2 -2
  76. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +2 -2
  77. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +2 -2
  78. package/dist-es/commands/ListServiceTemplatesCommand.js +2 -2
  79. package/dist-es/commands/ListServicesCommand.js +2 -2
  80. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  81. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +2 -2
  82. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +2 -2
  83. package/dist-es/commands/TagResourceCommand.js +2 -2
  84. package/dist-es/commands/UntagResourceCommand.js +2 -2
  85. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  86. package/dist-es/commands/UpdateComponentCommand.js +2 -2
  87. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +2 -2
  88. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
  89. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +2 -2
  90. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +2 -2
  91. package/dist-es/commands/UpdateServiceCommand.js +2 -2
  92. package/dist-es/commands/UpdateServiceInstanceCommand.js +2 -2
  93. package/dist-es/commands/UpdateServicePipelineCommand.js +2 -2
  94. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +2 -2
  95. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +2 -2
  96. package/dist-es/commands/UpdateServiceTemplateCommand.js +2 -2
  97. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +2 -2
  98. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +2 -2
  99. package/dist-es/endpoint/bdd.js +1 -1
  100. package/dist-es/endpoint/endpointResolver.js +1 -1
  101. package/dist-es/models/ProtonServiceException.js +1 -1
  102. package/dist-es/runtimeConfig.browser.js +4 -6
  103. package/dist-es/runtimeConfig.js +4 -8
  104. package/dist-es/runtimeConfig.shared.js +3 -4
  105. package/dist-es/runtimeExtensions.js +2 -2
  106. package/dist-es/waiters/waitForComponentDeleted.js +1 -1
  107. package/dist-es/waiters/waitForComponentDeployed.js +1 -1
  108. package/dist-es/waiters/waitForEnvironmentDeployed.js +1 -1
  109. package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +1 -1
  110. package/dist-es/waiters/waitForServiceCreated.js +1 -1
  111. package/dist-es/waiters/waitForServiceDeleted.js +1 -1
  112. package/dist-es/waiters/waitForServiceInstanceDeployed.js +1 -1
  113. package/dist-es/waiters/waitForServicePipelineDeployed.js +1 -1
  114. package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +1 -1
  115. package/dist-es/waiters/waitForServiceUpdated.js +1 -1
  116. package/dist-types/Proton.d.ts +1 -1
  117. package/dist-types/ProtonClient.d.ts +5 -5
  118. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +6 -4
  119. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +6 -4
  120. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +6 -4
  121. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +6 -4
  122. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +6 -4
  123. package/dist-types/commands/CreateComponentCommand.d.ts +6 -4
  124. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +6 -4
  125. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
  126. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +6 -4
  127. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +6 -4
  128. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -4
  129. package/dist-types/commands/CreateServiceCommand.d.ts +6 -4
  130. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +6 -4
  131. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +6 -4
  132. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -4
  133. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +6 -4
  134. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +6 -4
  135. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -4
  136. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -4
  137. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +6 -4
  138. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
  139. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +6 -4
  140. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +6 -4
  141. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -4
  142. package/dist-types/commands/DeleteServiceCommand.d.ts +6 -4
  143. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +6 -4
  144. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +6 -4
  145. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -4
  146. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +6 -4
  147. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
  148. package/dist-types/commands/GetComponentCommand.d.ts +6 -4
  149. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -4
  150. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +6 -4
  151. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
  152. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +6 -4
  153. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +6 -4
  154. package/dist-types/commands/GetRepositoryCommand.d.ts +6 -4
  155. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
  156. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +6 -4
  157. package/dist-types/commands/GetServiceCommand.d.ts +6 -4
  158. package/dist-types/commands/GetServiceInstanceCommand.d.ts +6 -4
  159. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +6 -4
  160. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +6 -4
  161. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +6 -4
  162. package/dist-types/commands/GetServiceTemplateCommand.d.ts +6 -4
  163. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +6 -4
  164. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +6 -4
  165. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +6 -4
  166. package/dist-types/commands/ListComponentOutputsCommand.d.ts +6 -4
  167. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +6 -4
  168. package/dist-types/commands/ListComponentsCommand.d.ts +6 -4
  169. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -4
  170. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +6 -4
  171. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +6 -4
  172. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +6 -4
  173. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +6 -4
  174. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +6 -4
  175. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
  176. package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -4
  177. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
  178. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +6 -4
  179. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +6 -4
  180. package/dist-types/commands/ListServiceInstancesCommand.d.ts +6 -4
  181. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +6 -4
  182. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +6 -4
  183. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +6 -4
  184. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +6 -4
  185. package/dist-types/commands/ListServicesCommand.d.ts +6 -4
  186. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  187. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +6 -4
  188. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +6 -4
  189. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  190. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  191. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  192. package/dist-types/commands/UpdateComponentCommand.d.ts +6 -4
  193. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +6 -4
  194. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
  195. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +6 -4
  196. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +6 -4
  197. package/dist-types/commands/UpdateServiceCommand.d.ts +6 -4
  198. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +6 -4
  199. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +6 -4
  200. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +6 -4
  201. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +6 -4
  202. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +6 -4
  203. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +6 -4
  204. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +6 -4
  205. package/dist-types/endpoint/bdd.d.ts +1 -1
  206. package/dist-types/extensionConfiguration.d.ts +1 -1
  207. package/dist-types/models/ProtonServiceException.d.ts +1 -1
  208. package/dist-types/models/errors.d.ts +1 -1
  209. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  210. package/dist-types/runtimeConfig.d.ts +2 -2
  211. package/dist-types/runtimeConfig.native.d.ts +2 -2
  212. package/dist-types/ts3.4/Proton.d.ts +1 -1
  213. package/dist-types/ts3.4/ProtonClient.d.ts +8 -14
  214. package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +6 -4
  215. package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +6 -4
  216. package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +6 -4
  217. package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +6 -4
  219. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +6 -4
  220. package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +6 -4
  221. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
  222. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +6 -4
  223. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +6 -4
  224. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/CreateServiceInstanceCommand.d.ts +6 -4
  227. package/dist-types/ts3.4/commands/CreateServiceSyncConfigCommand.d.ts +6 -4
  228. package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +6 -4
  230. package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/DeleteServiceSyncConfigCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/GetResourcesSummaryCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/GetServiceInstanceSyncStatusCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/GetServiceSyncBlockerSummaryCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/GetServiceSyncConfigCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/UpdateServiceSyncBlockerCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/UpdateServiceSyncConfigCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  302. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  303. package/dist-types/ts3.4/models/ProtonServiceException.d.ts +1 -1
  304. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  305. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  306. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  307. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  308. package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +1 -1
  309. package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +1 -1
  310. package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +1 -1
  311. package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +1 -1
  312. package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +1 -1
  313. package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +1 -1
  314. package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +1 -1
  315. package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +1 -1
  316. package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +1 -1
  317. package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +1 -1
  318. package/dist-types/waiters/waitForComponentDeleted.d.ts +1 -1
  319. package/dist-types/waiters/waitForComponentDeployed.d.ts +1 -1
  320. package/dist-types/waiters/waitForEnvironmentDeployed.d.ts +1 -1
  321. package/dist-types/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +1 -1
  322. package/dist-types/waiters/waitForServiceCreated.d.ts +1 -1
  323. package/dist-types/waiters/waitForServiceDeleted.d.ts +1 -1
  324. package/dist-types/waiters/waitForServiceInstanceDeployed.d.ts +1 -1
  325. package/dist-types/waiters/waitForServicePipelineDeployed.d.ts +1 -1
  326. package/dist-types/waiters/waitForServiceTemplateVersionRegistered.d.ts +1 -1
  327. package/dist-types/waiters/waitForServiceUpdated.d.ts +1 -1
  328. 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 ProtonServiceException = require('./models/ProtonServiceException');
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 ProtonClient extends smithyClient.Client {
80
+ class ProtonClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class ProtonClient 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 ProtonClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class AcceptEnvironmentAccountConnectionCommand extends smithyClient.Command
115
+ class AcceptEnvironmentAccountConnectionCommand 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("AwsProton20200720", "AcceptEnvironmentAccountConnection", {})
124
122
  .n("ProtonClient", "AcceptEnvironmentAccountConnectionCommand")
@@ -126,11 +124,11 @@ class AcceptEnvironmentAccountConnectionCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class CancelComponentDeploymentCommand extends smithyClient.Command
127
+ class CancelComponentDeploymentCommand 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("AwsProton20200720", "CancelComponentDeployment", {})
136
134
  .n("ProtonClient", "CancelComponentDeploymentCommand")
@@ -138,11 +136,11 @@ class CancelComponentDeploymentCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class CancelEnvironmentDeploymentCommand extends smithyClient.Command
139
+ class CancelEnvironmentDeploymentCommand 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("AwsProton20200720", "CancelEnvironmentDeployment", {})
148
146
  .n("ProtonClient", "CancelEnvironmentDeploymentCommand")
@@ -150,11 +148,11 @@ class CancelEnvironmentDeploymentCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class CancelServiceInstanceDeploymentCommand extends smithyClient.Command
151
+ class CancelServiceInstanceDeploymentCommand 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("AwsProton20200720", "CancelServiceInstanceDeployment", {})
160
158
  .n("ProtonClient", "CancelServiceInstanceDeploymentCommand")
@@ -162,11 +160,11 @@ class CancelServiceInstanceDeploymentCommand extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class CancelServicePipelineDeploymentCommand extends smithyClient.Command
163
+ class CancelServicePipelineDeploymentCommand 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("AwsProton20200720", "CancelServicePipelineDeployment", {})
172
170
  .n("ProtonClient", "CancelServicePipelineDeploymentCommand")
@@ -174,11 +172,11 @@ class CancelServicePipelineDeploymentCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class CreateComponentCommand extends smithyClient.Command
175
+ class CreateComponentCommand 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("AwsProton20200720", "CreateComponent", {})
184
182
  .n("ProtonClient", "CreateComponentCommand")
@@ -186,11 +184,11 @@ class CreateComponentCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class CreateEnvironmentAccountConnectionCommand extends smithyClient.Command
187
+ class CreateEnvironmentAccountConnectionCommand 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("AwsProton20200720", "CreateEnvironmentAccountConnection", {})
196
194
  .n("ProtonClient", "CreateEnvironmentAccountConnectionCommand")
@@ -198,11 +196,11 @@ class CreateEnvironmentAccountConnectionCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class CreateEnvironmentCommand extends smithyClient.Command
199
+ class CreateEnvironmentCommand 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("AwsProton20200720", "CreateEnvironment", {})
208
206
  .n("ProtonClient", "CreateEnvironmentCommand")
@@ -210,11 +208,11 @@ class CreateEnvironmentCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class CreateEnvironmentTemplateCommand extends smithyClient.Command
211
+ class CreateEnvironmentTemplateCommand 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("AwsProton20200720", "CreateEnvironmentTemplate", {})
220
218
  .n("ProtonClient", "CreateEnvironmentTemplateCommand")
@@ -222,11 +220,11 @@ class CreateEnvironmentTemplateCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class CreateEnvironmentTemplateVersionCommand extends smithyClient.Command
223
+ class CreateEnvironmentTemplateVersionCommand 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("AwsProton20200720", "CreateEnvironmentTemplateVersion", {})
232
230
  .n("ProtonClient", "CreateEnvironmentTemplateVersionCommand")
@@ -234,11 +232,11 @@ class CreateEnvironmentTemplateVersionCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class CreateRepositoryCommand extends smithyClient.Command
235
+ class CreateRepositoryCommand 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("AwsProton20200720", "CreateRepository", {})
244
242
  .n("ProtonClient", "CreateRepositoryCommand")
@@ -246,11 +244,11 @@ class CreateRepositoryCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class CreateServiceCommand extends smithyClient.Command
247
+ class CreateServiceCommand 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("AwsProton20200720", "CreateService", {})
256
254
  .n("ProtonClient", "CreateServiceCommand")
@@ -258,11 +256,11 @@ class CreateServiceCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class CreateServiceInstanceCommand extends smithyClient.Command
259
+ class CreateServiceInstanceCommand 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("AwsProton20200720", "CreateServiceInstance", {})
268
266
  .n("ProtonClient", "CreateServiceInstanceCommand")
@@ -270,11 +268,11 @@ class CreateServiceInstanceCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class CreateServiceSyncConfigCommand extends smithyClient.Command
271
+ class CreateServiceSyncConfigCommand 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("AwsProton20200720", "CreateServiceSyncConfig", {})
280
278
  .n("ProtonClient", "CreateServiceSyncConfigCommand")
@@ -282,11 +280,11 @@ class CreateServiceSyncConfigCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class CreateServiceTemplateCommand extends smithyClient.Command
283
+ class CreateServiceTemplateCommand 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("AwsProton20200720", "CreateServiceTemplate", {})
292
290
  .n("ProtonClient", "CreateServiceTemplateCommand")
@@ -294,11 +292,11 @@ class CreateServiceTemplateCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class CreateServiceTemplateVersionCommand extends smithyClient.Command
295
+ class CreateServiceTemplateVersionCommand 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("AwsProton20200720", "CreateServiceTemplateVersion", {})
304
302
  .n("ProtonClient", "CreateServiceTemplateVersionCommand")
@@ -306,11 +304,11 @@ class CreateServiceTemplateVersionCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class CreateTemplateSyncConfigCommand extends smithyClient.Command
307
+ class CreateTemplateSyncConfigCommand 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("AwsProton20200720", "CreateTemplateSyncConfig", {})
316
314
  .n("ProtonClient", "CreateTemplateSyncConfigCommand")
@@ -318,11 +316,11 @@ class CreateTemplateSyncConfigCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class DeleteComponentCommand extends smithyClient.Command
319
+ class DeleteComponentCommand 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("AwsProton20200720", "DeleteComponent", {})
328
326
  .n("ProtonClient", "DeleteComponentCommand")
@@ -330,11 +328,11 @@ class DeleteComponentCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class DeleteDeploymentCommand extends smithyClient.Command
331
+ class DeleteDeploymentCommand 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("AwsProton20200720", "DeleteDeployment", {})
340
338
  .n("ProtonClient", "DeleteDeploymentCommand")
@@ -342,11 +340,11 @@ class DeleteDeploymentCommand extends smithyClient.Command
342
340
  .build() {
343
341
  }
344
342
 
345
- class DeleteEnvironmentAccountConnectionCommand extends smithyClient.Command
343
+ class DeleteEnvironmentAccountConnectionCommand 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("AwsProton20200720", "DeleteEnvironmentAccountConnection", {})
352
350
  .n("ProtonClient", "DeleteEnvironmentAccountConnectionCommand")
@@ -354,11 +352,11 @@ class DeleteEnvironmentAccountConnectionCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class DeleteEnvironmentCommand extends smithyClient.Command
355
+ class DeleteEnvironmentCommand 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("AwsProton20200720", "DeleteEnvironment", {})
364
362
  .n("ProtonClient", "DeleteEnvironmentCommand")
@@ -366,11 +364,11 @@ class DeleteEnvironmentCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class DeleteEnvironmentTemplateCommand extends smithyClient.Command
367
+ class DeleteEnvironmentTemplateCommand 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("AwsProton20200720", "DeleteEnvironmentTemplate", {})
376
374
  .n("ProtonClient", "DeleteEnvironmentTemplateCommand")
@@ -378,11 +376,11 @@ class DeleteEnvironmentTemplateCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class DeleteEnvironmentTemplateVersionCommand extends smithyClient.Command
379
+ class DeleteEnvironmentTemplateVersionCommand 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("AwsProton20200720", "DeleteEnvironmentTemplateVersion", {})
388
386
  .n("ProtonClient", "DeleteEnvironmentTemplateVersionCommand")
@@ -390,11 +388,11 @@ class DeleteEnvironmentTemplateVersionCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class DeleteRepositoryCommand extends smithyClient.Command
391
+ class DeleteRepositoryCommand 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("AwsProton20200720", "DeleteRepository", {})
400
398
  .n("ProtonClient", "DeleteRepositoryCommand")
@@ -402,11 +400,11 @@ class DeleteRepositoryCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class DeleteServiceCommand extends smithyClient.Command
403
+ class DeleteServiceCommand 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("AwsProton20200720", "DeleteService", {})
412
410
  .n("ProtonClient", "DeleteServiceCommand")
@@ -414,11 +412,11 @@ class DeleteServiceCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class DeleteServiceSyncConfigCommand extends smithyClient.Command
415
+ class DeleteServiceSyncConfigCommand 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("AwsProton20200720", "DeleteServiceSyncConfig", {})
424
422
  .n("ProtonClient", "DeleteServiceSyncConfigCommand")
@@ -426,11 +424,11 @@ class DeleteServiceSyncConfigCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class DeleteServiceTemplateCommand extends smithyClient.Command
427
+ class DeleteServiceTemplateCommand 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("AwsProton20200720", "DeleteServiceTemplate", {})
436
434
  .n("ProtonClient", "DeleteServiceTemplateCommand")
@@ -438,11 +436,11 @@ class DeleteServiceTemplateCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class DeleteServiceTemplateVersionCommand extends smithyClient.Command
439
+ class DeleteServiceTemplateVersionCommand 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("AwsProton20200720", "DeleteServiceTemplateVersion", {})
448
446
  .n("ProtonClient", "DeleteServiceTemplateVersionCommand")
@@ -450,11 +448,11 @@ class DeleteServiceTemplateVersionCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class DeleteTemplateSyncConfigCommand extends smithyClient.Command
451
+ class DeleteTemplateSyncConfigCommand 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("AwsProton20200720", "DeleteTemplateSyncConfig", {})
460
458
  .n("ProtonClient", "DeleteTemplateSyncConfigCommand")
@@ -462,11 +460,11 @@ class DeleteTemplateSyncConfigCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class GetAccountSettingsCommand extends smithyClient.Command
463
+ class GetAccountSettingsCommand 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("AwsProton20200720", "GetAccountSettings", {})
472
470
  .n("ProtonClient", "GetAccountSettingsCommand")
@@ -474,11 +472,11 @@ class GetAccountSettingsCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class GetComponentCommand extends smithyClient.Command
475
+ class GetComponentCommand 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("AwsProton20200720", "GetComponent", {})
484
482
  .n("ProtonClient", "GetComponentCommand")
@@ -486,11 +484,11 @@ class GetComponentCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class GetDeploymentCommand extends smithyClient.Command
487
+ class GetDeploymentCommand 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("AwsProton20200720", "GetDeployment", {})
496
494
  .n("ProtonClient", "GetDeploymentCommand")
@@ -498,11 +496,11 @@ class GetDeploymentCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class GetEnvironmentAccountConnectionCommand extends smithyClient.Command
499
+ class GetEnvironmentAccountConnectionCommand 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("AwsProton20200720", "GetEnvironmentAccountConnection", {})
508
506
  .n("ProtonClient", "GetEnvironmentAccountConnectionCommand")
@@ -510,11 +508,11 @@ class GetEnvironmentAccountConnectionCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class GetEnvironmentCommand extends smithyClient.Command
511
+ class GetEnvironmentCommand 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("AwsProton20200720", "GetEnvironment", {})
520
518
  .n("ProtonClient", "GetEnvironmentCommand")
@@ -522,11 +520,11 @@ class GetEnvironmentCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class GetEnvironmentTemplateCommand extends smithyClient.Command
523
+ class GetEnvironmentTemplateCommand 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("AwsProton20200720", "GetEnvironmentTemplate", {})
532
530
  .n("ProtonClient", "GetEnvironmentTemplateCommand")
@@ -534,11 +532,11 @@ class GetEnvironmentTemplateCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class GetEnvironmentTemplateVersionCommand extends smithyClient.Command
535
+ class GetEnvironmentTemplateVersionCommand 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("AwsProton20200720", "GetEnvironmentTemplateVersion", {})
544
542
  .n("ProtonClient", "GetEnvironmentTemplateVersionCommand")
@@ -546,11 +544,11 @@ class GetEnvironmentTemplateVersionCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class GetRepositoryCommand extends smithyClient.Command
547
+ class GetRepositoryCommand 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("AwsProton20200720", "GetRepository", {})
556
554
  .n("ProtonClient", "GetRepositoryCommand")
@@ -558,11 +556,11 @@ class GetRepositoryCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class GetRepositorySyncStatusCommand extends smithyClient.Command
559
+ class GetRepositorySyncStatusCommand 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("AwsProton20200720", "GetRepositorySyncStatus", {})
568
566
  .n("ProtonClient", "GetRepositorySyncStatusCommand")
@@ -570,11 +568,11 @@ class GetRepositorySyncStatusCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class GetResourcesSummaryCommand extends smithyClient.Command
571
+ class GetResourcesSummaryCommand 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("AwsProton20200720", "GetResourcesSummary", {})
580
578
  .n("ProtonClient", "GetResourcesSummaryCommand")
@@ -582,11 +580,11 @@ class GetResourcesSummaryCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class GetServiceCommand extends smithyClient.Command
583
+ class GetServiceCommand 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("AwsProton20200720", "GetService", {})
592
590
  .n("ProtonClient", "GetServiceCommand")
@@ -594,11 +592,11 @@ class GetServiceCommand extends smithyClient.Command
594
592
  .build() {
595
593
  }
596
594
 
597
- class GetServiceInstanceCommand extends smithyClient.Command
595
+ class GetServiceInstanceCommand 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("AwsProton20200720", "GetServiceInstance", {})
604
602
  .n("ProtonClient", "GetServiceInstanceCommand")
@@ -606,11 +604,11 @@ class GetServiceInstanceCommand extends smithyClient.Command
606
604
  .build() {
607
605
  }
608
606
 
609
- class GetServiceInstanceSyncStatusCommand extends smithyClient.Command
607
+ class GetServiceInstanceSyncStatusCommand 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("AwsProton20200720", "GetServiceInstanceSyncStatus", {})
616
614
  .n("ProtonClient", "GetServiceInstanceSyncStatusCommand")
@@ -618,11 +616,11 @@ class GetServiceInstanceSyncStatusCommand extends smithyClient.Command
618
616
  .build() {
619
617
  }
620
618
 
621
- class GetServiceSyncBlockerSummaryCommand extends smithyClient.Command
619
+ class GetServiceSyncBlockerSummaryCommand 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("AwsProton20200720", "GetServiceSyncBlockerSummary", {})
628
626
  .n("ProtonClient", "GetServiceSyncBlockerSummaryCommand")
@@ -630,11 +628,11 @@ class GetServiceSyncBlockerSummaryCommand extends smithyClient.Command
630
628
  .build() {
631
629
  }
632
630
 
633
- class GetServiceSyncConfigCommand extends smithyClient.Command
631
+ class GetServiceSyncConfigCommand 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("AwsProton20200720", "GetServiceSyncConfig", {})
640
638
  .n("ProtonClient", "GetServiceSyncConfigCommand")
@@ -642,11 +640,11 @@ class GetServiceSyncConfigCommand extends smithyClient.Command
642
640
  .build() {
643
641
  }
644
642
 
645
- class GetServiceTemplateCommand extends smithyClient.Command
643
+ class GetServiceTemplateCommand 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("AwsProton20200720", "GetServiceTemplate", {})
652
650
  .n("ProtonClient", "GetServiceTemplateCommand")
@@ -654,11 +652,11 @@ class GetServiceTemplateCommand extends smithyClient.Command
654
652
  .build() {
655
653
  }
656
654
 
657
- class GetServiceTemplateVersionCommand extends smithyClient.Command
655
+ class GetServiceTemplateVersionCommand 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("AwsProton20200720", "GetServiceTemplateVersion", {})
664
662
  .n("ProtonClient", "GetServiceTemplateVersionCommand")
@@ -666,11 +664,11 @@ class GetServiceTemplateVersionCommand extends smithyClient.Command
666
664
  .build() {
667
665
  }
668
666
 
669
- class GetTemplateSyncConfigCommand extends smithyClient.Command
667
+ class GetTemplateSyncConfigCommand 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("AwsProton20200720", "GetTemplateSyncConfig", {})
676
674
  .n("ProtonClient", "GetTemplateSyncConfigCommand")
@@ -678,11 +676,11 @@ class GetTemplateSyncConfigCommand extends smithyClient.Command
678
676
  .build() {
679
677
  }
680
678
 
681
- class GetTemplateSyncStatusCommand extends smithyClient.Command
679
+ class GetTemplateSyncStatusCommand 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("AwsProton20200720", "GetTemplateSyncStatus", {})
688
686
  .n("ProtonClient", "GetTemplateSyncStatusCommand")
@@ -690,11 +688,11 @@ class GetTemplateSyncStatusCommand extends smithyClient.Command
690
688
  .build() {
691
689
  }
692
690
 
693
- class ListComponentOutputsCommand extends smithyClient.Command
691
+ class ListComponentOutputsCommand 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("AwsProton20200720", "ListComponentOutputs", {})
700
698
  .n("ProtonClient", "ListComponentOutputsCommand")
@@ -702,11 +700,11 @@ class ListComponentOutputsCommand extends smithyClient.Command
702
700
  .build() {
703
701
  }
704
702
 
705
- class ListComponentProvisionedResourcesCommand extends smithyClient.Command
703
+ class ListComponentProvisionedResourcesCommand 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("AwsProton20200720", "ListComponentProvisionedResources", {})
712
710
  .n("ProtonClient", "ListComponentProvisionedResourcesCommand")
@@ -714,11 +712,11 @@ class ListComponentProvisionedResourcesCommand extends smithyClient.Command
714
712
  .build() {
715
713
  }
716
714
 
717
- class ListComponentsCommand extends smithyClient.Command
715
+ class ListComponentsCommand 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("AwsProton20200720", "ListComponents", {})
724
722
  .n("ProtonClient", "ListComponentsCommand")
@@ -726,11 +724,11 @@ class ListComponentsCommand extends smithyClient.Command
726
724
  .build() {
727
725
  }
728
726
 
729
- class ListDeploymentsCommand extends smithyClient.Command
727
+ class ListDeploymentsCommand 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("AwsProton20200720", "ListDeployments", {})
736
734
  .n("ProtonClient", "ListDeploymentsCommand")
@@ -738,11 +736,11 @@ class ListDeploymentsCommand extends smithyClient.Command
738
736
  .build() {
739
737
  }
740
738
 
741
- class ListEnvironmentAccountConnectionsCommand extends smithyClient.Command
739
+ class ListEnvironmentAccountConnectionsCommand 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("AwsProton20200720", "ListEnvironmentAccountConnections", {})
748
746
  .n("ProtonClient", "ListEnvironmentAccountConnectionsCommand")
@@ -750,11 +748,11 @@ class ListEnvironmentAccountConnectionsCommand extends smithyClient.Command
750
748
  .build() {
751
749
  }
752
750
 
753
- class ListEnvironmentOutputsCommand extends smithyClient.Command
751
+ class ListEnvironmentOutputsCommand 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("AwsProton20200720", "ListEnvironmentOutputs", {})
760
758
  .n("ProtonClient", "ListEnvironmentOutputsCommand")
@@ -762,11 +760,11 @@ class ListEnvironmentOutputsCommand extends smithyClient.Command
762
760
  .build() {
763
761
  }
764
762
 
765
- class ListEnvironmentProvisionedResourcesCommand extends smithyClient.Command
763
+ class ListEnvironmentProvisionedResourcesCommand 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("AwsProton20200720", "ListEnvironmentProvisionedResources", {})
772
770
  .n("ProtonClient", "ListEnvironmentProvisionedResourcesCommand")
@@ -774,11 +772,11 @@ class ListEnvironmentProvisionedResourcesCommand extends smithyClient.Command
774
772
  .build() {
775
773
  }
776
774
 
777
- class ListEnvironmentsCommand extends smithyClient.Command
775
+ class ListEnvironmentsCommand 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("AwsProton20200720", "ListEnvironments", {})
784
782
  .n("ProtonClient", "ListEnvironmentsCommand")
@@ -786,11 +784,11 @@ class ListEnvironmentsCommand extends smithyClient.Command
786
784
  .build() {
787
785
  }
788
786
 
789
- class ListEnvironmentTemplatesCommand extends smithyClient.Command
787
+ class ListEnvironmentTemplatesCommand 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("AwsProton20200720", "ListEnvironmentTemplates", {})
796
794
  .n("ProtonClient", "ListEnvironmentTemplatesCommand")
@@ -798,11 +796,11 @@ class ListEnvironmentTemplatesCommand extends smithyClient.Command
798
796
  .build() {
799
797
  }
800
798
 
801
- class ListEnvironmentTemplateVersionsCommand extends smithyClient.Command
799
+ class ListEnvironmentTemplateVersionsCommand 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("AwsProton20200720", "ListEnvironmentTemplateVersions", {})
808
806
  .n("ProtonClient", "ListEnvironmentTemplateVersionsCommand")
@@ -810,11 +808,11 @@ class ListEnvironmentTemplateVersionsCommand extends smithyClient.Command
810
808
  .build() {
811
809
  }
812
810
 
813
- class ListRepositoriesCommand extends smithyClient.Command
811
+ class ListRepositoriesCommand 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("AwsProton20200720", "ListRepositories", {})
820
818
  .n("ProtonClient", "ListRepositoriesCommand")
@@ -822,11 +820,11 @@ class ListRepositoriesCommand extends smithyClient.Command
822
820
  .build() {
823
821
  }
824
822
 
825
- class ListRepositorySyncDefinitionsCommand extends smithyClient.Command
823
+ class ListRepositorySyncDefinitionsCommand 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("AwsProton20200720", "ListRepositorySyncDefinitions", {})
832
830
  .n("ProtonClient", "ListRepositorySyncDefinitionsCommand")
@@ -834,11 +832,11 @@ class ListRepositorySyncDefinitionsCommand extends smithyClient.Command
834
832
  .build() {
835
833
  }
836
834
 
837
- class ListServiceInstanceOutputsCommand extends smithyClient.Command
835
+ class ListServiceInstanceOutputsCommand 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("AwsProton20200720", "ListServiceInstanceOutputs", {})
844
842
  .n("ProtonClient", "ListServiceInstanceOutputsCommand")
@@ -846,11 +844,11 @@ class ListServiceInstanceOutputsCommand extends smithyClient.Command
846
844
  .build() {
847
845
  }
848
846
 
849
- class ListServiceInstanceProvisionedResourcesCommand extends smithyClient.Command
847
+ class ListServiceInstanceProvisionedResourcesCommand 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("AwsProton20200720", "ListServiceInstanceProvisionedResources", {})
856
854
  .n("ProtonClient", "ListServiceInstanceProvisionedResourcesCommand")
@@ -858,11 +856,11 @@ class ListServiceInstanceProvisionedResourcesCommand extends smithyClient.Comman
858
856
  .build() {
859
857
  }
860
858
 
861
- class ListServiceInstancesCommand extends smithyClient.Command
859
+ class ListServiceInstancesCommand 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("AwsProton20200720", "ListServiceInstances", {})
868
866
  .n("ProtonClient", "ListServiceInstancesCommand")
@@ -870,11 +868,11 @@ class ListServiceInstancesCommand extends smithyClient.Command
870
868
  .build() {
871
869
  }
872
870
 
873
- class ListServicePipelineOutputsCommand extends smithyClient.Command
871
+ class ListServicePipelineOutputsCommand 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("AwsProton20200720", "ListServicePipelineOutputs", {})
880
878
  .n("ProtonClient", "ListServicePipelineOutputsCommand")
@@ -882,11 +880,11 @@ class ListServicePipelineOutputsCommand extends smithyClient.Command
882
880
  .build() {
883
881
  }
884
882
 
885
- class ListServicePipelineProvisionedResourcesCommand extends smithyClient.Command
883
+ class ListServicePipelineProvisionedResourcesCommand 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("AwsProton20200720", "ListServicePipelineProvisionedResources", {})
892
890
  .n("ProtonClient", "ListServicePipelineProvisionedResourcesCommand")
@@ -894,11 +892,11 @@ class ListServicePipelineProvisionedResourcesCommand extends smithyClient.Comman
894
892
  .build() {
895
893
  }
896
894
 
897
- class ListServicesCommand extends smithyClient.Command
895
+ class ListServicesCommand 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("AwsProton20200720", "ListServices", {})
904
902
  .n("ProtonClient", "ListServicesCommand")
@@ -906,11 +904,11 @@ class ListServicesCommand extends smithyClient.Command
906
904
  .build() {
907
905
  }
908
906
 
909
- class ListServiceTemplatesCommand extends smithyClient.Command
907
+ class ListServiceTemplatesCommand 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("AwsProton20200720", "ListServiceTemplates", {})
916
914
  .n("ProtonClient", "ListServiceTemplatesCommand")
@@ -918,11 +916,11 @@ class ListServiceTemplatesCommand extends smithyClient.Command
918
916
  .build() {
919
917
  }
920
918
 
921
- class ListServiceTemplateVersionsCommand extends smithyClient.Command
919
+ class ListServiceTemplateVersionsCommand 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("AwsProton20200720", "ListServiceTemplateVersions", {})
928
926
  .n("ProtonClient", "ListServiceTemplateVersionsCommand")
@@ -930,11 +928,11 @@ class ListServiceTemplateVersionsCommand extends smithyClient.Command
930
928
  .build() {
931
929
  }
932
930
 
933
- class ListTagsForResourceCommand extends smithyClient.Command
931
+ class ListTagsForResourceCommand 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("AwsProton20200720", "ListTagsForResource", {})
940
938
  .n("ProtonClient", "ListTagsForResourceCommand")
@@ -942,11 +940,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
942
940
  .build() {
943
941
  }
944
942
 
945
- class NotifyResourceDeploymentStatusChangeCommand extends smithyClient.Command
943
+ class NotifyResourceDeploymentStatusChangeCommand 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("AwsProton20200720", "NotifyResourceDeploymentStatusChange", {})
952
950
  .n("ProtonClient", "NotifyResourceDeploymentStatusChangeCommand")
@@ -954,11 +952,11 @@ class NotifyResourceDeploymentStatusChangeCommand extends smithyClient.Command
954
952
  .build() {
955
953
  }
956
954
 
957
- class RejectEnvironmentAccountConnectionCommand extends smithyClient.Command
955
+ class RejectEnvironmentAccountConnectionCommand 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("AwsProton20200720", "RejectEnvironmentAccountConnection", {})
964
962
  .n("ProtonClient", "RejectEnvironmentAccountConnectionCommand")
@@ -966,11 +964,11 @@ class RejectEnvironmentAccountConnectionCommand extends smithyClient.Command
966
964
  .build() {
967
965
  }
968
966
 
969
- class TagResourceCommand extends smithyClient.Command
967
+ class TagResourceCommand 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("AwsProton20200720", "TagResource", {})
976
974
  .n("ProtonClient", "TagResourceCommand")
@@ -978,11 +976,11 @@ class TagResourceCommand extends smithyClient.Command
978
976
  .build() {
979
977
  }
980
978
 
981
- class UntagResourceCommand extends smithyClient.Command
979
+ class UntagResourceCommand 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("AwsProton20200720", "UntagResource", {})
988
986
  .n("ProtonClient", "UntagResourceCommand")
@@ -990,11 +988,11 @@ class UntagResourceCommand extends smithyClient.Command
990
988
  .build() {
991
989
  }
992
990
 
993
- class UpdateAccountSettingsCommand extends smithyClient.Command
991
+ class UpdateAccountSettingsCommand 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("AwsProton20200720", "UpdateAccountSettings", {})
1000
998
  .n("ProtonClient", "UpdateAccountSettingsCommand")
@@ -1002,11 +1000,11 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
1002
1000
  .build() {
1003
1001
  }
1004
1002
 
1005
- class UpdateComponentCommand extends smithyClient.Command
1003
+ class UpdateComponentCommand 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("AwsProton20200720", "UpdateComponent", {})
1012
1010
  .n("ProtonClient", "UpdateComponentCommand")
@@ -1014,11 +1012,11 @@ class UpdateComponentCommand extends smithyClient.Command
1014
1012
  .build() {
1015
1013
  }
1016
1014
 
1017
- class UpdateEnvironmentAccountConnectionCommand extends smithyClient.Command
1015
+ class UpdateEnvironmentAccountConnectionCommand 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("AwsProton20200720", "UpdateEnvironmentAccountConnection", {})
1024
1022
  .n("ProtonClient", "UpdateEnvironmentAccountConnectionCommand")
@@ -1026,11 +1024,11 @@ class UpdateEnvironmentAccountConnectionCommand extends smithyClient.Command
1026
1024
  .build() {
1027
1025
  }
1028
1026
 
1029
- class UpdateEnvironmentCommand extends smithyClient.Command
1027
+ class UpdateEnvironmentCommand 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("AwsProton20200720", "UpdateEnvironment", {})
1036
1034
  .n("ProtonClient", "UpdateEnvironmentCommand")
@@ -1038,11 +1036,11 @@ class UpdateEnvironmentCommand extends smithyClient.Command
1038
1036
  .build() {
1039
1037
  }
1040
1038
 
1041
- class UpdateEnvironmentTemplateCommand extends smithyClient.Command
1039
+ class UpdateEnvironmentTemplateCommand 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("AwsProton20200720", "UpdateEnvironmentTemplate", {})
1048
1046
  .n("ProtonClient", "UpdateEnvironmentTemplateCommand")
@@ -1050,11 +1048,11 @@ class UpdateEnvironmentTemplateCommand extends smithyClient.Command
1050
1048
  .build() {
1051
1049
  }
1052
1050
 
1053
- class UpdateEnvironmentTemplateVersionCommand extends smithyClient.Command
1051
+ class UpdateEnvironmentTemplateVersionCommand 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("AwsProton20200720", "UpdateEnvironmentTemplateVersion", {})
1060
1058
  .n("ProtonClient", "UpdateEnvironmentTemplateVersionCommand")
@@ -1062,11 +1060,11 @@ class UpdateEnvironmentTemplateVersionCommand extends smithyClient.Command
1062
1060
  .build() {
1063
1061
  }
1064
1062
 
1065
- class UpdateServiceCommand extends smithyClient.Command
1063
+ class UpdateServiceCommand 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("AwsProton20200720", "UpdateService", {})
1072
1070
  .n("ProtonClient", "UpdateServiceCommand")
@@ -1074,11 +1072,11 @@ class UpdateServiceCommand extends smithyClient.Command
1074
1072
  .build() {
1075
1073
  }
1076
1074
 
1077
- class UpdateServiceInstanceCommand extends smithyClient.Command
1075
+ class UpdateServiceInstanceCommand 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("AwsProton20200720", "UpdateServiceInstance", {})
1084
1082
  .n("ProtonClient", "UpdateServiceInstanceCommand")
@@ -1086,11 +1084,11 @@ class UpdateServiceInstanceCommand extends smithyClient.Command
1086
1084
  .build() {
1087
1085
  }
1088
1086
 
1089
- class UpdateServicePipelineCommand extends smithyClient.Command
1087
+ class UpdateServicePipelineCommand 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("AwsProton20200720", "UpdateServicePipeline", {})
1096
1094
  .n("ProtonClient", "UpdateServicePipelineCommand")
@@ -1098,11 +1096,11 @@ class UpdateServicePipelineCommand extends smithyClient.Command
1098
1096
  .build() {
1099
1097
  }
1100
1098
 
1101
- class UpdateServiceSyncBlockerCommand extends smithyClient.Command
1099
+ class UpdateServiceSyncBlockerCommand 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("AwsProton20200720", "UpdateServiceSyncBlocker", {})
1108
1106
  .n("ProtonClient", "UpdateServiceSyncBlockerCommand")
@@ -1110,11 +1108,11 @@ class UpdateServiceSyncBlockerCommand extends smithyClient.Command
1110
1108
  .build() {
1111
1109
  }
1112
1110
 
1113
- class UpdateServiceSyncConfigCommand extends smithyClient.Command
1111
+ class UpdateServiceSyncConfigCommand 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("AwsProton20200720", "UpdateServiceSyncConfig", {})
1120
1118
  .n("ProtonClient", "UpdateServiceSyncConfigCommand")
@@ -1122,11 +1120,11 @@ class UpdateServiceSyncConfigCommand extends smithyClient.Command
1122
1120
  .build() {
1123
1121
  }
1124
1122
 
1125
- class UpdateServiceTemplateCommand extends smithyClient.Command
1123
+ class UpdateServiceTemplateCommand 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("AwsProton20200720", "UpdateServiceTemplate", {})
1132
1130
  .n("ProtonClient", "UpdateServiceTemplateCommand")
@@ -1134,11 +1132,11 @@ class UpdateServiceTemplateCommand extends smithyClient.Command
1134
1132
  .build() {
1135
1133
  }
1136
1134
 
1137
- class UpdateServiceTemplateVersionCommand extends smithyClient.Command
1135
+ class UpdateServiceTemplateVersionCommand 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("AwsProton20200720", "UpdateServiceTemplateVersion", {})
1144
1142
  .n("ProtonClient", "UpdateServiceTemplateVersionCommand")
@@ -1146,11 +1144,11 @@ class UpdateServiceTemplateVersionCommand extends smithyClient.Command
1146
1144
  .build() {
1147
1145
  }
1148
1146
 
1149
- class UpdateTemplateSyncConfigCommand extends smithyClient.Command
1147
+ class UpdateTemplateSyncConfigCommand 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("AwsProton20200720", "UpdateTemplateSyncConfig", {})
1156
1154
  .n("ProtonClient", "UpdateTemplateSyncConfigCommand")
@@ -1200,17 +1198,17 @@ const paginateListServiceTemplateVersions = core.createPaginator(ProtonClient, L
1200
1198
 
1201
1199
  const paginateListTagsForResource = core.createPaginator(ProtonClient, ListTagsForResourceCommand, "nextToken", "nextToken", "maxResults");
1202
1200
 
1203
- const checkState$9 = async (client, input) => {
1201
+ const checkState$9 = async (client$1, input) => {
1204
1202
  let reason;
1205
1203
  try {
1206
- let result = await client.send(new GetComponentCommand(input));
1204
+ let result = await client$1.send(new GetComponentCommand(input));
1207
1205
  reason = result;
1208
1206
  try {
1209
1207
  const returnComparator = () => {
1210
1208
  return result.component.deploymentStatus;
1211
1209
  };
1212
1210
  if (returnComparator() === "DELETE_FAILED") {
1213
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1211
+ return { state: client.WaiterState.FAILURE, reason };
1214
1212
  }
1215
1213
  }
1216
1214
  catch (e) { }
@@ -1218,32 +1216,32 @@ const checkState$9 = async (client, input) => {
1218
1216
  catch (exception) {
1219
1217
  reason = exception;
1220
1218
  if (exception.name === "ResourceNotFoundException") {
1221
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1219
+ return { state: client.WaiterState.SUCCESS, reason };
1222
1220
  }
1223
1221
  }
1224
- return { state: utilWaiter.WaiterState.RETRY, reason };
1222
+ return { state: client.WaiterState.RETRY, reason };
1225
1223
  };
1226
1224
  const waitForComponentDeleted = async (params, input) => {
1227
1225
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1228
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1226
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1229
1227
  };
1230
1228
  const waitUntilComponentDeleted = async (params, input) => {
1231
1229
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1232
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1233
- return utilWaiter.checkExceptions(result);
1230
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
1231
+ return client.checkExceptions(result);
1234
1232
  };
1235
1233
 
1236
- const checkState$8 = async (client, input) => {
1234
+ const checkState$8 = async (client$1, input) => {
1237
1235
  let reason;
1238
1236
  try {
1239
- let result = await client.send(new GetComponentCommand(input));
1237
+ let result = await client$1.send(new GetComponentCommand(input));
1240
1238
  reason = result;
1241
1239
  try {
1242
1240
  const returnComparator = () => {
1243
1241
  return result.component.deploymentStatus;
1244
1242
  };
1245
1243
  if (returnComparator() === "SUCCEEDED") {
1246
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1244
+ return { state: client.WaiterState.SUCCESS, reason };
1247
1245
  }
1248
1246
  }
1249
1247
  catch (e) { }
@@ -1252,7 +1250,7 @@ const checkState$8 = async (client, input) => {
1252
1250
  return result.component.deploymentStatus;
1253
1251
  };
1254
1252
  if (returnComparator() === "FAILED") {
1255
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1253
+ return { state: client.WaiterState.FAILURE, reason };
1256
1254
  }
1257
1255
  }
1258
1256
  catch (e) { }
@@ -1260,29 +1258,29 @@ const checkState$8 = async (client, input) => {
1260
1258
  catch (exception) {
1261
1259
  reason = exception;
1262
1260
  }
1263
- return { state: utilWaiter.WaiterState.RETRY, reason };
1261
+ return { state: client.WaiterState.RETRY, reason };
1264
1262
  };
1265
1263
  const waitForComponentDeployed = async (params, input) => {
1266
1264
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1267
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1265
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1268
1266
  };
1269
1267
  const waitUntilComponentDeployed = async (params, input) => {
1270
1268
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1271
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1272
- return utilWaiter.checkExceptions(result);
1269
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
1270
+ return client.checkExceptions(result);
1273
1271
  };
1274
1272
 
1275
- const checkState$7 = async (client, input) => {
1273
+ const checkState$7 = async (client$1, input) => {
1276
1274
  let reason;
1277
1275
  try {
1278
- let result = await client.send(new GetEnvironmentCommand(input));
1276
+ let result = await client$1.send(new GetEnvironmentCommand(input));
1279
1277
  reason = result;
1280
1278
  try {
1281
1279
  const returnComparator = () => {
1282
1280
  return result.environment.deploymentStatus;
1283
1281
  };
1284
1282
  if (returnComparator() === "SUCCEEDED") {
1285
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1283
+ return { state: client.WaiterState.SUCCESS, reason };
1286
1284
  }
1287
1285
  }
1288
1286
  catch (e) { }
@@ -1291,7 +1289,7 @@ const checkState$7 = async (client, input) => {
1291
1289
  return result.environment.deploymentStatus;
1292
1290
  };
1293
1291
  if (returnComparator() === "FAILED") {
1294
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1292
+ return { state: client.WaiterState.FAILURE, reason };
1295
1293
  }
1296
1294
  }
1297
1295
  catch (e) { }
@@ -1299,29 +1297,29 @@ const checkState$7 = async (client, input) => {
1299
1297
  catch (exception) {
1300
1298
  reason = exception;
1301
1299
  }
1302
- return { state: utilWaiter.WaiterState.RETRY, reason };
1300
+ return { state: client.WaiterState.RETRY, reason };
1303
1301
  };
1304
1302
  const waitForEnvironmentDeployed = async (params, input) => {
1305
1303
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1306
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1304
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1307
1305
  };
1308
1306
  const waitUntilEnvironmentDeployed = async (params, input) => {
1309
1307
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1310
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1311
- return utilWaiter.checkExceptions(result);
1308
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
1309
+ return client.checkExceptions(result);
1312
1310
  };
1313
1311
 
1314
- const checkState$6 = async (client, input) => {
1312
+ const checkState$6 = async (client$1, input) => {
1315
1313
  let reason;
1316
1314
  try {
1317
- let result = await client.send(new GetEnvironmentTemplateVersionCommand(input));
1315
+ let result = await client$1.send(new GetEnvironmentTemplateVersionCommand(input));
1318
1316
  reason = result;
1319
1317
  try {
1320
1318
  const returnComparator = () => {
1321
1319
  return result.environmentTemplateVersion.status;
1322
1320
  };
1323
1321
  if (returnComparator() === "DRAFT") {
1324
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1322
+ return { state: client.WaiterState.SUCCESS, reason };
1325
1323
  }
1326
1324
  }
1327
1325
  catch (e) { }
@@ -1330,7 +1328,7 @@ const checkState$6 = async (client, input) => {
1330
1328
  return result.environmentTemplateVersion.status;
1331
1329
  };
1332
1330
  if (returnComparator() === "PUBLISHED") {
1333
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1331
+ return { state: client.WaiterState.SUCCESS, reason };
1334
1332
  }
1335
1333
  }
1336
1334
  catch (e) { }
@@ -1339,7 +1337,7 @@ const checkState$6 = async (client, input) => {
1339
1337
  return result.environmentTemplateVersion.status;
1340
1338
  };
1341
1339
  if (returnComparator() === "REGISTRATION_FAILED") {
1342
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1340
+ return { state: client.WaiterState.FAILURE, reason };
1343
1341
  }
1344
1342
  }
1345
1343
  catch (e) { }
@@ -1347,29 +1345,29 @@ const checkState$6 = async (client, input) => {
1347
1345
  catch (exception) {
1348
1346
  reason = exception;
1349
1347
  }
1350
- return { state: utilWaiter.WaiterState.RETRY, reason };
1348
+ return { state: client.WaiterState.RETRY, reason };
1351
1349
  };
1352
1350
  const waitForEnvironmentTemplateVersionRegistered = async (params, input) => {
1353
1351
  const serviceDefaults = { minDelay: 2, maxDelay: 300 };
1354
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1352
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1355
1353
  };
1356
1354
  const waitUntilEnvironmentTemplateVersionRegistered = async (params, input) => {
1357
1355
  const serviceDefaults = { minDelay: 2, maxDelay: 300 };
1358
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1359
- return utilWaiter.checkExceptions(result);
1356
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
1357
+ return client.checkExceptions(result);
1360
1358
  };
1361
1359
 
1362
- const checkState$5 = async (client, input) => {
1360
+ const checkState$5 = async (client$1, input) => {
1363
1361
  let reason;
1364
1362
  try {
1365
- let result = await client.send(new GetServiceCommand(input));
1363
+ let result = await client$1.send(new GetServiceCommand(input));
1366
1364
  reason = result;
1367
1365
  try {
1368
1366
  const returnComparator = () => {
1369
1367
  return result.service.status;
1370
1368
  };
1371
1369
  if (returnComparator() === "ACTIVE") {
1372
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1370
+ return { state: client.WaiterState.SUCCESS, reason };
1373
1371
  }
1374
1372
  }
1375
1373
  catch (e) { }
@@ -1378,7 +1376,7 @@ const checkState$5 = async (client, input) => {
1378
1376
  return result.service.status;
1379
1377
  };
1380
1378
  if (returnComparator() === "CREATE_FAILED_CLEANUP_COMPLETE") {
1381
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1379
+ return { state: client.WaiterState.FAILURE, reason };
1382
1380
  }
1383
1381
  }
1384
1382
  catch (e) { }
@@ -1387,7 +1385,7 @@ const checkState$5 = async (client, input) => {
1387
1385
  return result.service.status;
1388
1386
  };
1389
1387
  if (returnComparator() === "CREATE_FAILED_CLEANUP_FAILED") {
1390
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1388
+ return { state: client.WaiterState.FAILURE, reason };
1391
1389
  }
1392
1390
  }
1393
1391
  catch (e) { }
@@ -1396,7 +1394,7 @@ const checkState$5 = async (client, input) => {
1396
1394
  return result.service.status;
1397
1395
  };
1398
1396
  if (returnComparator() === "CREATE_FAILED") {
1399
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1397
+ return { state: client.WaiterState.FAILURE, reason };
1400
1398
  }
1401
1399
  }
1402
1400
  catch (e) { }
@@ -1404,29 +1402,29 @@ const checkState$5 = async (client, input) => {
1404
1402
  catch (exception) {
1405
1403
  reason = exception;
1406
1404
  }
1407
- return { state: utilWaiter.WaiterState.RETRY, reason };
1405
+ return { state: client.WaiterState.RETRY, reason };
1408
1406
  };
1409
1407
  const waitForServiceCreated = async (params, input) => {
1410
1408
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1411
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1409
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1412
1410
  };
1413
1411
  const waitUntilServiceCreated = async (params, input) => {
1414
1412
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1415
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1416
- return utilWaiter.checkExceptions(result);
1413
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1414
+ return client.checkExceptions(result);
1417
1415
  };
1418
1416
 
1419
- const checkState$4 = async (client, input) => {
1417
+ const checkState$4 = async (client$1, input) => {
1420
1418
  let reason;
1421
1419
  try {
1422
- let result = await client.send(new GetServiceCommand(input));
1420
+ let result = await client$1.send(new GetServiceCommand(input));
1423
1421
  reason = result;
1424
1422
  try {
1425
1423
  const returnComparator = () => {
1426
1424
  return result.service.status;
1427
1425
  };
1428
1426
  if (returnComparator() === "DELETE_FAILED") {
1429
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1427
+ return { state: client.WaiterState.FAILURE, reason };
1430
1428
  }
1431
1429
  }
1432
1430
  catch (e) { }
@@ -1434,32 +1432,32 @@ const checkState$4 = async (client, input) => {
1434
1432
  catch (exception) {
1435
1433
  reason = exception;
1436
1434
  if (exception.name === "ResourceNotFoundException") {
1437
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1435
+ return { state: client.WaiterState.SUCCESS, reason };
1438
1436
  }
1439
1437
  }
1440
- return { state: utilWaiter.WaiterState.RETRY, reason };
1438
+ return { state: client.WaiterState.RETRY, reason };
1441
1439
  };
1442
1440
  const waitForServiceDeleted = async (params, input) => {
1443
1441
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1444
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1442
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1445
1443
  };
1446
1444
  const waitUntilServiceDeleted = async (params, input) => {
1447
1445
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1448
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1449
- return utilWaiter.checkExceptions(result);
1446
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1447
+ return client.checkExceptions(result);
1450
1448
  };
1451
1449
 
1452
- const checkState$3 = async (client, input) => {
1450
+ const checkState$3 = async (client$1, input) => {
1453
1451
  let reason;
1454
1452
  try {
1455
- let result = await client.send(new GetServiceInstanceCommand(input));
1453
+ let result = await client$1.send(new GetServiceInstanceCommand(input));
1456
1454
  reason = result;
1457
1455
  try {
1458
1456
  const returnComparator = () => {
1459
1457
  return result.serviceInstance.deploymentStatus;
1460
1458
  };
1461
1459
  if (returnComparator() === "SUCCEEDED") {
1462
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1460
+ return { state: client.WaiterState.SUCCESS, reason };
1463
1461
  }
1464
1462
  }
1465
1463
  catch (e) { }
@@ -1468,7 +1466,7 @@ const checkState$3 = async (client, input) => {
1468
1466
  return result.serviceInstance.deploymentStatus;
1469
1467
  };
1470
1468
  if (returnComparator() === "FAILED") {
1471
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1469
+ return { state: client.WaiterState.FAILURE, reason };
1472
1470
  }
1473
1471
  }
1474
1472
  catch (e) { }
@@ -1476,29 +1474,29 @@ const checkState$3 = async (client, input) => {
1476
1474
  catch (exception) {
1477
1475
  reason = exception;
1478
1476
  }
1479
- return { state: utilWaiter.WaiterState.RETRY, reason };
1477
+ return { state: client.WaiterState.RETRY, reason };
1480
1478
  };
1481
1479
  const waitForServiceInstanceDeployed = async (params, input) => {
1482
1480
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1483
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1481
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1484
1482
  };
1485
1483
  const waitUntilServiceInstanceDeployed = async (params, input) => {
1486
1484
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1487
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1488
- return utilWaiter.checkExceptions(result);
1485
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1486
+ return client.checkExceptions(result);
1489
1487
  };
1490
1488
 
1491
- const checkState$2 = async (client, input) => {
1489
+ const checkState$2 = async (client$1, input) => {
1492
1490
  let reason;
1493
1491
  try {
1494
- let result = await client.send(new GetServiceCommand(input));
1492
+ let result = await client$1.send(new GetServiceCommand(input));
1495
1493
  reason = result;
1496
1494
  try {
1497
1495
  const returnComparator = () => {
1498
1496
  return result.service.pipeline.deploymentStatus;
1499
1497
  };
1500
1498
  if (returnComparator() === "SUCCEEDED") {
1501
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1499
+ return { state: client.WaiterState.SUCCESS, reason };
1502
1500
  }
1503
1501
  }
1504
1502
  catch (e) { }
@@ -1507,7 +1505,7 @@ const checkState$2 = async (client, input) => {
1507
1505
  return result.service.pipeline.deploymentStatus;
1508
1506
  };
1509
1507
  if (returnComparator() === "FAILED") {
1510
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1508
+ return { state: client.WaiterState.FAILURE, reason };
1511
1509
  }
1512
1510
  }
1513
1511
  catch (e) { }
@@ -1515,29 +1513,29 @@ const checkState$2 = async (client, input) => {
1515
1513
  catch (exception) {
1516
1514
  reason = exception;
1517
1515
  }
1518
- return { state: utilWaiter.WaiterState.RETRY, reason };
1516
+ return { state: client.WaiterState.RETRY, reason };
1519
1517
  };
1520
1518
  const waitForServicePipelineDeployed = async (params, input) => {
1521
1519
  const serviceDefaults = { minDelay: 10, maxDelay: 3600 };
1522
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1520
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1523
1521
  };
1524
1522
  const waitUntilServicePipelineDeployed = async (params, input) => {
1525
1523
  const serviceDefaults = { minDelay: 10, maxDelay: 3600 };
1526
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1527
- return utilWaiter.checkExceptions(result);
1524
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1525
+ return client.checkExceptions(result);
1528
1526
  };
1529
1527
 
1530
- const checkState$1 = async (client, input) => {
1528
+ const checkState$1 = async (client$1, input) => {
1531
1529
  let reason;
1532
1530
  try {
1533
- let result = await client.send(new GetServiceTemplateVersionCommand(input));
1531
+ let result = await client$1.send(new GetServiceTemplateVersionCommand(input));
1534
1532
  reason = result;
1535
1533
  try {
1536
1534
  const returnComparator = () => {
1537
1535
  return result.serviceTemplateVersion.status;
1538
1536
  };
1539
1537
  if (returnComparator() === "DRAFT") {
1540
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1538
+ return { state: client.WaiterState.SUCCESS, reason };
1541
1539
  }
1542
1540
  }
1543
1541
  catch (e) { }
@@ -1546,7 +1544,7 @@ const checkState$1 = async (client, input) => {
1546
1544
  return result.serviceTemplateVersion.status;
1547
1545
  };
1548
1546
  if (returnComparator() === "PUBLISHED") {
1549
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1547
+ return { state: client.WaiterState.SUCCESS, reason };
1550
1548
  }
1551
1549
  }
1552
1550
  catch (e) { }
@@ -1555,7 +1553,7 @@ const checkState$1 = async (client, input) => {
1555
1553
  return result.serviceTemplateVersion.status;
1556
1554
  };
1557
1555
  if (returnComparator() === "REGISTRATION_FAILED") {
1558
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1556
+ return { state: client.WaiterState.FAILURE, reason };
1559
1557
  }
1560
1558
  }
1561
1559
  catch (e) { }
@@ -1563,29 +1561,29 @@ const checkState$1 = async (client, input) => {
1563
1561
  catch (exception) {
1564
1562
  reason = exception;
1565
1563
  }
1566
- return { state: utilWaiter.WaiterState.RETRY, reason };
1564
+ return { state: client.WaiterState.RETRY, reason };
1567
1565
  };
1568
1566
  const waitForServiceTemplateVersionRegistered = async (params, input) => {
1569
1567
  const serviceDefaults = { minDelay: 2, maxDelay: 300 };
1570
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1568
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1571
1569
  };
1572
1570
  const waitUntilServiceTemplateVersionRegistered = async (params, input) => {
1573
1571
  const serviceDefaults = { minDelay: 2, maxDelay: 300 };
1574
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1575
- return utilWaiter.checkExceptions(result);
1572
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1573
+ return client.checkExceptions(result);
1576
1574
  };
1577
1575
 
1578
- const checkState = async (client, input) => {
1576
+ const checkState = async (client$1, input) => {
1579
1577
  let reason;
1580
1578
  try {
1581
- let result = await client.send(new GetServiceCommand(input));
1579
+ let result = await client$1.send(new GetServiceCommand(input));
1582
1580
  reason = result;
1583
1581
  try {
1584
1582
  const returnComparator = () => {
1585
1583
  return result.service.status;
1586
1584
  };
1587
1585
  if (returnComparator() === "ACTIVE") {
1588
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1586
+ return { state: client.WaiterState.SUCCESS, reason };
1589
1587
  }
1590
1588
  }
1591
1589
  catch (e) { }
@@ -1594,7 +1592,7 @@ const checkState = async (client, input) => {
1594
1592
  return result.service.status;
1595
1593
  };
1596
1594
  if (returnComparator() === "UPDATE_FAILED_CLEANUP_COMPLETE") {
1597
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1595
+ return { state: client.WaiterState.FAILURE, reason };
1598
1596
  }
1599
1597
  }
1600
1598
  catch (e) { }
@@ -1603,7 +1601,7 @@ const checkState = async (client, input) => {
1603
1601
  return result.service.status;
1604
1602
  };
1605
1603
  if (returnComparator() === "UPDATE_FAILED_CLEANUP_FAILED") {
1606
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1604
+ return { state: client.WaiterState.FAILURE, reason };
1607
1605
  }
1608
1606
  }
1609
1607
  catch (e) { }
@@ -1612,7 +1610,7 @@ const checkState = async (client, input) => {
1612
1610
  return result.service.status;
1613
1611
  };
1614
1612
  if (returnComparator() === "UPDATE_FAILED") {
1615
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1613
+ return { state: client.WaiterState.FAILURE, reason };
1616
1614
  }
1617
1615
  }
1618
1616
  catch (e) { }
@@ -1621,7 +1619,7 @@ const checkState = async (client, input) => {
1621
1619
  return result.service.status;
1622
1620
  };
1623
1621
  if (returnComparator() === "UPDATE_COMPLETE_CLEANUP_FAILED") {
1624
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1622
+ return { state: client.WaiterState.FAILURE, reason };
1625
1623
  }
1626
1624
  }
1627
1625
  catch (e) { }
@@ -1629,16 +1627,16 @@ const checkState = async (client, input) => {
1629
1627
  catch (exception) {
1630
1628
  reason = exception;
1631
1629
  }
1632
- return { state: utilWaiter.WaiterState.RETRY, reason };
1630
+ return { state: client.WaiterState.RETRY, reason };
1633
1631
  };
1634
1632
  const waitForServiceUpdated = async (params, input) => {
1635
1633
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1636
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1634
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1637
1635
  };
1638
1636
  const waitUntilServiceUpdated = async (params, input) => {
1639
1637
  const serviceDefaults = { minDelay: 5, maxDelay: 4999 };
1640
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1641
- return utilWaiter.checkExceptions(result);
1638
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1639
+ return client.checkExceptions(result);
1642
1640
  };
1643
1641
 
1644
1642
  const commands = {
@@ -1767,7 +1765,7 @@ const waiters = {
1767
1765
  };
1768
1766
  class Proton extends ProtonClient {
1769
1767
  }
1770
- smithyClient.createAggregatedClient(commands, Proton, { paginators, waiters });
1768
+ client.createAggregatedClient(commands, Proton, { paginators, waiters });
1771
1769
 
1772
1770
  const EnvironmentAccountConnectionStatus = {
1773
1771
  CONNECTED: "CONNECTED",
@@ -1900,8 +1898,8 @@ const ServiceTemplateSupportedComponentSourceType = {
1900
1898
  DIRECTLY_DEFINED: "DIRECTLY_DEFINED",
1901
1899
  };
1902
1900
 
1903
- exports.$Command = smithyClient.Command;
1904
- exports.__Client = smithyClient.Client;
1901
+ exports.$Command = client.Command;
1902
+ exports.__Client = client.Client;
1905
1903
  exports.ProtonServiceException = ProtonServiceException.ProtonServiceException;
1906
1904
  exports.AcceptEnvironmentAccountConnectionCommand = AcceptEnvironmentAccountConnectionCommand;
1907
1905
  exports.BlockerStatus = BlockerStatus;