@aws-sdk/client-wellarchitected 3.1077.0 → 3.1078.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 (224) hide show
  1. package/dist-cjs/index.js +222 -865
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateLensesCommand.js +2 -14
  4. package/dist-es/commands/AssociateProfilesCommand.js +2 -14
  5. package/dist-es/commands/CreateLensShareCommand.js +2 -14
  6. package/dist-es/commands/CreateLensVersionCommand.js +2 -14
  7. package/dist-es/commands/CreateMilestoneCommand.js +2 -14
  8. package/dist-es/commands/CreateProfileCommand.js +2 -14
  9. package/dist-es/commands/CreateProfileShareCommand.js +2 -14
  10. package/dist-es/commands/CreateReviewTemplateCommand.js +2 -14
  11. package/dist-es/commands/CreateTemplateShareCommand.js +2 -14
  12. package/dist-es/commands/CreateWorkloadCommand.js +2 -14
  13. package/dist-es/commands/CreateWorkloadShareCommand.js +2 -14
  14. package/dist-es/commands/DeleteLensCommand.js +2 -14
  15. package/dist-es/commands/DeleteLensShareCommand.js +2 -14
  16. package/dist-es/commands/DeleteProfileCommand.js +2 -14
  17. package/dist-es/commands/DeleteProfileShareCommand.js +2 -14
  18. package/dist-es/commands/DeleteReviewTemplateCommand.js +2 -14
  19. package/dist-es/commands/DeleteTemplateShareCommand.js +2 -14
  20. package/dist-es/commands/DeleteWorkloadCommand.js +2 -14
  21. package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -14
  22. package/dist-es/commands/DisassociateLensesCommand.js +2 -14
  23. package/dist-es/commands/DisassociateProfilesCommand.js +2 -14
  24. package/dist-es/commands/ExportLensCommand.js +2 -14
  25. package/dist-es/commands/GetAnswerCommand.js +2 -14
  26. package/dist-es/commands/GetConsolidatedReportCommand.js +2 -14
  27. package/dist-es/commands/GetGlobalSettingsCommand.js +2 -14
  28. package/dist-es/commands/GetLensCommand.js +2 -14
  29. package/dist-es/commands/GetLensReviewCommand.js +2 -14
  30. package/dist-es/commands/GetLensReviewReportCommand.js +2 -14
  31. package/dist-es/commands/GetLensVersionDifferenceCommand.js +2 -14
  32. package/dist-es/commands/GetMilestoneCommand.js +2 -14
  33. package/dist-es/commands/GetProfileCommand.js +2 -14
  34. package/dist-es/commands/GetProfileTemplateCommand.js +2 -14
  35. package/dist-es/commands/GetReviewTemplateAnswerCommand.js +2 -14
  36. package/dist-es/commands/GetReviewTemplateCommand.js +2 -14
  37. package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +2 -14
  38. package/dist-es/commands/GetWorkloadCommand.js +2 -14
  39. package/dist-es/commands/ImportLensCommand.js +2 -14
  40. package/dist-es/commands/ListAnswersCommand.js +2 -14
  41. package/dist-es/commands/ListCheckDetailsCommand.js +2 -14
  42. package/dist-es/commands/ListCheckSummariesCommand.js +2 -14
  43. package/dist-es/commands/ListLensReviewImprovementsCommand.js +2 -14
  44. package/dist-es/commands/ListLensReviewsCommand.js +2 -14
  45. package/dist-es/commands/ListLensSharesCommand.js +2 -14
  46. package/dist-es/commands/ListLensesCommand.js +2 -14
  47. package/dist-es/commands/ListMilestonesCommand.js +2 -14
  48. package/dist-es/commands/ListNotificationsCommand.js +2 -14
  49. package/dist-es/commands/ListProfileNotificationsCommand.js +2 -14
  50. package/dist-es/commands/ListProfileSharesCommand.js +2 -14
  51. package/dist-es/commands/ListProfilesCommand.js +2 -14
  52. package/dist-es/commands/ListReviewTemplateAnswersCommand.js +2 -14
  53. package/dist-es/commands/ListReviewTemplatesCommand.js +2 -14
  54. package/dist-es/commands/ListShareInvitationsCommand.js +2 -14
  55. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  56. package/dist-es/commands/ListTemplateSharesCommand.js +2 -14
  57. package/dist-es/commands/ListWorkloadSharesCommand.js +2 -14
  58. package/dist-es/commands/ListWorkloadsCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateAnswerCommand.js +2 -14
  62. package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -14
  63. package/dist-es/commands/UpdateIntegrationCommand.js +2 -14
  64. package/dist-es/commands/UpdateLensReviewCommand.js +2 -14
  65. package/dist-es/commands/UpdateProfileCommand.js +2 -14
  66. package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +2 -14
  67. package/dist-es/commands/UpdateReviewTemplateCommand.js +2 -14
  68. package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +2 -14
  69. package/dist-es/commands/UpdateShareInvitationCommand.js +2 -14
  70. package/dist-es/commands/UpdateWorkloadCommand.js +2 -14
  71. package/dist-es/commands/UpdateWorkloadShareCommand.js +2 -14
  72. package/dist-es/commands/UpgradeLensReviewCommand.js +2 -14
  73. package/dist-es/commands/UpgradeProfileVersionCommand.js +2 -14
  74. package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +2 -14
  75. package/dist-es/index.js +1 -0
  76. package/dist-types/commandBuilder.d.ts +18 -0
  77. package/dist-types/commands/AssociateLensesCommand.d.ts +3 -8
  78. package/dist-types/commands/AssociateProfilesCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateLensShareCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateLensVersionCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateMilestoneCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateProfileCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateProfileShareCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateTemplateShareCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateWorkloadCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteLensCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteLensShareCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteProfileCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteProfileShareCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteWorkloadCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +3 -8
  96. package/dist-types/commands/DisassociateLensesCommand.d.ts +3 -8
  97. package/dist-types/commands/DisassociateProfilesCommand.d.ts +3 -8
  98. package/dist-types/commands/ExportLensCommand.d.ts +3 -8
  99. package/dist-types/commands/GetAnswerCommand.d.ts +3 -8
  100. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +3 -8
  101. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -8
  102. package/dist-types/commands/GetLensCommand.d.ts +3 -8
  103. package/dist-types/commands/GetLensReviewCommand.d.ts +3 -8
  104. package/dist-types/commands/GetLensReviewReportCommand.d.ts +3 -8
  105. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +3 -8
  106. package/dist-types/commands/GetMilestoneCommand.d.ts +3 -8
  107. package/dist-types/commands/GetProfileCommand.d.ts +3 -8
  108. package/dist-types/commands/GetProfileTemplateCommand.d.ts +3 -8
  109. package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +3 -8
  110. package/dist-types/commands/GetReviewTemplateCommand.d.ts +3 -8
  111. package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +3 -8
  112. package/dist-types/commands/GetWorkloadCommand.d.ts +3 -8
  113. package/dist-types/commands/ImportLensCommand.d.ts +3 -8
  114. package/dist-types/commands/ListAnswersCommand.d.ts +3 -8
  115. package/dist-types/commands/ListCheckDetailsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListCheckSummariesCommand.d.ts +3 -8
  117. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +3 -8
  118. package/dist-types/commands/ListLensReviewsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListLensSharesCommand.d.ts +3 -8
  120. package/dist-types/commands/ListLensesCommand.d.ts +3 -8
  121. package/dist-types/commands/ListMilestonesCommand.d.ts +3 -8
  122. package/dist-types/commands/ListNotificationsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListProfileNotificationsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListProfileSharesCommand.d.ts +3 -8
  125. package/dist-types/commands/ListProfilesCommand.d.ts +3 -8
  126. package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +3 -8
  127. package/dist-types/commands/ListReviewTemplatesCommand.d.ts +3 -8
  128. package/dist-types/commands/ListShareInvitationsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  130. package/dist-types/commands/ListTemplateSharesCommand.d.ts +3 -8
  131. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +3 -8
  132. package/dist-types/commands/ListWorkloadsCommand.d.ts +3 -8
  133. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  135. package/dist-types/commands/UpdateAnswerCommand.d.ts +3 -8
  136. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -8
  137. package/dist-types/commands/UpdateIntegrationCommand.d.ts +3 -8
  138. package/dist-types/commands/UpdateLensReviewCommand.d.ts +3 -8
  139. package/dist-types/commands/UpdateProfileCommand.d.ts +3 -8
  140. package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +3 -8
  141. package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateWorkloadCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +3 -8
  146. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +3 -8
  147. package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +3 -8
  148. package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +3 -8
  149. package/dist-types/index.d.ts +1 -0
  150. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  151. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/index.d.ts +1 -0
  224. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2216,868 +2217,224 @@ class WellArchitectedClient extends Client {
2216
2217
  }
