@aws-sdk/client-wellarchitected 3.296.0 → 3.297.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 (60) hide show
  1. package/dist-types/WellArchitected.d.ts +43 -0
  2. package/dist-types/WellArchitectedClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateLensesCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateLensShareCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateLensVersionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateMilestoneCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateWorkloadCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteLensCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteLensShareCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteWorkloadCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +16 -0
  13. package/dist-types/commands/DisassociateLensesCommand.d.ts +16 -0
  14. package/dist-types/commands/ExportLensCommand.d.ts +16 -0
  15. package/dist-types/commands/GetAnswerCommand.d.ts +16 -0
  16. package/dist-types/commands/GetLensCommand.d.ts +16 -0
  17. package/dist-types/commands/GetLensReviewCommand.d.ts +16 -0
  18. package/dist-types/commands/GetLensReviewReportCommand.d.ts +16 -0
  19. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +16 -0
  20. package/dist-types/commands/GetMilestoneCommand.d.ts +16 -0
  21. package/dist-types/commands/GetWorkloadCommand.d.ts +16 -0
  22. package/dist-types/commands/ImportLensCommand.d.ts +16 -0
  23. package/dist-types/commands/ListAnswersCommand.d.ts +16 -0
  24. package/dist-types/commands/ListCheckDetailsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListCheckSummariesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListLensReviewsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListLensSharesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListLensesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListMilestonesCommand.d.ts +16 -0
  31. package/dist-types/commands/ListNotificationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListShareInvitationsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  34. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +16 -0
  35. package/dist-types/commands/ListWorkloadsCommand.d.ts +16 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/UpdateAnswerCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateLensReviewCommand.d.ts +16 -0
  41. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +16 -0
  42. package/dist-types/commands/UpdateWorkloadCommand.d.ts +16 -0
  43. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +16 -0
  44. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +16 -0
  45. package/dist-types/models/WellArchitectedServiceException.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +248 -0
  47. package/dist-types/pagination/Interfaces.d.ts +3 -0
  48. package/dist-types/pagination/ListAnswersPaginator.d.ts +3 -0
  49. package/dist-types/pagination/ListCheckDetailsPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListCheckSummariesPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListLensReviewImprovementsPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListLensReviewsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListLensSharesPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListLensesPaginator.d.ts +3 -0
  55. package/dist-types/pagination/ListMilestonesPaginator.d.ts +3 -0
  56. package/dist-types/pagination/ListNotificationsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListShareInvitationsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListWorkloadSharesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListWorkloadsPaginator.d.ts +3 -0
  60. package/package.json +3 -3
@@ -43,6 +43,7 @@ import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } fro
43
43
  import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
44
44
  import { WellArchitectedClient } from "./WellArchitectedClient";
45
45
  /**
46
+ * @public
46
47
  * <fullname>Well-Architected Tool</fullname>
47
48
  *
48
49
  * <p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
@@ -53,6 +54,7 @@ import { WellArchitectedClient } from "./WellArchitectedClient";
53
54
  */
