@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
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WellArchitectedClientResolvedConfig,
8
- } from "../WellArchitectedClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListLensSharesCommandInput extends ListLensSharesInput {}
12
5
  export interface ListLensSharesCommandOutput
13
6
  extends ListLensSharesOutput,
@@ -18,22 +11,20 @@ declare const ListLensSharesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListLensSharesCommandInput,
20
13
  ListLensSharesCommandOutput,
21
- WellArchitectedClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WellArchitectedClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListLensSharesCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListLensSharesCommandInput,
29
22
  ListLensSharesCommandOutput,
30
- WellArchitectedClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WellArchitectedClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListLensSharesCommand extends ListLensSharesCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListLensesInput, ListLensesOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WellArchitectedClientResolvedConfig,
8
- } from "../WellArchitectedClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListLensesCommandInput extends ListLensesInput {}
12
5
  export interface ListLensesCommandOutput
13
6
  extends ListLensesOutput,
@@ -18,22 +11,20 @@ declare const ListLensesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListLensesCommandInput,
20
13
  ListLensesCommandOutput,
21
- WellArchitectedClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WellArchitectedClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListLensesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListLensesCommandInput,
29
22
  ListLensesCommandOutput,
30
- WellArchitectedClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WellArchitectedClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListLensesCommand extends ListLensesCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WellArchitectedClientResolvedConfig,
8
- } from "../WellArchitectedClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListMilestonesCommandInput extends ListMilestonesInput {}
12
5
  export interface ListMilestonesCommandOutput
13
6
  extends ListMilestonesOutput,
@@ -18,22 +11,20 @@ declare const ListMilestonesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListMilestonesCommandInput,
20
13
  ListMilestonesCommandOutput,
21
- WellArchitectedClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WellArchitectedClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListMilestonesCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListMilestonesCommandInput,
29
22
  ListMilestonesCommandOutput,
30
- WellArchitectedClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WellArchitectedClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListMilestonesCommand extends ListMilestonesCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListNotificationsInput,
5
4
  ListNotificationsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListNotificationsCommandInput extends ListNotificationsInput {}
15
8
  export interface ListNotificationsCommandOutput
16
9
  extends ListNotificationsOutput,
@@ -21,22 +14,20 @@ declare const ListNotificationsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListNotificationsCommandInput,
23
16
  ListNotificationsCommandOutput,
24
- WellArchitectedClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WellArchitectedClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListNotificationsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListNotificationsCommandInput,
32
25
  ListNotificationsCommandOutput,
33
- WellArchitectedClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WellArchitectedClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListNotificationsCommand extends ListNotificationsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListProfileNotificationsInput,
5
4
  ListProfileNotificationsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListProfileNotificationsCommandInput
15
8
  extends ListProfileNotificationsInput {}
16
9
  export interface ListProfileNotificationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListProfileNotificationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListProfileNotificationsCommandInput,
24
17
  ListProfileNotificationsCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListProfileNotificationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListProfileNotificationsCommandInput,
33
26
  ListProfileNotificationsCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListProfileNotificationsCommand extends ListProfileNotificationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListProfileSharesInput,
5
4
  ListProfileSharesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListProfileSharesCommandInput extends ListProfileSharesInput {}
15
8
  export interface ListProfileSharesCommandOutput
16
9
  extends ListProfileSharesOutput,
@@ -21,22 +14,20 @@ declare const ListProfileSharesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListProfileSharesCommandInput,
23
16
  ListProfileSharesCommandOutput,
24
- WellArchitectedClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").WellArchitectedClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListProfileSharesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListProfileSharesCommandInput,
32
25
  ListProfileSharesCommandOutput,
33
- WellArchitectedClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").WellArchitectedClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListProfileSharesCommand extends ListProfileSharesCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListProfilesInput, ListProfilesOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WellArchitectedClientResolvedConfig,
8
- } from "../WellArchitectedClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListProfilesCommandInput extends ListProfilesInput {}
12
5
  export interface ListProfilesCommandOutput
13
6
  extends ListProfilesOutput,
