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