54
55
  export declare class WellArchitected extends WellArchitectedClient {
55
56
  /**
57
+ * @public
56
58
  * <p>Associate a lens to a workload.</p>
57
59
  * <p>Up to 10 lenses can be associated with a workload in a single API operation. A
58
60
  * maximum of 20 lenses can be associated with a workload.</p>
@@ -69,6 +71,7 @@ export declare class WellArchitected extends WellArchitectedClient {
69
71
  associateLenses(args: AssociateLensesCommandInput, cb: (err: any, data?: AssociateLensesCommandOutput) => void): void;
70
72
  associateLenses(args: AssociateLensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLensesCommandOutput) => void): void;
71
73
  /**
74
+ * @public
72
75
  * <p>Create a lens share.</p>
73
76
  * <p>The owner of a lens can share it with other Amazon Web Services accounts, IAM users, an organization,
74
77
  * and organizational units (OUs) in the same Amazon Web Services Region.
@@ -89,6 +92,7 @@ export declare class WellArchitected extends WellArchitectedClient {
89
92
  createLensShare(args: CreateLensShareCommandInput, cb: (err: any, data?: CreateLensShareCommandOutput) => void): void;
90
93
  createLensShare(args: CreateLensShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLensShareCommandOutput) => void): void;
91
94
  /**
95
+ * @public
92
96
  * <p>Create a new lens version.</p>
93
97
  * <p>A lens can have up to 100 versions.</p>
94
98
  * <p>After a lens has been imported, create a new lens version to publish it. The owner of a lens can share the lens with other
@@ -99,12 +103,14 @@ export declare class WellArchitected extends WellArchitectedClient {
99
103
  createLensVersion(args: CreateLensVersionCommandInput, cb: (err: any, data?: CreateLensVersionCommandOutput) => void): void;
100
104
  createLensVersion(args: CreateLensVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLensVersionCommandOutput) => void): void;
101
105
  /**
106
+ * @public
102
107
  * <p>Create a milestone for an existing workload.</p>
103
108
  */
104
109
  createMilestone(args: CreateMilestoneCommandInput, options?: __HttpHandlerOptions): Promise<CreateMilestoneCommandOutput>;
105
110
  createMilestone(args: CreateMilestoneCommandInput, cb: (err: any, data?: CreateMilestoneCommandOutput) => void): void;
106
111
  createMilestone(args: CreateMilestoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMilestoneCommandOutput) => void): void;
107
112
  /**
113
+ * @public
108
114
  * <p>Create a new workload.</p>
109
115
  * <p>The owner of a workload can share the workload with other Amazon Web Services accounts, IAM users,
110
116
  * an organization, and organizational units (OUs)
@@ -116,6 +122,7 @@ export declare class WellArchitected extends WellArchitectedClient {
116
122
  createWorkload(args: CreateWorkloadCommandInput, cb: (err: any, data?: CreateWorkloadCommandOutput) => void): void;
117
123
  createWorkload(args: CreateWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkloadCommandOutput) => void): void;
118
124
  /**
125
+ * @public
119
126
  * <p>Create a workload share.</p>
120
127
  * <p>The owner of a workload can share it with other Amazon Web Services accounts and IAM users in the same
121
128
  * Amazon Web Services Region. Shared access to a workload is not removed until the workload invitation is
@@ -127,6 +134,7 @@ export declare class WellArchitected extends WellArchitectedClient {
127
134
  createWorkloadShare(args: CreateWorkloadShareCommandInput, cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void): void;
128
135
  createWorkloadShare(args: CreateWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void): void;
129
136
  /**
137
+ * @public
130
138
  * <p>Delete an existing lens.</p>
131
139
  * <p>Only the owner of a lens can delete it. After the lens is deleted, Amazon Web Services accounts and IAM users
132
140
  * that you shared the lens with can continue to use it, but they will no longer be able to apply it to new workloads.
@@ -147,6 +155,7 @@ export declare class WellArchitected extends WellArchitectedClient {
147
155
  deleteLens(args: DeleteLensCommandInput, cb: (err: any, data?: DeleteLensCommandOutput) => void): void;
148
156
  deleteLens(args: DeleteLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLensCommandOutput) => void): void;
149
157
  /**
158
+ * @public
150
159
  * <p>Delete a lens share.</p>
151
160
  * <p>After the lens share is deleted, Amazon Web Services accounts, IAM users, organizations,
152
161
  * and organizational units (OUs)
@@ -167,18 +176,21 @@ export declare class WellArchitected extends WellArchitectedClient {
167
176
  deleteLensShare(args: DeleteLensShareCommandInput, cb: (err: any, data?: DeleteLensShareCommandOutput) => void): void;
168
177
  deleteLensShare(args: DeleteLensShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLensShareCommandOutput) => void): void;
169
178
  /**
179
+ * @public
170
180
  * <p>Delete an existing workload.</p>
171
181
  */
172
182
  deleteWorkload(args: DeleteWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkloadCommandOutput>;
173
183
  deleteWorkload(args: DeleteWorkloadCommandInput, cb: (err: any, data?: DeleteWorkloadCommandOutput) => void): void;
174
184
  deleteWorkload(args: DeleteWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkloadCommandOutput) => void): void;
