@aws-sdk/client-wellarchitected 3.477.0 → 3.481.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 (361) hide show
  1. package/dist-cjs/commands/AssociateLensesCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateProfilesCommand.js +18 -41
  3. package/dist-cjs/commands/CreateLensShareCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLensVersionCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMilestoneCommand.js +18 -41
  6. package/dist-cjs/commands/CreateProfileCommand.js +18 -41
  7. package/dist-cjs/commands/CreateProfileShareCommand.js +18 -41
  8. package/dist-cjs/commands/CreateReviewTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/CreateTemplateShareCommand.js +18 -41
  10. package/dist-cjs/commands/CreateWorkloadCommand.js +18 -41
  11. package/dist-cjs/commands/CreateWorkloadShareCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteLensCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteLensShareCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteProfileCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteProfileShareCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteReviewTemplateCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteTemplateShareCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteWorkloadCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteWorkloadShareCommand.js +18 -41
  20. package/dist-cjs/commands/DisassociateLensesCommand.js +18 -41
  21. package/dist-cjs/commands/DisassociateProfilesCommand.js +18 -41
  22. package/dist-cjs/commands/ExportLensCommand.js +18 -41
  23. package/dist-cjs/commands/GetAnswerCommand.js +18 -41
  24. package/dist-cjs/commands/GetConsolidatedReportCommand.js +18 -41
  25. package/dist-cjs/commands/GetLensCommand.js +18 -41
  26. package/dist-cjs/commands/GetLensReviewCommand.js +18 -41
  27. package/dist-cjs/commands/GetLensReviewReportCommand.js +18 -41
  28. package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +18 -41
  29. package/dist-cjs/commands/GetMilestoneCommand.js +18 -41
  30. package/dist-cjs/commands/GetProfileCommand.js +18 -41
  31. package/dist-cjs/commands/GetProfileTemplateCommand.js +18 -41
  32. package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +18 -41
  33. package/dist-cjs/commands/GetReviewTemplateCommand.js +18 -41
  34. package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +18 -41
  35. package/dist-cjs/commands/GetWorkloadCommand.js +18 -41
  36. package/dist-cjs/commands/ImportLensCommand.js +18 -41
  37. package/dist-cjs/commands/ListAnswersCommand.js +18 -41
  38. package/dist-cjs/commands/ListCheckDetailsCommand.js +18 -41
  39. package/dist-cjs/commands/ListCheckSummariesCommand.js +18 -41
  40. package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +18 -41
  41. package/dist-cjs/commands/ListLensReviewsCommand.js +18 -41
  42. package/dist-cjs/commands/ListLensSharesCommand.js +18 -41
  43. package/dist-cjs/commands/ListLensesCommand.js +18 -41
  44. package/dist-cjs/commands/ListMilestonesCommand.js +18 -41
  45. package/dist-cjs/commands/ListNotificationsCommand.js +18 -41
  46. package/dist-cjs/commands/ListProfileNotificationsCommand.js +18 -41
  47. package/dist-cjs/commands/ListProfileSharesCommand.js +18 -41
  48. package/dist-cjs/commands/ListProfilesCommand.js +18 -41
  49. package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +18 -41
  50. package/dist-cjs/commands/ListReviewTemplatesCommand.js +18 -41
  51. package/dist-cjs/commands/ListShareInvitationsCommand.js +18 -41
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  53. package/dist-cjs/commands/ListTemplateSharesCommand.js +18 -41
  54. package/dist-cjs/commands/ListWorkloadSharesCommand.js +18 -41
  55. package/dist-cjs/commands/ListWorkloadsCommand.js +18 -41
  56. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  57. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateAnswerCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateLensReviewCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateProfileCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateReviewTemplateCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateShareInvitationCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateWorkloadCommand.js +18 -41
  67. package/dist-cjs/commands/UpdateWorkloadShareCommand.js +18 -41
  68. package/dist-cjs/commands/UpgradeLensReviewCommand.js +18 -41
  69. package/dist-cjs/commands/UpgradeProfileVersionCommand.js +18 -41
  70. package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +18 -41
  71. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  72. package/dist-cjs/pagination/GetConsolidatedReportPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListAnswersPaginator.js +2 -24
  74. package/dist-cjs/pagination/ListCheckDetailsPaginator.js +2 -24
  75. package/dist-cjs/pagination/ListCheckSummariesPaginator.js +2 -24
  76. package/dist-cjs/pagination/ListLensReviewImprovementsPaginator.js +2 -24
  77. package/dist-cjs/pagination/ListLensReviewsPaginator.js +2 -24
  78. package/dist-cjs/pagination/ListLensSharesPaginator.js +2 -24
  79. package/dist-cjs/pagination/ListLensesPaginator.js +2 -24
  80. package/dist-cjs/pagination/ListMilestonesPaginator.js +2 -24
  81. package/dist-cjs/pagination/ListNotificationsPaginator.js +2 -24
  82. package/dist-cjs/pagination/ListProfileNotificationsPaginator.js +2 -24
  83. package/dist-cjs/pagination/ListProfileSharesPaginator.js +2 -24
  84. package/dist-cjs/pagination/ListProfilesPaginator.js +2 -24
  85. package/dist-cjs/pagination/ListReviewTemplateAnswersPaginator.js +2 -24
  86. package/dist-cjs/pagination/ListReviewTemplatesPaginator.js +2 -24
  87. package/dist-cjs/pagination/ListShareInvitationsPaginator.js +2 -24
  88. package/dist-cjs/pagination/ListTemplateSharesPaginator.js +2 -24
  89. package/dist-cjs/pagination/ListWorkloadSharesPaginator.js +2 -24
  90. package/dist-cjs/pagination/ListWorkloadsPaginator.js +2 -24
  91. package/dist-es/commands/AssociateLensesCommand.js +18 -41
  92. package/dist-es/commands/AssociateProfilesCommand.js +18 -41
  93. package/dist-es/commands/CreateLensShareCommand.js +18 -41
  94. package/dist-es/commands/CreateLensVersionCommand.js +18 -41
  95. package/dist-es/commands/CreateMilestoneCommand.js +18 -41
  96. package/dist-es/commands/CreateProfileCommand.js +18 -41
  97. package/dist-es/commands/CreateProfileShareCommand.js +18 -41
  98. package/dist-es/commands/CreateReviewTemplateCommand.js +18 -41
  99. package/dist-es/commands/CreateTemplateShareCommand.js +18 -41
  100. package/dist-es/commands/CreateWorkloadCommand.js +18 -41
  101. package/dist-es/commands/CreateWorkloadShareCommand.js +18 -41
  102. package/dist-es/commands/DeleteLensCommand.js +18 -41
  103. package/dist-es/commands/DeleteLensShareCommand.js +18 -41
  104. package/dist-es/commands/DeleteProfileCommand.js +18 -41
  105. package/dist-es/commands/DeleteProfileShareCommand.js +18 -41
  106. package/dist-es/commands/DeleteReviewTemplateCommand.js +18 -41
  107. package/dist-es/commands/DeleteTemplateShareCommand.js +18 -41
  108. package/dist-es/commands/DeleteWorkloadCommand.js +18 -41
  109. package/dist-es/commands/DeleteWorkloadShareCommand.js +18 -41
  110. package/dist-es/commands/DisassociateLensesCommand.js +18 -41
  111. package/dist-es/commands/DisassociateProfilesCommand.js +18 -41
  112. package/dist-es/commands/ExportLensCommand.js +18 -41
  113. package/dist-es/commands/GetAnswerCommand.js +18 -41
  114. package/dist-es/commands/GetConsolidatedReportCommand.js +18 -41
  115. package/dist-es/commands/GetLensCommand.js +18 -41
  116. package/dist-es/commands/GetLensReviewCommand.js +18 -41
  117. package/dist-es/commands/GetLensReviewReportCommand.js +18 -41
  118. package/dist-es/commands/GetLensVersionDifferenceCommand.js +18 -41
  119. package/dist-es/commands/GetMilestoneCommand.js +18 -41
  120. package/dist-es/commands/GetProfileCommand.js +18 -41
  121. package/dist-es/commands/GetProfileTemplateCommand.js +18 -41
  122. package/dist-es/commands/GetReviewTemplateAnswerCommand.js +18 -41
  123. package/dist-es/commands/GetReviewTemplateCommand.js +18 -41
  124. package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +18 -41
  125. package/dist-es/commands/GetWorkloadCommand.js +18 -41
  126. package/dist-es/commands/ImportLensCommand.js +18 -41
  127. package/dist-es/commands/ListAnswersCommand.js +18 -41
  128. package/dist-es/commands/ListCheckDetailsCommand.js +18 -41
  129. package/dist-es/commands/ListCheckSummariesCommand.js +18 -41
  130. package/dist-es/commands/ListLensReviewImprovementsCommand.js +18 -41
  131. package/dist-es/commands/ListLensReviewsCommand.js +18 -41
  132. package/dist-es/commands/ListLensSharesCommand.js +18 -41
  133. package/dist-es/commands/ListLensesCommand.js +18 -41
  134. package/dist-es/commands/ListMilestonesCommand.js +18 -41
  135. package/dist-es/commands/ListNotificationsCommand.js +18 -41
  136. package/dist-es/commands/ListProfileNotificationsCommand.js +18 -41
  137. package/dist-es/commands/ListProfileSharesCommand.js +18 -41
  138. package/dist-es/commands/ListProfilesCommand.js +18 -41
  139. package/dist-es/commands/ListReviewTemplateAnswersCommand.js +18 -41
  140. package/dist-es/commands/ListReviewTemplatesCommand.js +18 -41
  141. package/dist-es/commands/ListShareInvitationsCommand.js +18 -41
  142. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  143. package/dist-es/commands/ListTemplateSharesCommand.js +18 -41
  144. package/dist-es/commands/ListWorkloadSharesCommand.js +18 -41
  145. package/dist-es/commands/ListWorkloadsCommand.js +18 -41
  146. package/dist-es/commands/TagResourceCommand.js +18 -41
  147. package/dist-es/commands/UntagResourceCommand.js +18 -41
  148. package/dist-es/commands/UpdateAnswerCommand.js +18 -41
  149. package/dist-es/commands/UpdateGlobalSettingsCommand.js +18 -41
  150. package/dist-es/commands/UpdateLensReviewCommand.js +18 -41
  151. package/dist-es/commands/UpdateProfileCommand.js +18 -41
  152. package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +18 -41
  153. package/dist-es/commands/UpdateReviewTemplateCommand.js +18 -41
  154. package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +18 -41
  155. package/dist-es/commands/UpdateShareInvitationCommand.js +18 -41
  156. package/dist-es/commands/UpdateWorkloadCommand.js +18 -41
  157. package/dist-es/commands/UpdateWorkloadShareCommand.js +18 -41
  158. package/dist-es/commands/UpgradeLensReviewCommand.js +18 -41
  159. package/dist-es/commands/UpgradeProfileVersionCommand.js +18 -41
  160. package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +18 -41
  161. package/dist-es/endpoint/EndpointParameters.js +6 -0
  162. package/dist-es/pagination/GetConsolidatedReportPaginator.js +2 -23
  163. package/dist-es/pagination/ListAnswersPaginator.js +2 -23
  164. package/dist-es/pagination/ListCheckDetailsPaginator.js +2 -23
  165. package/dist-es/pagination/ListCheckSummariesPaginator.js +2 -23
  166. package/dist-es/pagination/ListLensReviewImprovementsPaginator.js +2 -23
  167. package/dist-es/pagination/ListLensReviewsPaginator.js +2 -23
  168. package/dist-es/pagination/ListLensSharesPaginator.js +2 -23
  169. package/dist-es/pagination/ListLensesPaginator.js +2 -23
  170. package/dist-es/pagination/ListMilestonesPaginator.js +2 -23
  171. package/dist-es/pagination/ListNotificationsPaginator.js +2 -23
  172. package/dist-es/pagination/ListProfileNotificationsPaginator.js +2 -23
  173. package/dist-es/pagination/ListProfileSharesPaginator.js +2 -23
  174. package/dist-es/pagination/ListProfilesPaginator.js +2 -23
  175. package/dist-es/pagination/ListReviewTemplateAnswersPaginator.js +2 -23
  176. package/dist-es/pagination/ListReviewTemplatesPaginator.js +2 -23
  177. package/dist-es/pagination/ListShareInvitationsPaginator.js +2 -23
  178. package/dist-es/pagination/ListTemplateSharesPaginator.js +2 -23
  179. package/dist-es/pagination/ListWorkloadSharesPaginator.js +2 -23
  180. package/dist-es/pagination/ListWorkloadsPaginator.js +2 -23
  181. package/dist-types/commands/AssociateLensesCommand.d.ts +6 -21
  182. package/dist-types/commands/AssociateProfilesCommand.d.ts +6 -21
  183. package/dist-types/commands/CreateLensShareCommand.d.ts +6 -21
  184. package/dist-types/commands/CreateLensVersionCommand.d.ts +6 -21
  185. package/dist-types/commands/CreateMilestoneCommand.d.ts +6 -21
  186. package/dist-types/commands/CreateProfileCommand.d.ts +6 -21
  187. package/dist-types/commands/CreateProfileShareCommand.d.ts +6 -21
  188. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +6 -21
  189. package/dist-types/commands/CreateTemplateShareCommand.d.ts +6 -21
  190. package/dist-types/commands/CreateWorkloadCommand.d.ts +6 -21
  191. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +6 -21
  192. package/dist-types/commands/DeleteLensCommand.d.ts +6 -21
  193. package/dist-types/commands/DeleteLensShareCommand.d.ts +6 -21
  194. package/dist-types/commands/DeleteProfileCommand.d.ts +6 -21
  195. package/dist-types/commands/DeleteProfileShareCommand.d.ts +6 -21
  196. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +6 -21
  197. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +6 -21
  198. package/dist-types/commands/DeleteWorkloadCommand.d.ts +6 -21
  199. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +6 -21
  200. package/dist-types/commands/DisassociateLensesCommand.d.ts +6 -21
  201. package/dist-types/commands/DisassociateProfilesCommand.d.ts +6 -21
  202. package/dist-types/commands/ExportLensCommand.d.ts +6 -21
  203. package/dist-types/commands/GetAnswerCommand.d.ts +6 -21
  204. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +6 -21
  205. package/dist-types/commands/GetLensCommand.d.ts +6 -21
  206. package/dist-types/commands/GetLensReviewCommand.d.ts +6 -21
  207. package/dist-types/commands/GetLensReviewReportCommand.d.ts +6 -21
  208. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +6 -21
  209. package/dist-types/commands/GetMilestoneCommand.d.ts +6 -21
  210. package/dist-types/commands/GetProfileCommand.d.ts +6 -21
  211. package/dist-types/commands/GetProfileTemplateCommand.d.ts +6 -21
  212. package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +6 -21
  213. package/dist-types/commands/GetReviewTemplateCommand.d.ts +6 -21
  214. package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +6 -21
  215. package/dist-types/commands/GetWorkloadCommand.d.ts +6 -21
  216. package/dist-types/commands/ImportLensCommand.d.ts +6 -21
  217. package/dist-types/commands/ListAnswersCommand.d.ts +6 -21
  218. package/dist-types/commands/ListCheckDetailsCommand.d.ts +6 -21
  219. package/dist-types/commands/ListCheckSummariesCommand.d.ts +6 -21
  220. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +6 -21
  221. package/dist-types/commands/ListLensReviewsCommand.d.ts +6 -21
  222. package/dist-types/commands/ListLensSharesCommand.d.ts +6 -21
  223. package/dist-types/commands/ListLensesCommand.d.ts +6 -21
  224. package/dist-types/commands/ListMilestonesCommand.d.ts +6 -21
  225. package/dist-types/commands/ListNotificationsCommand.d.ts +6 -21
  226. package/dist-types/commands/ListProfileNotificationsCommand.d.ts +6 -21
  227. package/dist-types/commands/ListProfileSharesCommand.d.ts +6 -21
  228. package/dist-types/commands/ListProfilesCommand.d.ts +6 -21
  229. package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +6 -21
  230. package/dist-types/commands/ListReviewTemplatesCommand.d.ts +6 -21
  231. package/dist-types/commands/ListShareInvitationsCommand.d.ts +6 -21
  232. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  233. package/dist-types/commands/ListTemplateSharesCommand.d.ts +6 -21
  234. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +6 -21
  235. package/dist-types/commands/ListWorkloadsCommand.d.ts +6 -21
  236. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  237. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  238. package/dist-types/commands/UpdateAnswerCommand.d.ts +6 -21
  239. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -21
  240. package/dist-types/commands/UpdateLensReviewCommand.d.ts +6 -21
  241. package/dist-types/commands/UpdateProfileCommand.d.ts +6 -21
  242. package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +6 -21
  243. package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +6 -21
  244. package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +6 -21
  245. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +6 -21
  246. package/dist-types/commands/UpdateWorkloadCommand.d.ts +6 -21
  247. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +6 -21
  248. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +6 -21
  249. package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +6 -21
  250. package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +6 -21
  251. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  252. package/dist-types/pagination/GetConsolidatedReportPaginator.d.ts +1 -1
  253. package/dist-types/pagination/ListAnswersPaginator.d.ts +1 -1
  254. package/dist-types/pagination/ListCheckDetailsPaginator.d.ts +1 -1
  255. package/dist-types/pagination/ListCheckSummariesPaginator.d.ts +1 -1
  256. package/dist-types/pagination/ListLensReviewImprovementsPaginator.d.ts +1 -1
  257. package/dist-types/pagination/ListLensReviewsPaginator.d.ts +1 -1
  258. package/dist-types/pagination/ListLensSharesPaginator.d.ts +1 -1
  259. package/dist-types/pagination/ListLensesPaginator.d.ts +1 -1
  260. package/dist-types/pagination/ListMilestonesPaginator.d.ts +1 -1
  261. package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
  262. package/dist-types/pagination/ListProfileNotificationsPaginator.d.ts +1 -1
  263. package/dist-types/pagination/ListProfileSharesPaginator.d.ts +1 -1
  264. package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
  265. package/dist-types/pagination/ListReviewTemplateAnswersPaginator.d.ts +1 -1
  266. package/dist-types/pagination/ListReviewTemplatesPaginator.d.ts +1 -1
  267. package/dist-types/pagination/ListShareInvitationsPaginator.d.ts +1 -1
  268. package/dist-types/pagination/ListTemplateSharesPaginator.d.ts +1 -1
  269. package/dist-types/pagination/ListWorkloadSharesPaginator.d.ts +1 -1
  270. package/dist-types/pagination/ListWorkloadsPaginator.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +14 -23
  277. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +12 -24
  279. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +14 -23
  282. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +14 -23
  284. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +14 -23
  285. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +14 -23
  289. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +14 -23
  293. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +12 -23
  296. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +14 -23
  297. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +14 -23
  298. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +12 -24
  299. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +14 -23
  300. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
  301. package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +14 -23
  302. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +12 -24
  303. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +14 -23
  304. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +12 -24
  305. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +14 -23
  306. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +14 -23
  307. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +14 -23
  308. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +14 -23
  309. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +14 -23
  310. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +12 -24
  311. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +14 -23
  312. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +14 -23
  313. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +14 -23
  314. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +14 -23
  315. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +14 -23
  316. package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +12 -24
  317. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +14 -23
  318. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +14 -23
  319. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +12 -24
  320. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +14 -23
  321. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +12 -24
  322. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  323. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +14 -23
  324. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +14 -23
  325. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +14 -23
  326. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  327. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  328. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +14 -23
  329. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +12 -24
  330. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +14 -23
  331. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +14 -23
  332. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +12 -24
  333. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +12 -24
  334. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +12 -24
  335. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +12 -24
  336. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +14 -23
  337. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +14 -23
  338. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +14 -23
  339. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +12 -24
  340. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +12 -24
  341. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  342. package/dist-types/ts3.4/pagination/GetConsolidatedReportPaginator.d.ts +3 -3
  343. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +3 -3
  344. package/dist-types/ts3.4/pagination/ListCheckDetailsPaginator.d.ts +3 -3
  345. package/dist-types/ts3.4/pagination/ListCheckSummariesPaginator.d.ts +3 -3
  346. package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +3 -3
  347. package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +3 -3
  348. package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +3 -3
  349. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +3 -3
  350. package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +3 -3
  351. package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +3 -3
  352. package/dist-types/ts3.4/pagination/ListProfileNotificationsPaginator.d.ts +3 -3
  353. package/dist-types/ts3.4/pagination/ListProfileSharesPaginator.d.ts +3 -3
  354. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +3 -3
  355. package/dist-types/ts3.4/pagination/ListReviewTemplateAnswersPaginator.d.ts +3 -3
  356. package/dist-types/ts3.4/pagination/ListReviewTemplatesPaginator.d.ts +3 -3
  357. package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +3 -3
  358. package/dist-types/ts3.4/pagination/ListTemplateSharesPaginator.d.ts +3 -3
  359. package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +3 -3
  360. package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +3 -3
  361. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAnswersCommandInput extends ListAnswersInput {
21
20
  */
22
21
  export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListAnswersCommand_base: {
24
+ new (input: ListAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List of answers for a particular workload and lens.</p>
@@ -123,23 +126,5 @@ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataB
123
126
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
124
127
  *
125
128
  */
126
- export declare class ListAnswersCommand extends $Command<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig> {
127
- readonly input: ListAnswersCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: ListAnswersCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnswersCommandInput, ListAnswersCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class ListAnswersCommand extends ListAnswersCommand_base {
145
130
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListCheckDetailsInput, ListCheckDetailsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCheckDetailsCommandInput extends ListCheckDetailsInput {
21
20
  */
22
21
  export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListCheckDetailsCommand_base: {
24
+ new (input: ListCheckDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List of Trusted Advisor check details by account related to the workload.</p>
@@ -89,23 +92,5 @@ export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, _
89
92
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
90
93
  *
91
94
  */
92
- export declare class ListCheckDetailsCommand extends $Command<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig> {
93
- readonly input: ListCheckDetailsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: ListCheckDetailsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class ListCheckDetailsCommand extends ListCheckDetailsCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListCheckSummariesInput, ListCheckSummariesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCheckSummariesCommandInput extends ListCheckSummariesInput
21
20
  */
22
21
  export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListCheckSummariesCommand_base: {
24
+ new (input: ListCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List of Trusted Advisor checks summarized for all accounts related to the workload.</p>
@@ -89,23 +92,5 @@ export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutpu
89
92
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
90
93
  *
91
94
  */
92
- export declare class ListCheckSummariesCommand extends $Command<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig> {
93
- readonly input: ListCheckSummariesCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: ListCheckSummariesCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class ListCheckSummariesCommand extends ListCheckSummariesCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLensReviewImprovementsCommandInput extends ListLensReviewIm
21
20
  */
22
21
  export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewImprovementsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListLensReviewImprovementsCommand_base: {
24
+ new (input: ListLensReviewImprovementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List lens review improvements.</p>
@@ -92,23 +95,5 @@ export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewI
92
95
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
93
96
  *
94
97
  */
95
- export declare class ListLensReviewImprovementsCommand extends $Command<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig> {
96
- readonly input: ListLensReviewImprovementsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListLensReviewImprovementsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListLensReviewImprovementsCommand extends ListLensReviewImprovementsCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLensReviewsCommandInput extends ListLensReviewsInput {
21
20
  */
22
21
  export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListLensReviewsCommand_base: {
24
+ new (input: ListLensReviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List lens reviews for a particular workload.</p>
@@ -93,23 +96,5 @@ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __M
93
96
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
94
97
  *
95
98
  */
96
- export declare class ListLensReviewsCommand extends $Command<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig> {
97
- readonly input: ListLensReviewsCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: ListLensReviewsCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensReviewsCommandInput, ListLensReviewsCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class ListLensReviewsCommand extends ListLensReviewsCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLensSharesCommandInput extends ListLensSharesInput {
21
20
  */
22
21
  export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListLensSharesCommand_base: {
24
+ new (input: ListLensSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the lens shares associated with the lens.</p>
@@ -78,23 +81,5 @@ export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __Met
78
81
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
79
82
  *
80
83
  */
81
- export declare class ListLensSharesCommand extends $Command<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig> {
82
- readonly input: ListLensSharesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListLensSharesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensSharesCommandInput, ListLensSharesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListLensSharesCommand extends ListLensSharesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListLensesInput, ListLensesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLensesCommandInput extends ListLensesInput {
21
20
  */
22
21
  export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListLensesCommand_base: {
24
+ new (input: ListLensesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the available lenses.</p>
@@ -81,23 +84,5 @@ export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBea
81
84
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
82
85
  *
83
86
  */
84
- export declare class ListLensesCommand extends $Command<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig> {
85
- readonly input: ListLensesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListLensesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensesCommandInput, ListLensesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListLensesCommand extends ListLensesCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMilestonesCommandInput extends ListMilestonesInput {
21
20
  */
22
21
  export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMilestonesCommand_base: {
24
+ new (input: ListMilestonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all milestones for an existing workload.</p>
@@ -99,23 +102,5 @@ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __Met
99
102
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
100
103
  *
101
104
  */
102
- export declare class ListMilestonesCommand extends $Command<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig> {
103
- readonly input: ListMilestonesCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: ListMilestonesCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMilestonesCommandInput, ListMilestonesCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class ListMilestonesCommand extends ListMilestonesCommand_base {
121
106
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNotificationsCommandInput extends ListNotificationsInput {
21
20
  */
22
21
  export interface ListNotificationsCommandOutput extends ListNotificationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListNotificationsCommand_base: {
24
+ new (input: ListNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List lens notifications.</p>
@@ -81,23 +84,5 @@ export interface ListNotificationsCommandOutput extends ListNotificationsOutput,
81
84
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
82
85
  *
83
86
  */
84
- export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig> {
85
- readonly input: ListNotificationsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListNotificationsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListNotificationsCommand extends ListNotificationsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListProfileNotificationsInput, ListProfileNotificationsOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfileNotificationsCommandInput extends ListProfileNotific
21
20
  */
22
21
  export interface ListProfileNotificationsCommandOutput extends ListProfileNotificationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProfileNotificationsCommand_base: {
24
+ new (input: ListProfileNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List profile notifications.</p>
@@ -76,23 +79,5 @@ export interface ListProfileNotificationsCommandOutput extends ListProfileNotifi
76
79
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
77
80
  *
78
81
  */
79
- export declare class ListProfileNotificationsCommand extends $Command<ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput, WellArchitectedClientResolvedConfig> {
80
- readonly input: ListProfileNotificationsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ListProfileNotificationsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ListProfileNotificationsCommand extends ListProfileNotificationsCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListProfileSharesInput, ListProfileSharesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfileSharesCommandInput extends ListProfileSharesInput {
21
20
  */
22
21
  export interface ListProfileSharesCommandOutput extends ListProfileSharesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProfileSharesCommand_base: {
24
+ new (input: ListProfileSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List profile shares.</p>
@@ -78,23 +81,5 @@ export interface ListProfileSharesCommandOutput extends ListProfileSharesOutput,
78
81
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
79
82
  *
80
83
  */
81
- export declare class ListProfileSharesCommand extends $Command<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig> {
82
- readonly input: ListProfileSharesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListProfileSharesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileSharesCommandInput, ListProfileSharesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListProfileSharesCommand extends ListProfileSharesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProfilesCommandInput extends ListProfilesInput {
21
20
  */
22
21
  export interface ListProfilesCommandOutput extends ListProfilesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProfilesCommand_base: {
24
+ new (input: ListProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilesCommandInput, ListProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List profiles.</p>
@@ -77,23 +80,5 @@ export interface ListProfilesCommandOutput extends ListProfilesOutput, __Metadat
77
80
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
78
81
  *
79
82
  */
80
- export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, WellArchitectedClientResolvedConfig> {
81
- readonly input: ListProfilesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListProfilesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListProfilesCommand extends ListProfilesCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListReviewTemplateAnswersInput, ListReviewTemplateAnswersOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReviewTemplateAnswersCommandInput extends ListReviewTemplat
21
20
  */
22
21
  export interface ListReviewTemplateAnswersCommandOutput extends ListReviewTemplateAnswersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListReviewTemplateAnswersCommand_base: {
24
+ new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the answers of a review template.</p>
@@ -119,23 +122,5 @@ export interface ListReviewTemplateAnswersCommandOutput extends ListReviewTempla
119
122
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
120
123
  *
121
124
  */
122
- export declare class ListReviewTemplateAnswersCommand extends $Command<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig> {
123
- readonly input: ListReviewTemplateAnswersCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: ListReviewTemplateAnswersCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class ListReviewTemplateAnswersCommand extends ListReviewTemplateAnswersCommand_base {
141
126
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListReviewTemplatesInput, ListReviewTemplatesOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListReviewTemplatesCommandInput extends ListReviewTemplatesInpu
21
20
  */
22
21
  export interface ListReviewTemplatesCommandOutput extends ListReviewTemplatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListReviewTemplatesCommand_base: {
24
+ new (input: ListReviewTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List review templates.</p>
@@ -77,23 +80,5 @@ export interface ListReviewTemplatesCommandOutput extends ListReviewTemplatesOut
77
80
  * <p>Base exception class for all service exceptions from WellArchitected service.</p>
78
81
  *
79
82
  */
80
- export declare class ListReviewTemplatesCommand extends $Command<ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput, WellArchitectedClientResolvedConfig> {
81
- readonly input: ListReviewTemplatesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListReviewTemplatesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListReviewTemplatesCommand extends ListReviewTemplatesCommand_base {
99
84
  }