2217
2218
  }
2218
2219
 
2219
- class AssociateLensesCommand extends Command
2220
- .classBuilder()
2221
- .ep(commonParams)
2222
- .m(function (Command, cs, config, o) {
2223
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2224
- })
2225
- .s("WellArchitectedApiServiceLambda", "AssociateLenses", {})
2226
- .n("WellArchitectedClient", "AssociateLensesCommand")
2227
- .sc(AssociateLenses$)
2228
- .build() {
2229
- }
2230
-
2231
- class AssociateProfilesCommand extends Command
2232
- .classBuilder()
2233
- .ep(commonParams)
2234
- .m(function (Command, cs, config, o) {
2235
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2236
- })
2237
- .s("WellArchitectedApiServiceLambda", "AssociateProfiles", {})
2238
- .n("WellArchitectedClient", "AssociateProfilesCommand")
2239
- .sc(AssociateProfiles$)
2240
- .build() {
2241
- }
2242
-
2243
- class CreateLensShareCommand extends Command
2244
- .classBuilder()
2245
- .ep(commonParams)
2246
- .m(function (Command, cs, config, o) {
2247
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2248
- })
2249
- .s("WellArchitectedApiServiceLambda", "CreateLensShare", {})
2250
- .n("WellArchitectedClient", "CreateLensShareCommand")
2251
- .sc(CreateLensShare$)
2252
- .build() {
2253
- }
2254
-
2255
- class CreateLensVersionCommand extends Command
2256
- .classBuilder()
2257
- .ep(commonParams)
2258
- .m(function (Command, cs, config, o) {
2259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2260
- })
2261
- .s("WellArchitectedApiServiceLambda", "CreateLensVersion", {})
2262
- .n("WellArchitectedClient", "CreateLensVersionCommand")
2263
- .sc(CreateLensVersion$)
2264
- .build() {
2265
- }
2266
-
2267
- class CreateMilestoneCommand extends Command
2268
- .classBuilder()
2269
- .ep(commonParams)
2270
- .m(function (Command, cs, config, o) {
2271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2272
- })
2273
- .s("WellArchitectedApiServiceLambda", "CreateMilestone", {})
2274
- .n("WellArchitectedClient", "CreateMilestoneCommand")
2275
- .sc(CreateMilestone$)
2276
- .build() {
2277
- }
2278
-
2279
- class CreateProfileCommand extends Command
2280
- .classBuilder()
2281
- .ep(commonParams)
2282
- .m(function (Command, cs, config, o) {
2283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2284
- })
2285
- .s("WellArchitectedApiServiceLambda", "CreateProfile", {})
2286
- .n("WellArchitectedClient", "CreateProfileCommand")
2287
- .sc(CreateProfile$)
2288
- .build() {
2289
- }
2290
-
2291
- class CreateProfileShareCommand extends Command
2292
- .classBuilder()
2293
- .ep(commonParams)
2294
- .m(function (Command, cs, config, o) {
2295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2296
- })
2297
- .s("WellArchitectedApiServiceLambda", "CreateProfileShare", {})
2298
- .n("WellArchitectedClient", "CreateProfileShareCommand")
2299
- .sc(CreateProfileShare$)
2300
- .build() {
2301
- }
2302
-
2303
- class CreateReviewTemplateCommand extends Command
2304
- .classBuilder()
2305
- .ep(commonParams)
2306
- .m(function (Command, cs, config, o) {
2307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2308
- })
2309
- .s("WellArchitectedApiServiceLambda", "CreateReviewTemplate", {})
2310
- .n("WellArchitectedClient", "CreateReviewTemplateCommand")
2311
- .sc(CreateReviewTemplate$)
2312
- .build() {
2313
- }
2314
-
2315
- class CreateTemplateShareCommand extends Command
2316
- .classBuilder()
2317
- .ep(commonParams)
2318
- .m(function (Command, cs, config, o) {
2319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2320
- })
2321
- .s("WellArchitectedApiServiceLambda", "CreateTemplateShare", {})
2322
- .n("WellArchitectedClient", "CreateTemplateShareCommand")
2323
- .sc(CreateTemplateShare$)
2324
- .build() {
2325
- }
2326
-
2327
- class CreateWorkloadCommand extends Command
2328
- .classBuilder()
2329
- .ep(commonParams)
2330
- .m(function (Command, cs, config, o) {
2331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2332
- })
2333
- .s("WellArchitectedApiServiceLambda", "CreateWorkload", {})
2334
- .n("WellArchitectedClient", "CreateWorkloadCommand")
2335
- .sc(CreateWorkload$)
2336
- .build() {
2337
- }
2338
-
2339
- class CreateWorkloadShareCommand extends Command
2340
- .classBuilder()
2341
- .ep(commonParams)
2342
- .m(function (Command, cs, config, o) {
2343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2344
- })
2345
- .s("WellArchitectedApiServiceLambda", "CreateWorkloadShare", {})
2346
- .n("WellArchitectedClient", "CreateWorkloadShareCommand")
2347
- .sc(CreateWorkloadShare$)
2348
- .build() {
2349
- }
2350
-
2351
- class DeleteLensCommand extends Command
2352
- .classBuilder()
2353
- .ep(commonParams)
2354
- .m(function (Command, cs, config, o) {
2355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2356
- })
2357
- .s("WellArchitectedApiServiceLambda", "DeleteLens", {})
2358
- .n("WellArchitectedClient", "DeleteLensCommand")
2359
- .sc(DeleteLens$)
2360
- .build() {
2361
- }
2362
-
2363
- class DeleteLensShareCommand extends Command
2364
- .classBuilder()
2365
- .ep(commonParams)
2366
- .m(function (Command, cs, config, o) {
2367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2368
- })
2369
- .s("WellArchitectedApiServiceLambda", "DeleteLensShare", {})
2370
- .n("WellArchitectedClient", "DeleteLensShareCommand")
2371
- .sc(DeleteLensShare$)
2372
- .build() {
2373
- }
2374
-
2375
- class DeleteProfileCommand extends Command
2376
- .classBuilder()
2377
- .ep(commonParams)
2378
- .m(function (Command, cs, config, o) {
2379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2380
- })
2381
- .s("WellArchitectedApiServiceLambda", "DeleteProfile", {})
2382
- .n("WellArchitectedClient", "DeleteProfileCommand")
2383
- .sc(DeleteProfile$)
2384
- .build() {
2385
- }
2386
-
2387
- class DeleteProfileShareCommand extends Command
2388
- .classBuilder()
2389
- .ep(commonParams)
2390
- .m(function (Command, cs, config, o) {
2391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2392
- })
2393
- .s("WellArchitectedApiServiceLambda", "DeleteProfileShare", {})
2394
- .n("WellArchitectedClient", "DeleteProfileShareCommand")
2395
- .sc(DeleteProfileShare$)
2396
- .build() {
2397
- }
2398
-
2399
- class DeleteReviewTemplateCommand extends Command
2400
- .classBuilder()
2401
- .ep(commonParams)
2402
- .m(function (Command, cs, config, o) {
2403
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2404
- })
2405
- .s("WellArchitectedApiServiceLambda", "DeleteReviewTemplate", {})
2406
- .n("WellArchitectedClient", "DeleteReviewTemplateCommand")
2407
- .sc(DeleteReviewTemplate$)
2408
- .build() {
2409
- }
2410
-
2411
- class DeleteTemplateShareCommand extends Command
2412
- .classBuilder()
2413
- .ep(commonParams)
2414
- .m(function (Command, cs, config, o) {
2415
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2416
- })
2417
- .s("WellArchitectedApiServiceLambda", "DeleteTemplateShare", {})
2418
- .n("WellArchitectedClient", "DeleteTemplateShareCommand")
2419
- .sc(DeleteTemplateShare$)
2420
- .build() {
2421
- }
2422
-
2423
- class DeleteWorkloadCommand extends Command
2424
- .classBuilder()
2425
- .ep(commonParams)
2426
- .m(function (Command, cs, config, o) {
2427
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2428
- })
2429
- .s("WellArchitectedApiServiceLambda", "DeleteWorkload", {})
2430
- .n("WellArchitectedClient", "DeleteWorkloadCommand")
2431
- .sc(DeleteWorkload$)
2432
- .build() {
2433
- }
2434
-
2435
- class DeleteWorkloadShareCommand extends Command
2436
- .classBuilder()
2437
- .ep(commonParams)
2438
- .m(function (Command, cs, config, o) {
2439
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2440
- })
2441
- .s("WellArchitectedApiServiceLambda", "DeleteWorkloadShare", {})
2442
- .n("WellArchitectedClient", "DeleteWorkloadShareCommand")
2443
- .sc(DeleteWorkloadShare$)
2444
- .build() {
2445
- }
2446
-
2447
- class DisassociateLensesCommand extends Command
2448
- .classBuilder()
2449
- .ep(commonParams)
2450
- .m(function (Command, cs, config, o) {
2451
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2452
- })
2453
- .s("WellArchitectedApiServiceLambda", "DisassociateLenses", {})
2454
- .n("WellArchitectedClient", "DisassociateLensesCommand")
2455
- .sc(DisassociateLenses$)
2456
- .build() {
2457
- }
2458
-
2459
- class DisassociateProfilesCommand extends Command
2460
- .classBuilder()
2461
- .ep(commonParams)
2462
- .m(function (Command, cs, config, o) {
2463
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2464
- })
2465
- .s("WellArchitectedApiServiceLambda", "DisassociateProfiles", {})
2466
- .n("WellArchitectedClient", "DisassociateProfilesCommand")
2467
- .sc(DisassociateProfiles$)
2468
- .build() {
2469
- }
2470
-
2471
- class ExportLensCommand extends Command
2472
- .classBuilder()
2473
- .ep(commonParams)
2474
- .m(function (Command, cs, config, o) {
2475
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2476
- })
2477
- .s("WellArchitectedApiServiceLambda", "ExportLens", {})
2478
- .n("WellArchitectedClient", "ExportLensCommand")
2479
- .sc(ExportLens$)
2480
- .build() {
2481
- }
2482
-
2483
- class GetAnswerCommand extends Command
2484
- .classBuilder()
2485
- .ep(commonParams)
2486
- .m(function (Command, cs, config, o) {
2487
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2488
- })
2489
- .s("WellArchitectedApiServiceLambda", "GetAnswer", {})
2490
- .n("WellArchitectedClient", "GetAnswerCommand")
2491
- .sc(GetAnswer$)
2492
- .build() {
2493
- }
2494
-
2495
- class GetConsolidatedReportCommand extends Command
2496
- .classBuilder()
2497
- .ep(commonParams)
2498
- .m(function (Command, cs, config, o) {
2499
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2500
- })
2501
- .s("WellArchitectedApiServiceLambda", "GetConsolidatedReport", {})
2502
- .n("WellArchitectedClient", "GetConsolidatedReportCommand")
2503
- .sc(GetConsolidatedReport$)
2504
- .build() {
2505
- }
2506
-
2507
- class GetGlobalSettingsCommand extends Command
2508
- .classBuilder()
2509
- .ep(commonParams)
2510
- .m(function (Command, cs, config, o) {
2511
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2512
- })
2513
- .s("WellArchitectedApiServiceLambda", "GetGlobalSettings", {})
2514
- .n("WellArchitectedClient", "GetGlobalSettingsCommand")
2515
- .sc(GetGlobalSettings$)
2516
- .build() {
2517
- }
2518
-
2519
- class GetLensCommand extends Command
2520
- .classBuilder()
2521
- .ep(commonParams)
2522
- .m(function (Command, cs, config, o) {
2523
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2524
- })
2525
- .s("WellArchitectedApiServiceLambda", "GetLens", {})
2526
- .n("WellArchitectedClient", "GetLensCommand")
2527
- .sc(GetLens$)
2528
- .build() {
2529
- }
2530
-
2531
- class GetLensReviewCommand extends Command
2532
- .classBuilder()
2533
- .ep(commonParams)
2534
- .m(function (Command, cs, config, o) {
2535
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2536
- })
2537
- .s("WellArchitectedApiServiceLambda", "GetLensReview", {})
2538
- .n("WellArchitectedClient", "GetLensReviewCommand")
2539
- .sc(GetLensReview$)
2540
- .build() {
2541
- }
2542
-
2543
- class GetLensReviewReportCommand extends Command
2544
- .classBuilder()
2545
- .ep(commonParams)
2546
- .m(function (Command, cs, config, o) {
2547
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2548
- })
2549
- .s("WellArchitectedApiServiceLambda", "GetLensReviewReport", {})
2550
- .n("WellArchitectedClient", "GetLensReviewReportCommand")
2551
- .sc(GetLensReviewReport$)
2552
- .build() {
2553
- }
2554
-
2555
- class GetLensVersionDifferenceCommand extends Command
2556
- .classBuilder()
2557
- .ep(commonParams)
2558
- .m(function (Command, cs, config, o) {
2559
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2560
- })
2561
- .s("WellArchitectedApiServiceLambda", "GetLensVersionDifference", {})
2562
- .n("WellArchitectedClient", "GetLensVersionDifferenceCommand")
2563
- .sc(GetLensVersionDifference$)
2564
- .build() {
2565
- }
2566
-
2567
- class GetMilestoneCommand extends Command
2568
- .classBuilder()
2569
- .ep(commonParams)
2570
- .m(function (Command, cs, config, o) {
2571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2572
- })
2573
- .s("WellArchitectedApiServiceLambda", "GetMilestone", {})
2574
- .n("WellArchitectedClient", "GetMilestoneCommand")
2575
- .sc(GetMilestone$)
2576
- .build() {
2577
- }
2578
-
2579
- class GetProfileCommand extends Command
2580
- .classBuilder()
2581
- .ep(commonParams)
2582
- .m(function (Command, cs, config, o) {
2583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2584
- })
2585
- .s("WellArchitectedApiServiceLambda", "GetProfile", {})
2586
- .n("WellArchitectedClient", "GetProfileCommand")
2587
- .sc(GetProfile$)
2588
- .build() {
2589
- }
2590
-
2591
- class GetProfileTemplateCommand extends Command
2592
- .classBuilder()
2593
- .ep(commonParams)
2594
- .m(function (Command, cs, config, o) {
2595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2596
- })
2597
- .s("WellArchitectedApiServiceLambda", "GetProfileTemplate", {})
2598
- .n("WellArchitectedClient", "GetProfileTemplateCommand")
2599
- .sc(GetProfileTemplate$)
2600
- .build() {
2601
- }
2602
-
2603
- class GetReviewTemplateAnswerCommand extends Command
2604
- .classBuilder()
2605
- .ep(commonParams)
2606
- .m(function (Command, cs, config, o) {
2607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2608
- })
2609
- .s("WellArchitectedApiServiceLambda", "GetReviewTemplateAnswer", {})
2610
- .n("WellArchitectedClient", "GetReviewTemplateAnswerCommand")
2611
- .sc(GetReviewTemplateAnswer$)
2612
- .build() {
2613
- }
2614
-
2615
- class GetReviewTemplateCommand extends Command
2616
- .classBuilder()
2617
- .ep(commonParams)
2618
- .m(function (Command, cs, config, o) {
2619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2620
- })
2621
- .s("WellArchitectedApiServiceLambda", "GetReviewTemplate", {})
2622
- .n("WellArchitectedClient", "GetReviewTemplateCommand")
2623
- .sc(GetReviewTemplate$)
2624
- .build() {
2625
- }
2626
-
2627
- class GetReviewTemplateLensReviewCommand extends Command
2628
- .classBuilder()
2629
- .ep(commonParams)
2630
- .m(function (Command, cs, config, o) {
2631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2632
- })
2633
- .s("WellArchitectedApiServiceLambda", "GetReviewTemplateLensReview", {})
2634
- .n("WellArchitectedClient", "GetReviewTemplateLensReviewCommand")
2635
- .sc(GetReviewTemplateLensReview$)
2636
- .build() {
2637
- }
2638
-
2639
- class GetWorkloadCommand extends Command
2640
- .classBuilder()
2641
- .ep(commonParams)
2642
- .m(function (Command, cs, config, o) {
2643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2644
- })
2645
- .s("WellArchitectedApiServiceLambda", "GetWorkload", {})
2646
- .n("WellArchitectedClient", "GetWorkloadCommand")
2647
- .sc(GetWorkload$)
2648
- .build() {
2649
- }
2650
-
2651
- class ImportLensCommand extends Command
2652
- .classBuilder()
2653
- .ep(commonParams)
2654
- .m(function (Command, cs, config, o) {
2655
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2656
- })
2657
- .s("WellArchitectedApiServiceLambda", "ImportLens", {})
2658
- .n("WellArchitectedClient", "ImportLensCommand")
2659
- .sc(ImportLens$)
2660
- .build() {
2661
- }
2662
-
2663
- class ListAnswersCommand extends Command
2664
- .classBuilder()
2665
- .ep(commonParams)
2666
- .m(function (Command, cs, config, o) {
2667
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2668
- })
2669
- .s("WellArchitectedApiServiceLambda", "ListAnswers", {})
2670
- .n("WellArchitectedClient", "ListAnswersCommand")
2671
- .sc(ListAnswers$)
2672
- .build() {
2673
- }
2674
-
2675
- class ListCheckDetailsCommand extends Command
2676
- .classBuilder()
2677
- .ep(commonParams)
2678
- .m(function (Command, cs, config, o) {
2679
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2680
- })
2681
- .s("WellArchitectedApiServiceLambda", "ListCheckDetails", {})
2682
- .n("WellArchitectedClient", "ListCheckDetailsCommand")
2683
- .sc(ListCheckDetails$)
2684
- .build() {
2685
- }
2686
-
2687
- class ListCheckSummariesCommand extends Command
2688
- .classBuilder()
2689
- .ep(commonParams)
2690
- .m(function (Command, cs, config, o) {
2691
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2692
- })
2693
- .s("WellArchitectedApiServiceLambda", "ListCheckSummaries", {})
2694
- .n("WellArchitectedClient", "ListCheckSummariesCommand")
2695
- .sc(ListCheckSummaries$)
2696
- .build() {
2697
- }
2698
-
2699
- class ListLensesCommand extends Command
2700
- .classBuilder()
2701
- .ep(commonParams)
2702
- .m(function (Command, cs, config, o) {
2703
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2704
- })
2705
- .s("WellArchitectedApiServiceLambda", "ListLenses", {})
2706
- .n("WellArchitectedClient", "ListLensesCommand")
2707
- .sc(ListLenses$)
2708
- .build() {
2709
- }
2710
-
2711
- class ListLensReviewImprovementsCommand extends Command
2712
- .classBuilder()
2713
- .ep(commonParams)
2714
- .m(function (Command, cs, config, o) {
2715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2716
- })
2717
- .s("WellArchitectedApiServiceLambda", "ListLensReviewImprovements", {})
2718
- .n("WellArchitectedClient", "ListLensReviewImprovementsCommand")
2719
- .sc(ListLensReviewImprovements$)
2720
- .build() {
2721
- }
2722
-
2723
- class ListLensReviewsCommand extends Command
2724
- .classBuilder()
2725
- .ep(commonParams)
2726
- .m(function (Command, cs, config, o) {
2727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2728
- })
2729
- .s("WellArchitectedApiServiceLambda", "ListLensReviews", {})
2730
- .n("WellArchitectedClient", "ListLensReviewsCommand")
2731
- .sc(ListLensReviews$)
2732
- .build() {
2733
- }
2734
-
2735
- class ListLensSharesCommand extends Command
2736
- .classBuilder()
2737
- .ep(commonParams)
2738
- .m(function (Command, cs, config, o) {
2739
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2740
- })
2741
- .s("WellArchitectedApiServiceLambda", "ListLensShares", {})
2742
- .n("WellArchitectedClient", "ListLensSharesCommand")
2743
- .sc(ListLensShares$)
2744
- .build() {
2745
- }
2746
-
2747
- class ListMilestonesCommand extends Command
2748
- .classBuilder()
2749
- .ep(commonParams)
2750
- .m(function (Command, cs, config, o) {
2751
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2752
- })
2753
- .s("WellArchitectedApiServiceLambda", "ListMilestones", {})
2754
- .n("WellArchitectedClient", "ListMilestonesCommand")
2755
- .sc(ListMilestones$)
2756
- .build() {
2757
- }
2758
-
2759
- class ListNotificationsCommand extends Command
2760
- .classBuilder()
2761
- .ep(commonParams)
2762
- .m(function (Command, cs, config, o) {
2763
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2764
- })
2765
- .s("WellArchitectedApiServiceLambda", "ListNotifications", {})
2766
- .n("WellArchitectedClient", "ListNotificationsCommand")
2767
- .sc(ListNotifications$)
2768
- .build() {
2769
- }
2770
-
2771
- class ListProfileNotificationsCommand extends Command
2772
- .classBuilder()
2773
- .ep(commonParams)
2774
- .m(function (Command, cs, config, o) {
2775
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2776
- })
2777
- .s("WellArchitectedApiServiceLambda", "ListProfileNotifications", {})
2778
- .n("WellArchitectedClient", "ListProfileNotificationsCommand")
2779
- .sc(ListProfileNotifications$)
2780
- .build() {
2781
- }
2782
-
2783
- class ListProfilesCommand extends Command
2784
- .classBuilder()
2785
- .ep(commonParams)
2786
- .m(function (Command, cs, config, o) {
2787
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2788
- })
2789
- .s("WellArchitectedApiServiceLambda", "ListProfiles", {})
2790
- .n("WellArchitectedClient", "ListProfilesCommand")
2791
- .sc(ListProfiles$)
2792
- .build() {
2793
- }
2794
-
2795
- class ListProfileSharesCommand extends Command
2796
- .classBuilder()
2797
- .ep(commonParams)
2798
- .m(function (Command, cs, config, o) {
2799
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2800
- })
2801
- .s("WellArchitectedApiServiceLambda", "ListProfileShares", {})
2802
- .n("WellArchitectedClient", "ListProfileSharesCommand")
2803
- .sc(ListProfileShares$)
2804
- .build() {
2805
- }
2806
-
2807
- class ListReviewTemplateAnswersCommand extends Command
2808
- .classBuilder()
2809
- .ep(commonParams)
2810
- .m(function (Command, cs, config, o) {
2811
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2812
- })
2813
- .s("WellArchitectedApiServiceLambda", "ListReviewTemplateAnswers", {})
2814
- .n("WellArchitectedClient", "ListReviewTemplateAnswersCommand")
2815
- .sc(ListReviewTemplateAnswers$)
2816
- .build() {
2817
- }
2818
-
2819
- class ListReviewTemplatesCommand extends Command
2820
- .classBuilder()
2821
- .ep(commonParams)
2822
- .m(function (Command, cs, config, o) {
2823
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2824
- })
2825
- .s("WellArchitectedApiServiceLambda", "ListReviewTemplates", {})
2826
- .n("WellArchitectedClient", "ListReviewTemplatesCommand")
2827
- .sc(ListReviewTemplates$)
2828
- .build() {
2829
- }
2830
-
2831
- class ListShareInvitationsCommand extends Command
2832
- .classBuilder()
2833
- .ep(commonParams)
2834
- .m(function (Command, cs, config, o) {
2835
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2836
- })
2837
- .s("WellArchitectedApiServiceLambda", "ListShareInvitations", {})
2838
- .n("WellArchitectedClient", "ListShareInvitationsCommand")
2839
- .sc(ListShareInvitations$)
2840
- .build() {
2841
- }
2842
-
2843
- class ListTagsForResourceCommand extends Command
2844
- .classBuilder()
2845
- .ep(commonParams)
2846
- .m(function (Command, cs, config, o) {
2847
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2848
- })
2849
- .s("WellArchitectedApiServiceLambda", "ListTagsForResource", {})
2850
- .n("WellArchitectedClient", "ListTagsForResourceCommand")
2851
- .sc(ListTagsForResource$)
2852
- .build() {
2853
- }
2854
-
2855
- class ListTemplateSharesCommand extends Command
2856
- .classBuilder()
2857
- .ep(commonParams)
2858
- .m(function (Command, cs, config, o) {
2859
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2860
- })
2861
- .s("WellArchitectedApiServiceLambda", "ListTemplateShares", {})
2862
- .n("WellArchitectedClient", "ListTemplateSharesCommand")
2863
- .sc(ListTemplateShares$)
2864
- .build() {
2865
- }
2866
-
2867
- class ListWorkloadsCommand extends Command
2868
- .classBuilder()
2869
- .ep(commonParams)
2870
- .m(function (Command, cs, config, o) {
2871
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2872
- })
2873
- .s("WellArchitectedApiServiceLambda", "ListWorkloads", {})
2874
- .n("WellArchitectedClient", "ListWorkloadsCommand")
2875
- .sc(ListWorkloads$)
2876
- .build() {
2877
- }
2878
-
2879
- class ListWorkloadSharesCommand extends Command
2880
- .classBuilder()
2881
- .ep(commonParams)
2882
- .m(function (Command, cs, config, o) {
2883
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2884
- })
2885
- .s("WellArchitectedApiServiceLambda", "ListWorkloadShares", {})
2886
- .n("WellArchitectedClient", "ListWorkloadSharesCommand")
2887
- .sc(ListWorkloadShares$)
2888
- .build() {
2889
- }
2890
-
2891
- class TagResourceCommand extends Command
2892
- .classBuilder()
2893
- .ep(commonParams)
2894
- .m(function (Command, cs, config, o) {
2895
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2896
- })
2897
- .s("WellArchitectedApiServiceLambda", "TagResource", {})
2898
- .n("WellArchitectedClient", "TagResourceCommand")
2899
- .sc(TagResource$)
2900
- .build() {
2901
- }
2902
-
2903
- class UntagResourceCommand extends Command
2904
- .classBuilder()
2905
- .ep(commonParams)
2906
- .m(function (Command, cs, config, o) {
2907
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2908
- })
2909
- .s("WellArchitectedApiServiceLambda", "UntagResource", {})
2910
- .n("WellArchitectedClient", "UntagResourceCommand")
2911
- .sc(UntagResource$)
2912
- .build() {
2913
- }
2914
-
2915
- class UpdateAnswerCommand extends Command
2916
- .classBuilder()
2917
- .ep(commonParams)
2918
- .m(function (Command, cs, config, o) {
2919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2920
- })
2921
- .s("WellArchitectedApiServiceLambda", "UpdateAnswer", {})
2922
- .n("WellArchitectedClient", "UpdateAnswerCommand")
2923
- .sc(UpdateAnswer$)
2924
- .build() {
2925
- }
2926
-
2927
- class UpdateGlobalSettingsCommand extends Command
2928
- .classBuilder()
2929
- .ep(commonParams)
2930
- .m(function (Command, cs, config, o) {
2931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2932
- })
2933
- .s("WellArchitectedApiServiceLambda", "UpdateGlobalSettings", {})
2934
- .n("WellArchitectedClient", "UpdateGlobalSettingsCommand")
2935
- .sc(UpdateGlobalSettings$)
2936
- .build() {
2937
- }
2938
-
2939
- class UpdateIntegrationCommand extends Command
2940
- .classBuilder()
2941
- .ep(commonParams)
2942
- .m(function (Command, cs, config, o) {
2943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2944
- })
2945
- .s("WellArchitectedApiServiceLambda", "UpdateIntegration", {})
2946
- .n("WellArchitectedClient", "UpdateIntegrationCommand")
2947
- .sc(UpdateIntegration$)
2948
- .build() {
2949
- }
2950
-
2951
- class UpdateLensReviewCommand extends Command
2952
- .classBuilder()
2953
- .ep(commonParams)
2954
- .m(function (Command, cs, config, o) {
2955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2956
- })
2957
- .s("WellArchitectedApiServiceLambda", "UpdateLensReview", {})
2958
- .n("WellArchitectedClient", "UpdateLensReviewCommand")
2959
- .sc(UpdateLensReview$)
2960
- .build() {
2961
- }
2962
-
2963
- class UpdateProfileCommand extends Command
2964
- .classBuilder()
2965
- .ep(commonParams)
2966
- .m(function (Command, cs, config, o) {
2967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2968
- })
2969
- .s("WellArchitectedApiServiceLambda", "UpdateProfile", {})
2970
- .n("WellArchitectedClient", "UpdateProfileCommand")
2971
- .sc(UpdateProfile$)
2972
- .build() {
2973
- }
2974
-
2975
- class UpdateReviewTemplateAnswerCommand extends Command
2976
- .classBuilder()
2977
- .ep(commonParams)
2978
- .m(function (Command, cs, config, o) {
2979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2980
- })
2981
- .s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateAnswer", {})
2982
- .n("WellArchitectedClient", "UpdateReviewTemplateAnswerCommand")
2983
- .sc(UpdateReviewTemplateAnswer$)
2984
- .build() {
2985
- }
2986
-
2987
- class UpdateReviewTemplateCommand extends Command
2988
- .classBuilder()
2989
- .ep(commonParams)
2990
- .m(function (Command, cs, config, o) {
2991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2992
- })
2993
- .s("WellArchitectedApiServiceLambda", "UpdateReviewTemplate", {})
2994
- .n("WellArchitectedClient", "UpdateReviewTemplateCommand")
2995
- .sc(UpdateReviewTemplate$)
2996
- .build() {
2997
- }
2998
-
2999
- class UpdateReviewTemplateLensReviewCommand extends Command
3000
- .classBuilder()
3001
- .ep(commonParams)
3002
- .m(function (Command, cs, config, o) {
3003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3004
- })
3005
- .s("WellArchitectedApiServiceLambda", "UpdateReviewTemplateLensReview", {})
3006
- .n("WellArchitectedClient", "UpdateReviewTemplateLensReviewCommand")
3007
- .sc(UpdateReviewTemplateLensReview$)
3008
- .build() {
3009
- }
3010
-
3011
- class UpdateShareInvitationCommand extends Command
3012
- .classBuilder()
3013
- .ep(commonParams)
3014
- .m(function (Command, cs, config, o) {
3015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3016
- })
3017
- .s("WellArchitectedApiServiceLambda", "UpdateShareInvitation", {})
3018
- .n("WellArchitectedClient", "UpdateShareInvitationCommand")
3019
- .sc(UpdateShareInvitation$)
3020
- .build() {
3021
- }
3022
-
3023
- class UpdateWorkloadCommand extends Command
3024
- .classBuilder()
3025
- .ep(commonParams)
3026
- .m(function (Command, cs, config, o) {
3027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3028
- })
3029
- .s("WellArchitectedApiServiceLambda", "UpdateWorkload", {})
3030
- .n("WellArchitectedClient", "UpdateWorkloadCommand")
3031
- .sc(UpdateWorkload$)
3032
- .build() {
3033
- }
3034
-
3035
- class UpdateWorkloadShareCommand extends Command
3036
- .classBuilder()
3037
- .ep(commonParams)
3038
- .m(function (Command, cs, config, o) {
3039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3040
- })
3041
- .s("WellArchitectedApiServiceLambda", "UpdateWorkloadShare", {})
3042
- .n("WellArchitectedClient", "UpdateWorkloadShareCommand")
3043
- .sc(UpdateWorkloadShare$)
3044
- .build() {
3045
- }
3046
-
3047
- class UpgradeLensReviewCommand extends Command
3048
- .classBuilder()
3049
- .ep(commonParams)
3050
- .m(function (Command, cs, config, o) {
3051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3052
- })
3053
- .s("WellArchitectedApiServiceLambda", "UpgradeLensReview", {})
3054
- .n("WellArchitectedClient", "UpgradeLensReviewCommand")
3055
- .sc(UpgradeLensReview$)
3056
- .build() {
3057
- }
3058
-
3059
- class UpgradeProfileVersionCommand extends Command
3060
- .classBuilder()
3061
- .ep(commonParams)
3062
- .m(function (Command, cs, config, o) {
3063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3064
- })
3065
- .s("WellArchitectedApiServiceLambda", "UpgradeProfileVersion", {})
3066
- .n("WellArchitectedClient", "UpgradeProfileVersionCommand")
3067
- .sc(UpgradeProfileVersion$)
3068
- .build() {
3069
- }
3070
-
3071
- class UpgradeReviewTemplateLensReviewCommand extends Command
3072
- .classBuilder()
3073
- .ep(commonParams)
3074
- .m(function (Command, cs, config, o) {
3075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3076
- })
3077
- .s("WellArchitectedApiServiceLambda", "UpgradeReviewTemplateLensReview", {})
3078
- .n("WellArchitectedClient", "UpgradeReviewTemplateLensReviewCommand")
3079
- .sc(UpgradeReviewTemplateLensReview$)
3080
- .build() {
2220
+ const command = makeBuilder(commonParams, "WellArchitectedApiServiceLambda", "WellArchitectedClient", getEndpointPlugin);
2221
+ const _ep0 = {};
2222
+ const _mw0 = (Command, cs, config, o) => [];
2223
+
2224
+ class AssociateLensesCommand extends command(_ep0, _mw0, "AssociateLenses", AssociateLenses$) {
2225
+ }
2226
+
2227
+ class AssociateProfilesCommand extends command(_ep0, _mw0, "AssociateProfiles", AssociateProfiles$) {
2228
+ }
2229
+
2230
+ class CreateLensShareCommand extends command(_ep0, _mw0, "CreateLensShare", CreateLensShare$) {
2231
+ }
2232
+
2233
+ class CreateLensVersionCommand extends command(_ep0, _mw0, "CreateLensVersion", CreateLensVersion$) {
2234
+ }
2235
+
2236
+ class CreateMilestoneCommand extends command(_ep0, _mw0, "CreateMilestone", CreateMilestone$) {
2237
+ }
2238
+
2239
+ class CreateProfileCommand extends command(_ep0, _mw0, "CreateProfile", CreateProfile$) {
2240
+ }
2241
+
2242
+ class CreateProfileShareCommand extends command(_ep0, _mw0, "CreateProfileShare", CreateProfileShare$) {
2243
+ }
2244
+
2245
+ class CreateReviewTemplateCommand extends command(_ep0, _mw0, "CreateReviewTemplate", CreateReviewTemplate$) {
2246
+ }
2247
+
2248
+ class CreateTemplateShareCommand extends command(_ep0, _mw0, "CreateTemplateShare", CreateTemplateShare$) {
2249
+ }
2250
+
2251
+ class CreateWorkloadCommand extends command(_ep0, _mw0, "CreateWorkload", CreateWorkload$) {
2252
+ }
2253
+
2254
+ class CreateWorkloadShareCommand extends command(_ep0, _mw0, "CreateWorkloadShare", CreateWorkloadShare$) {
2255
+ }
2256
+
2257
+ class DeleteLensCommand extends command(_ep0, _mw0, "DeleteLens", DeleteLens$) {
2258
+ }
2259
+
2260
+ class DeleteLensShareCommand extends command(_ep0, _mw0, "DeleteLensShare", DeleteLensShare$) {
2261
+ }
2262
+
2263
+ class DeleteProfileCommand extends command(_ep0, _mw0, "DeleteProfile", DeleteProfile$) {
2264
+ }
2265
+
2266
+ class DeleteProfileShareCommand extends command(_ep0, _mw0, "DeleteProfileShare", DeleteProfileShare$) {
2267
+ }
2268
+
2269
+ class DeleteReviewTemplateCommand extends command(_ep0, _mw0, "DeleteReviewTemplate", DeleteReviewTemplate$) {
2270
+ }
2271
+
2272
+ class DeleteTemplateShareCommand extends command(_ep0, _mw0, "DeleteTemplateShare", DeleteTemplateShare$) {
2273
+ }
2274
+
2275
+ class DeleteWorkloadCommand extends command(_ep0, _mw0, "DeleteWorkload", DeleteWorkload$) {
2276
+ }
2277
+
2278
+ class DeleteWorkloadShareCommand extends command(_ep0, _mw0, "DeleteWorkloadShare", DeleteWorkloadShare$) {
2279
+ }
2280
+
2281
+ class DisassociateLensesCommand extends command(_ep0, _mw0, "DisassociateLenses", DisassociateLenses$) {
2282
+ }
2283
+
2284
+ class DisassociateProfilesCommand extends command(_ep0, _mw0, "DisassociateProfiles", DisassociateProfiles$) {
2285
+ }
2286
+
2287
+ class ExportLensCommand extends command(_ep0, _mw0, "ExportLens", ExportLens$) {
2288
+ }
2289
+
2290
+ class GetAnswerCommand extends command(_ep0, _mw0, "GetAnswer", GetAnswer$) {
2291
+ }
2292
+
2293
+ class GetConsolidatedReportCommand extends command(_ep0, _mw0, "GetConsolidatedReport", GetConsolidatedReport$) {
2294
+ }
2295
+
2296
+ class GetGlobalSettingsCommand extends command(_ep0, _mw0, "GetGlobalSettings", GetGlobalSettings$) {
2297
+ }
2298
+
2299
+ class GetLensCommand extends command(_ep0, _mw0, "GetLens", GetLens$) {
2300
+ }
2301
+
2302
+ class GetLensReviewCommand extends command(_ep0, _mw0, "GetLensReview", GetLensReview$) {
2303
+ }
2304
+
2305
+ class GetLensReviewReportCommand extends command(_ep0, _mw0, "GetLensReviewReport", GetLensReviewReport$) {
2306
+ }
2307
+
2308
+ class GetLensVersionDifferenceCommand extends command(_ep0, _mw0, "GetLensVersionDifference", GetLensVersionDifference$) {
2309
+ }
2310
+
2311
+ class GetMilestoneCommand extends command(_ep0, _mw0, "GetMilestone", GetMilestone$) {
2312
+ }
2313
+
2314
+ class GetProfileCommand extends command(_ep0, _mw0, "GetProfile", GetProfile$) {
2315
+ }
2316
+
2317
+ class GetProfileTemplateCommand extends command(_ep0, _mw0, "GetProfileTemplate", GetProfileTemplate$) {
2318
+ }
2319
+
2320
+ class GetReviewTemplateAnswerCommand extends command(_ep0, _mw0, "GetReviewTemplateAnswer", GetReviewTemplateAnswer$) {
2321
+ }
2322
+
2323
+ class GetReviewTemplateCommand extends command(_ep0, _mw0, "GetReviewTemplate", GetReviewTemplate$) {
2324
+ }
2325
+
2326
+ class GetReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "GetReviewTemplateLensReview", GetReviewTemplateLensReview$) {
2327
+ }
2328
+
2329
+ class GetWorkloadCommand extends command(_ep0, _mw0, "GetWorkload", GetWorkload$) {
2330
+ }
2331
+
2332
+ class ImportLensCommand extends command(_ep0, _mw0, "ImportLens", ImportLens$) {
2333
+ }
2334
+
2335
+ class ListAnswersCommand extends command(_ep0, _mw0, "ListAnswers", ListAnswers$) {
2336
+ }
2337
+
2338
+ class ListCheckDetailsCommand extends command(_ep0, _mw0, "ListCheckDetails", ListCheckDetails$) {
2339
+ }
2340
+
2341
+ class ListCheckSummariesCommand extends command(_ep0, _mw0, "ListCheckSummaries", ListCheckSummaries$) {
2342
+ }
2343
+
2344
+ class ListLensesCommand extends command(_ep0, _mw0, "ListLenses", ListLenses$) {
2345
+ }
2346
+
2347
+ class ListLensReviewImprovementsCommand extends command(_ep0, _mw0, "ListLensReviewImprovements", ListLensReviewImprovements$) {
2348
+ }
2349
+
2350
+ class ListLensReviewsCommand extends command(_ep0, _mw0, "ListLensReviews", ListLensReviews$) {
2351
+ }
2352
+
2353
+ class ListLensSharesCommand extends command(_ep0, _mw0, "ListLensShares", ListLensShares$) {
2354
+ }
2355
+
2356
+ class ListMilestonesCommand extends command(_ep0, _mw0, "ListMilestones", ListMilestones$) {
2357
+ }
2358
+
2359
+ class ListNotificationsCommand extends command(_ep0, _mw0, "ListNotifications", ListNotifications$) {
2360
+ }
2361
+
2362
+ class ListProfileNotificationsCommand extends command(_ep0, _mw0, "ListProfileNotifications", ListProfileNotifications$) {
2363
+ }
2364
+
2365
+ class ListProfilesCommand extends command(_ep0, _mw0, "ListProfiles", ListProfiles$) {
2366
+ }
2367
+
2368
+ class ListProfileSharesCommand extends command(_ep0, _mw0, "ListProfileShares", ListProfileShares$) {
2369
+ }
2370
+
2371
+ class ListReviewTemplateAnswersCommand extends command(_ep0, _mw0, "ListReviewTemplateAnswers", ListReviewTemplateAnswers$) {
2372
+ }
2373
+
2374
+ class ListReviewTemplatesCommand extends command(_ep0, _mw0, "ListReviewTemplates", ListReviewTemplates$) {
2375
+ }
2376
+
2377
+ class ListShareInvitationsCommand extends command(_ep0, _mw0, "ListShareInvitations", ListShareInvitations$) {
2378
+ }
2379
+
2380
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2381
+ }
2382
+
2383
+ class ListTemplateSharesCommand extends command(_ep0, _mw0, "ListTemplateShares", ListTemplateShares$) {
2384
+ }
2385
+
2386
+ class ListWorkloadsCommand extends command(_ep0, _mw0, "ListWorkloads", ListWorkloads$) {
2387
+ }
2388
+
2389
+ class ListWorkloadSharesCommand extends command(_ep0, _mw0, "ListWorkloadShares", ListWorkloadShares$) {
2390
+ }
2391
+
2392
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2393
+ }
2394
+
2395
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2396
+ }
2397
+
2398
+ class UpdateAnswerCommand extends command(_ep0, _mw0, "UpdateAnswer", UpdateAnswer$) {
2399
+ }
2400
+
2401
+ class UpdateGlobalSettingsCommand extends command(_ep0, _mw0, "UpdateGlobalSettings", UpdateGlobalSettings$) {
2402
+ }
2403
+
2404
+ class UpdateIntegrationCommand extends command(_ep0, _mw0, "UpdateIntegration", UpdateIntegration$) {
2405
+ }
2406
+
2407
+ class UpdateLensReviewCommand extends command(_ep0, _mw0, "UpdateLensReview", UpdateLensReview$) {
2408
+ }
2409
+
2410
+ class UpdateProfileCommand extends command(_ep0, _mw0, "UpdateProfile", UpdateProfile$) {
2411
+ }
2412
+
2413
+ class UpdateReviewTemplateAnswerCommand extends command(_ep0, _mw0, "UpdateReviewTemplateAnswer", UpdateReviewTemplateAnswer$) {
2414
+ }
2415
+
2416
+ class UpdateReviewTemplateCommand extends command(_ep0, _mw0, "UpdateReviewTemplate", UpdateReviewTemplate$) {
2417
+ }
2418
+
2419
+ class UpdateReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "UpdateReviewTemplateLensReview", UpdateReviewTemplateLensReview$) {
2420
+ }
2421
+
2422
+ class UpdateShareInvitationCommand extends command(_ep0, _mw0, "UpdateShareInvitation", UpdateShareInvitation$) {
2423
+ }
2424
+
2425
+ class UpdateWorkloadCommand extends command(_ep0, _mw0, "UpdateWorkload", UpdateWorkload$) {
2426
+ }
2427
+
2428
+ class UpdateWorkloadShareCommand extends command(_ep0, _mw0, "UpdateWorkloadShare", UpdateWorkloadShare$) {
2429
+ }
2430
+
2431
+ class UpgradeLensReviewCommand extends command(_ep0, _mw0, "UpgradeLensReview", UpgradeLensReview$) {
2432
+ }
2433
+
2434
+ class UpgradeProfileVersionCommand extends command(_ep0, _mw0, "UpgradeProfileVersion", UpgradeProfileVersion$) {
2435
+ }
2436
+
2437
+ class UpgradeReviewTemplateLensReviewCommand extends command(_ep0, _mw0, "UpgradeReviewTemplateLensReview", UpgradeReviewTemplateLensReview$) {
3081
2438
  }
3082
2439
 
3083
2440
  const paginateGetConsolidatedReport = createPaginator(WellArchitectedClient, GetConsolidatedReportCommand, "NextToken", "NextToken", "MaxResults");