175
185
  /**
186
+ * @public
176
187
  * <p>Delete a workload share.</p>
177
188
  */
178
189
  deleteWorkloadShare(args: DeleteWorkloadShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkloadShareCommandOutput>;
179
190
  deleteWorkloadShare(args: DeleteWorkloadShareCommandInput, cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void): void;
180
191
  deleteWorkloadShare(args: DeleteWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void): void;
181
192
  /**
193
+ * @public
182
194
  * <p>Disassociate a lens from a workload.</p>
183
195
  * <p>Up to 10 lenses can be disassociated from a workload in a single API operation.</p>
184
196
  * <note>
@@ -190,6 +202,7 @@ export declare class WellArchitected extends WellArchitectedClient {
190
202
  disassociateLenses(args: DisassociateLensesCommandInput, cb: (err: any, data?: DisassociateLensesCommandOutput) => void): void;
191
203
  disassociateLenses(args: DisassociateLensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLensesCommandOutput) => void): void;
192
204
  /**
205
+ * @public
193
206
  * <p>Export an existing lens.</p>
194
207
  * <p>Lenses are defined in JSON. For more information, see <a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/lenses-format-specification.html">JSON format specification</a>
195
208
  * in the <i>Well-Architected Tool User Guide</i>. Only the owner of a lens can export it.
@@ -210,48 +223,56 @@ export declare class WellArchitected extends WellArchitectedClient {
210
223
  exportLens(args: ExportLensCommandInput, cb: (err: any, data?: ExportLensCommandOutput) => void): void;
211
224
  exportLens(args: ExportLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportLensCommandOutput) => void): void;
212
225
  /**
226
+ * @public
213
227
  * <p>Get the answer to a specific question in a workload review.</p>
214
228
  */
215
229
  getAnswer(args: GetAnswerCommandInput, options?: __HttpHandlerOptions): Promise<GetAnswerCommandOutput>;
216
230
  getAnswer(args: GetAnswerCommandInput, cb: (err: any, data?: GetAnswerCommandOutput) => void): void;
217
231
  getAnswer(args: GetAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnswerCommandOutput) => void): void;
218
232
  /**
233
+ * @public
219
234
  * <p>Get an existing lens.</p>
220
235
  */
221
236
  getLens(args: GetLensCommandInput, options?: __HttpHandlerOptions): Promise<GetLensCommandOutput>;
222
237
  getLens(args: GetLensCommandInput, cb: (err: any, data?: GetLensCommandOutput) => void): void;
223
238
  getLens(args: GetLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensCommandOutput) => void): void;
224
239
  /**
240
+ * @public
225
241
  * <p>Get lens review.</p>
226
242
  */
227
243
  getLensReview(args: GetLensReviewCommandInput, options?: __HttpHandlerOptions): Promise<GetLensReviewCommandOutput>;
228
244
  getLensReview(args: GetLensReviewCommandInput, cb: (err: any, data?: GetLensReviewCommandOutput) => void): void;
229
245
  getLensReview(args: GetLensReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensReviewCommandOutput) => void): void;
230
246
  /**
247
+ * @public
231
248
  * <p>Get lens review report.</p>
232
249
  */
233
250
  getLensReviewReport(args: GetLensReviewReportCommandInput, options?: __HttpHandlerOptions): Promise<GetLensReviewReportCommandOutput>;
234
251
  getLensReviewReport(args: GetLensReviewReportCommandInput, cb: (err: any, data?: GetLensReviewReportCommandOutput) => void): void;
235
252
  getLensReviewReport(args: GetLensReviewReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensReviewReportCommandOutput) => void): void;
236
253
  /**
254
+ * @public
237
255
  * <p>Get lens version differences.</p>
238
256
  */
239
257
  getLensVersionDifference(args: GetLensVersionDifferenceCommandInput, options?: __HttpHandlerOptions): Promise<GetLensVersionDifferenceCommandOutput>;