@@ -18,22 +11,20 @@ declare const ListProfilesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListProfilesCommandInput,
20
13
  ListProfilesCommandOutput,
21
- WellArchitectedClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WellArchitectedClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListProfilesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListProfilesCommandInput,
29
22
  ListProfilesCommandOutput,
30
- WellArchitectedClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WellArchitectedClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListProfilesCommand extends ListProfilesCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListReviewTemplateAnswersInput,
5
4
  ListReviewTemplateAnswersOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListReviewTemplateAnswersCommandInput
15
8
  extends ListReviewTemplateAnswersInput {}
16
9
  export interface ListReviewTemplateAnswersCommandOutput
@@ -22,22 +15,20 @@ declare const ListReviewTemplateAnswersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListReviewTemplateAnswersCommandInput,
24
17
  ListReviewTemplateAnswersCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListReviewTemplateAnswersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListReviewTemplateAnswersCommandInput,
33
26
  ListReviewTemplateAnswersCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListReviewTemplateAnswersCommand extends ListReviewTemplateAnswersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListReviewTemplatesInput,
5
4
  ListReviewTemplatesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListReviewTemplatesCommandInput
15
8
  extends ListReviewTemplatesInput {}
16
9
  export interface ListReviewTemplatesCommandOutput
@@ -22,22 +15,20 @@ declare const ListReviewTemplatesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListReviewTemplatesCommandInput,
24
17
  ListReviewTemplatesCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListReviewTemplatesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListReviewTemplatesCommandInput,
33
26
  ListReviewTemplatesCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListReviewTemplatesCommand extends ListReviewTemplatesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListShareInvitationsInput,
5
4
  ListShareInvitationsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListShareInvitationsCommandInput
15
8
  extends ListShareInvitationsInput {}
16
9
  export interface ListShareInvitationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListShareInvitationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListShareInvitationsCommandInput,
24
17
  ListShareInvitationsCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListShareInvitationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListShareInvitationsCommandInput,
33
26
  ListShareInvitationsCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListShareInvitationsCommand extends ListShareInvitationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTemplateSharesInput,
5
4
  ListTemplateSharesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTemplateSharesCommandInput
15
8
  extends ListTemplateSharesInput {}
16
9
  export interface ListTemplateSharesCommandOutput
@@ -22,22 +15,20 @@ declare const ListTemplateSharesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTemplateSharesCommandInput,
24
17
  ListTemplateSharesCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTemplateSharesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTemplateSharesCommandInput,
33
26
  ListTemplateSharesCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTemplateSharesCommand extends ListTemplateSharesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListWorkloadSharesInput,
5
4
  ListWorkloadSharesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- WellArchitectedClientResolvedConfig,
11
- } from "../WellArchitectedClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListWorkloadSharesCommandInput
15
8
  extends ListWorkloadSharesInput {}
16
9
  export interface ListWorkloadSharesCommandOutput
@@ -22,22 +15,20 @@ declare const ListWorkloadSharesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListWorkloadSharesCommandInput,
24
17
  ListWorkloadSharesCommandOutput,
25
- WellArchitectedClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").WellArchitectedClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListWorkloadSharesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListWorkloadSharesCommandInput,
33
26
  ListWorkloadSharesCommandOutput,
34
- WellArchitectedClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").WellArchitectedClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListWorkloadSharesCommand extends ListWorkloadSharesCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- WellArchitectedClientResolvedConfig,
8
- } from "../WellArchitectedClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListWorkloadsCommandInput extends ListWorkloadsInput {}
12
5
  export interface ListWorkloadsCommandOutput
13
6
  extends ListWorkloadsOutput,
@@ -18,22 +11,20 @@ declare const ListWorkloadsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListWorkloadsCommandInput,
20
13
  ListWorkloadsCommandOutput,
21
- WellArchitectedClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").WellArchitectedClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListWorkloadsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListWorkloadsCommandInput,
29
22
  ListWorkloadsCommandOutput,
30
- WellArchitectedClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").WellArchitectedClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListWorkloadsCommand extends ListWorkloadsCommand_base {
39
30
  protected static __types: {