240
258
  getLensVersionDifference(args: GetLensVersionDifferenceCommandInput, cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void): void;
241
259
  getLensVersionDifference(args: GetLensVersionDifferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void): void;
242
260
  /**
261
+ * @public
243
262
  * <p>Get a milestone for an existing workload.</p>
244
263
  */
245
264
  getMilestone(args: GetMilestoneCommandInput, options?: __HttpHandlerOptions): Promise<GetMilestoneCommandOutput>;
246
265
  getMilestone(args: GetMilestoneCommandInput, cb: (err: any, data?: GetMilestoneCommandOutput) => void): void;
247
266
  getMilestone(args: GetMilestoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMilestoneCommandOutput) => void): void;
248
267
  /**
268
+ * @public
249
269
  * <p>Get an existing workload.</p>
250
270
  */
251
271
  getWorkload(args: GetWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkloadCommandOutput>;
252
272
  getWorkload(args: GetWorkloadCommandInput, cb: (err: any, data?: GetWorkloadCommandOutput) => void): void;
253
273
  getWorkload(args: GetWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkloadCommandOutput) => void): void;
254
274
  /**
275
+ * @public
255
276
  * <p>Import a new lens.</p>
256
277
  * <p>The lens cannot be applied to workloads or shared with other Amazon Web Services accounts
257
278
  * until it's published with <a>CreateLensVersion</a>
@@ -276,66 +297,77 @@ export declare class WellArchitected extends WellArchitectedClient {
276
297
  importLens(args: ImportLensCommandInput, cb: (err: any, data?: ImportLensCommandOutput) => void): void;
277
298
  importLens(args: ImportLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportLensCommandOutput) => void): void;
278
299
  /**
300
+ * @public
279
301
  * <p>List of answers.</p>
280
302
  */
281
303
  listAnswers(args: ListAnswersCommandInput, options?: __HttpHandlerOptions): Promise<ListAnswersCommandOutput>;
282
304
  listAnswers(args: ListAnswersCommandInput, cb: (err: any, data?: ListAnswersCommandOutput) => void): void;
283
305
  listAnswers(args: ListAnswersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnswersCommandOutput) => void): void;
284
306
  /**
307
+ * @public
285
308
  * <p>List of Trusted Advisor check details by account related to the workload.</p>
286
309
  */
287
310
  listCheckDetails(args: ListCheckDetailsCommandInput, options?: __HttpHandlerOptions): Promise<ListCheckDetailsCommandOutput>;
288
311
  listCheckDetails(args: ListCheckDetailsCommandInput, cb: (err: any, data?: ListCheckDetailsCommandOutput) => void): void;
289
312
  listCheckDetails(args: ListCheckDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCheckDetailsCommandOutput) => void): void;
290
313
  /**
314
+ * @public
291
315
  * <p>List of Trusted Advisor checks summarized for all accounts related to the workload.</p>
292
316
  */
293
317
  listCheckSummaries(args: ListCheckSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListCheckSummariesCommandOutput>;
294
318
  listCheckSummaries(args: ListCheckSummariesCommandInput, cb: (err: any, data?: ListCheckSummariesCommandOutput) => void): void;
295
319
  listCheckSummaries(args: ListCheckSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCheckSummariesCommandOutput) => void): void;
296
320
  /**
321
+ * @public
297
322
  * <p>List the available lenses.</p>
298
323
  */
299
324
  listLenses(args: ListLensesCommandInput, options?: __HttpHandlerOptions): Promise<ListLensesCommandOutput>;
300
325
  listLenses(args: ListLensesCommandInput, cb: (err: any, data?: ListLensesCommandOutput) => void): void;
301
326
  listLenses(args: ListLensesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensesCommandOutput) => void): void;
302
327
  /**
328
+ * @public
303
329
  * <p>List lens review improvements.</p>
304
330
  */
305
331
  listLensReviewImprovements(args: ListLensReviewImprovementsCommandInput, options?: __HttpHandlerOptions): Promise<ListLensReviewImprovementsCommandOutput>;
306
332
  listLensReviewImprovements(args: ListLensReviewImprovementsCommandInput, cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void): void;
307
333
  listLensReviewImprovements(args: ListLensReviewImprovementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void): void;
308
334
  /**
335
+ * @public
309
336
  * <p>List lens reviews.</p>
310
337
  */
311
338
  listLensReviews(args: ListLensReviewsCommandInput, options?: __HttpHandlerOptions): Promise<ListLensReviewsCommandOutput>;
312
339
  listLensReviews(args: ListLensReviewsCommandInput, cb: (err: any, data?: ListLensReviewsCommandOutput) => void): void;
313
340
  listLensReviews(args: ListLensReviewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensReviewsCommandOutput) => void): void;
314
341
  /**
342
+ * @public
315
343
  * <p>List the lens shares associated with the lens.</p>
316
344
  */
317
345
  listLensShares(args: ListLensSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListLensSharesCommandOutput>;
318
346
  listLensShares(args: ListLensSharesCommandInput, cb: (err: any, data?: ListLensSharesCommandOutput) => void): void;
319
347
  listLensShares(args: ListLensSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLensSharesCommandOutput) => void): void;
320
348
  /**
349
+ * @public
321
350
  * <p>List all milestones for an existing workload.</p>
322
351
  */
323
352
  listMilestones(args: ListMilestonesCommandInput, options?: __HttpHandlerOptions): Promise<ListMilestonesCommandOutput>;
324
353
  listMilestones(args: ListMilestonesCommandInput, cb: (err: any, data?: ListMilestonesCommandOutput) => void): void;
325
354
  listMilestones(args: ListMilestonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMilestonesCommandOutput) => void): void;
326
355
  /**
356
+ * @public
327
357
  * <p>List lens notifications.</p>
328
358
  */
329
359
  listNotifications(args: ListNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationsCommandOutput>;
330
360
  listNotifications(args: ListNotificationsCommandInput, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
331
361
  listNotifications(args: ListNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
332
362
  /**
363
+ * @public
333
364
  * <p>List the workload invitations.</p>
334
365
  */
335
366
  listShareInvitations(args: ListShareInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListShareInvitationsCommandOutput>;
336
367
  listShareInvitations(args: ListShareInvitationsCommandInput, cb: (err: any, data?: ListShareInvitationsCommandOutput) => void): void;
337
368
  listShareInvitations(args: ListShareInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListShareInvitationsCommandOutput) => void): void;
338
369
  /**
370
+ * @public
339
371
  * <p>List the tags for a resource.</p>
340
372
  * <note>
341
373
  * <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p>
@@ -345,18 +377,21 @@ export declare class WellArchitected extends WellArchitectedClient {
345
377
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
346
378
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
347
379
  /**
380
+ * @public
348
381
  * <p>List workloads. Paginated.</p>
349
382
  */
350
383
  listWorkloads(args: ListWorkloadsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkloadsCommandOutput>;
351
384
  listWorkloads(args: ListWorkloadsCommandInput, cb: (err: any, data?: ListWorkloadsCommandOutput) => void): void;
352
385
  listWorkloads(args: ListWorkloadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkloadsCommandOutput) => void): void;
353
386
  /**
387
+ * @public
354
388
  * <p>List the workload shares associated with the workload.</p>
355
389
  */
356
390
  listWorkloadShares(args: ListWorkloadSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkloadSharesCommandOutput>;
357
391
  listWorkloadShares(args: ListWorkloadSharesCommandInput, cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void): void;
358
392
  listWorkloadShares(args: ListWorkloadSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void): void;
359
393
  /**
394
+ * @public
360
395
  * <p>Adds one or more tags to the specified resource.</p>
361
396
  * <note>
362
397
  * <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p>
@@ -366,6 +401,7 @@ export declare class WellArchitected extends WellArchitectedClient {
366
401
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
367
402
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
368
403
  /**
404
+ * @public
369
405
  * <p>Deletes specified tags from a resource.</p>
370
406
  * <note>
371
407
  * <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p>
@@ -380,24 +416,28 @@ export declare class WellArchitected extends WellArchitectedClient {
380
416
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
381
417
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
382
418
  /**
419
+ * @public
383
420
  * <p>Update the answer to a specific question in a workload review.</p>
384
421
  */
385
422
  updateAnswer(args: UpdateAnswerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnswerCommandOutput>;
386
423
  updateAnswer(args: UpdateAnswerCommandInput, cb: (err: any, data?: UpdateAnswerCommandOutput) => void): void;
387
424
  updateAnswer(args: UpdateAnswerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnswerCommandOutput) => void): void;
388
425
  /**
426
+ * @public
389
427
  * <p>Updates whether the Amazon Web Services account is opted into organization sharing features.</p>
390
428
  */
391
429
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
392
430
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
393
431
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
394
432
  /**
433
+ * @public
395
434
  * <p>Update lens review.</p>
396
435
  */
397
436
  updateLensReview(args: UpdateLensReviewCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLensReviewCommandOutput>;
398
437
  updateLensReview(args: UpdateLensReviewCommandInput, cb: (err: any, data?: UpdateLensReviewCommandOutput) => void): void;
399
438
  updateLensReview(args: UpdateLensReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLensReviewCommandOutput) => void): void;
400
439
  /**
440
+ * @public
401
441
  * <p>Update a workload or custom lens share invitation.</p>
402
442
  * <note>
403
443
  * <p>This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.</p>
@@ -407,18 +447,21 @@ export declare class WellArchitected extends WellArchitectedClient {
407
447
  updateShareInvitation(args: UpdateShareInvitationCommandInput, cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void): void;
408
448
  updateShareInvitation(args: UpdateShareInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void): void;
409
449
  /**
450
+ * @public
410
451
  * <p>Update an existing workload.</p>
411
452
  */
412
453
  updateWorkload(args: UpdateWorkloadCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkloadCommandOutput>;
413
454
  updateWorkload(args: UpdateWorkloadCommandInput, cb: (err: any, data?: UpdateWorkloadCommandOutput) => void): void;
414
455
  updateWorkload(args: UpdateWorkloadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkloadCommandOutput) => void): void;
415
456
  /**
457
+ * @public
416
458
  * <p>Update a workload share.</p>
417
459
  */
418
460
  updateWorkloadShare(args: UpdateWorkloadShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkloadShareCommandOutput>;
419
461
  updateWorkloadShare(args: UpdateWorkloadShareCommandInput, cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void): void;
420
462
  updateWorkloadShare(args: UpdateWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void): void;
421
463
  /**
464
+ * @public
422
465
  * <p>Upgrade lens review.</p>
423
466
  */
424
467
  upgradeLensReview(args: UpgradeLensReviewCommandInput, options?: __HttpHandlerOptions): Promise<UpgradeLensReviewCommandOutput>;
@@ -50,15 +50,24 @@ import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "./comma
50
50
  import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "./commands/UpdateWorkloadShareCommand";
51
51
  import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
52
52
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
53
+ /**
54
+ * @public
55
+ */
53
56
  export type ServiceInputTypes = AssociateLensesCommandInput | CreateLensShareCommandInput | CreateLensVersionCommandInput | CreateMilestoneCommandInput | CreateWorkloadCommandInput | CreateWorkloadShareCommandInput | DeleteLensCommandInput | DeleteLensShareCommandInput | DeleteWorkloadCommandInput | DeleteWorkloadShareCommandInput | DisassociateLensesCommandInput | ExportLensCommandInput | GetAnswerCommandInput | GetLensCommandInput | GetLensReviewCommandInput | GetLensReviewReportCommandInput | GetLensVersionDifferenceCommandInput | GetMilestoneCommandInput | GetWorkloadCommandInput | ImportLensCommandInput | ListAnswersCommandInput | ListCheckDetailsCommandInput | ListCheckSummariesCommandInput | ListLensReviewImprovementsCommandInput | ListLensReviewsCommandInput | ListLensSharesCommandInput | ListLensesCommandInput | ListMilestonesCommandInput | ListNotificationsCommandInput | ListShareInvitationsCommandInput | ListTagsForResourceCommandInput | ListWorkloadSharesCommandInput | ListWorkloadsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnswerCommandInput | UpdateGlobalSettingsCommandInput | UpdateLensReviewCommandInput | UpdateShareInvitationCommandInput | UpdateWorkloadCommandInput | UpdateWorkloadShareCommandInput | UpgradeLensReviewCommandInput;
57
+ /**
58
+ * @public
59
+ */
54
60
  export type ServiceOutputTypes = AssociateLensesCommandOutput | CreateLensShareCommandOutput | CreateLensVersionCommandOutput | CreateMilestoneCommandOutput | CreateWorkloadCommandOutput | CreateWorkloadShareCommandOutput | DeleteLensCommandOutput | DeleteLensShareCommandOutput | DeleteWorkloadCommandOutput | DeleteWorkloadShareCommandOutput | DisassociateLensesCommandOutput | ExportLensCommandOutput | GetAnswerCommandOutput | GetLensCommandOutput | GetLensReviewCommandOutput | GetLensReviewReportCommandOutput | GetLensVersionDifferenceCommandOutput | GetMilestoneCommandOutput | GetWorkloadCommandOutput | ImportLensCommandOutput | ListAnswersCommandOutput | ListCheckDetailsCommandOutput | ListCheckSummariesCommandOutput | ListLensReviewImprovementsCommandOutput | ListLensReviewsCommandOutput | ListLensSharesCommandOutput | ListLensesCommandOutput | ListMilestonesCommandOutput | ListNotificationsCommandOutput | ListShareInvitationsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadSharesCommandOutput | ListWorkloadsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnswerCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateLensReviewCommandOutput | UpdateShareInvitationCommandOutput | UpdateWorkloadCommandOutput | UpdateWorkloadShareCommandOutput | UpgradeLensReviewCommandOutput;
61
+ /**
62
+ * @public
63
+ */
55
64
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
65
  /**
57
66
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
58
67
  */
59
68
  requestHandler?: __HttpHandler;
60
69
  /**
61
- * A constructor for a class implementing the {@link __Checksum} interface
70
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
62
71
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
63
72
  * @internal
64
73
  */
@@ -148,23 +157,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
148
157
  */
149
158
  logger?: __Logger;
150
159
  /**
151
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
160
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
152
161
  */
153
162
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
154
163
  }
164
+ /**
165
+ * @public
166
+ */
155
167
  type WellArchitectedClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
156
168
  /**
157
- * The configuration interface of WellArchitectedClient class constructor that set the region, credentials and other options.
169
+ * @public
170
+ *
171
+ * The configuration interface of WellArchitectedClient class constructor that set the region, credentials and other options.
158
172
  */
159
173
  export interface WellArchitectedClientConfig extends WellArchitectedClientConfigType {
160
174
  }
175
+ /**
176
+ * @public
177
+ */
161
178
  type WellArchitectedClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
179
  /**
163
- * The resolved configuration interface of WellArchitectedClient class. This is resolved and normalized from the {@link WellArchitectedClientConfig | constructor configuration interface}.
180
+ * @public
181
+ *
182
+ * The resolved configuration interface of WellArchitectedClient class. This is resolved and normalized from the {@link WellArchitectedClientConfig | constructor configuration interface}.
164
183
  */
165
184
  export interface WellArchitectedClientResolvedConfig extends WellArchitectedClientResolvedConfigType {
166
185
  }
167
186
  /**
187
+ * @public
168
188
  * <fullname>Well-Architected Tool</fullname>
169
189
  *
170
190
  * <p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AssociateLensesInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateLensesCommand}.
8
10
  */
9
11
  export interface AssociateLensesCommandInput extends AssociateLensesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateLensesCommand}.
13
17
  */
14
18
  export interface AssociateLensesCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associate a lens to a workload.</p>
18
23
  * <p>Up to 10 lenses can be associated with a workload in a single API operation. A
19
24
  * maximum of 20 lenses can be associated with a workload.</p>
@@ -35,6 +40,8 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param AssociateLensesCommandInput - {@link AssociateLensesCommandInput}
44
+ * @returns {@link AssociateLensesCommandOutput}
38
45
  * @see {@link AssociateLensesCommandInput} for command's `input` shape.
39
46
  * @see {@link AssociateLensesCommandOutput} for command's `response` shape.
40
47
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -62,11 +69,20 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {
62
69
  export declare class AssociateLensesCommand extends $Command<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig> {
63
70
  readonly input: AssociateLensesCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: AssociateLensesCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateLensesCommandInput, AssociateLensesCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateLensShareInput, CreateLensShareOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLensShareCommand}.
8
10
  */
9
11
  export interface CreateLensShareCommandInput extends CreateLensShareInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLensShareCommand}.
13
17
  */
14
18
  export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a lens share.</p>
18
23
  * <p>The owner of a lens can share it with other Amazon Web Services accounts, IAM users, an organization,
19
24
  * and organizational units (OUs) in the same Amazon Web Services Region.
@@ -39,6 +44,8 @@ export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __M
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param CreateLensShareCommandInput - {@link CreateLensShareCommandInput}
48
+ * @returns {@link CreateLensShareCommandOutput}
42
49
  * @see {@link CreateLensShareCommandInput} for command's `input` shape.
43
50
  * @see {@link CreateLensShareCommandOutput} for command's `response` shape.
44
51
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -69,11 +76,20 @@ export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __M
69
76
  export declare class CreateLensShareCommand extends $Command<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig> {
70
77
  readonly input: CreateLensShareCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: CreateLensShareCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLensShareCommandInput, CreateLensShareCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateLensVersionInput, CreateLensVersionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLensVersionCommand}.
8
10
  */
9
11
  export interface CreateLensVersionCommandInput extends CreateLensVersionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLensVersionCommand}.
13
17
  */
14
18
  export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a new lens version.</p>
18
23
  * <p>A lens can have up to 100 versions.</p>
19
24
  * <p>After a lens has been imported, create a new lens version to publish it. The owner of a lens can share the lens with other
@@ -29,6 +34,8 @@ export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput,
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateLensVersionCommandInput - {@link CreateLensVersionCommandInput}
38
+ * @returns {@link CreateLensVersionCommandOutput}
32
39
  * @see {@link CreateLensVersionCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateLensVersionCommandOutput} for command's `response` shape.
34
41
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput,
59
66
  export declare class CreateLensVersionCommand extends $Command<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig> {
60
67
  readonly input: CreateLensVersionCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateLensVersionCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLensVersionCommandInput, CreateLensVersionCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateMilestoneInput, CreateMilestoneOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMilestoneCommand}.
8
10
  */
9
11
  export interface CreateMilestoneCommandInput extends CreateMilestoneInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMilestoneCommand}.
13
17
  */
14
18
  export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a milestone for an existing workload.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateMilestoneCommandInput - {@link CreateMilestoneCommandInput}
34
+ * @returns {@link CreateMilestoneCommandOutput}
28
35
  * @see {@link CreateMilestoneCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateMilestoneCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __M
55
62
  export declare class CreateMilestoneCommand extends $Command<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig> {
56
63
  readonly input: CreateMilestoneCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateMilestoneCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMilestoneCommandInput, CreateMilestoneCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWorkloadCommand}.
8
10
  */
9
11
  export interface CreateWorkloadCommandInput extends CreateWorkloadInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWorkloadCommand}.
13
17
  */
14
18
  export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a new workload.</p>
18
23
  * <p>The owner of a workload can share the workload with other Amazon Web Services accounts, IAM users,
19
24
  * an organization, and organizational units (OUs)
@@ -30,6 +35,8 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateWorkloadCommandInput - {@link CreateWorkloadCommandInput}
39
+ * @returns {@link CreateWorkloadCommandOutput}
33
40
  * @see {@link CreateWorkloadCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateWorkloadCommandOutput} for command's `response` shape.
35
42
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met
57
64
  export declare class CreateWorkloadCommand extends $Command<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
58
65
  readonly input: CreateWorkloadCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateWorkloadCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkloadCommandInput, CreateWorkloadCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }