@aws-sdk/client-wellarchitected 3.957.0 → 3.958.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.
- package/README.md +1 -78
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1010 -1585
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +4 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1003 -1578
- package/dist-types/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript WellArchitected Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Well-Architected Tool</fullname>
|
|
10
|
-
|
|
11
10
|
<p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
|
|
12
11
|
<a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> in the
|
|
13
12
|
<a href="https://console.aws.amazon.com/wellarchitected">Amazon Web Services Management Console</a>. For information
|
|
@@ -15,10 +14,8 @@ about the Well-Architected Tool, see the
|
|
|
15
14
|
<a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/intro.html">Well-Architected Tool User Guide</a>.</p>
|
|
16
15
|
|
|
17
16
|
## Installing
|
|
18
|
-
|
|
19
17
|
To install this package, simply type add or install @aws-sdk/client-wellarchitected
|
|
20
18
|
using your favorite package manager:
|
|
21
|
-
|
|
22
19
|
- `npm install @aws-sdk/client-wellarchitected`
|
|
23
20
|
- `yarn add @aws-sdk/client-wellarchitected`
|
|
24
21
|
- `pnpm add @aws-sdk/client-wellarchitected`
|
|
@@ -54,9 +51,7 @@ To send a request, you:
|
|
|
54
51
|
// a client can be shared by different commands.
|
|
55
52
|
const client = new WellArchitectedClient({ region: "REGION" });
|
|
56
53
|
|
|
57
|
-
const params = {
|
|
58
|
-
/** input parameters */
|
|
59
|
-
};
|
|
54
|
+
const params = { /** input parameters */ };
|
|
60
55
|
const command = new ListLensesCommand(params);
|
|
61
56
|
```
|
|
62
57
|
|
|
@@ -215,7 +210,6 @@ AssociateLenses
|
|
|
215
210
|
</summary>
|
|
216
211
|
|
|
217
212
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/AssociateLensesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/AssociateLensesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/AssociateLensesCommandOutput/)
|
|
218
|
-
|
|
219
213
|
</details>
|
|
220
214
|
<details>
|
|
221
215
|
<summary>
|
|
@@ -223,7 +217,6 @@ AssociateProfiles
|
|
|
223
217
|
</summary>
|
|
224
218
|
|
|
225
219
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/AssociateProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/AssociateProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/AssociateProfilesCommandOutput/)
|
|
226
|
-
|
|
227
220
|
</details>
|
|
228
221
|
<details>
|
|
229
222
|
<summary>
|
|
@@ -231,7 +224,6 @@ CreateLensShare
|
|
|
231
224
|
</summary>
|
|
232
225
|
|
|
233
226
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateLensShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateLensShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateLensShareCommandOutput/)
|
|
234
|
-
|
|
235
227
|
</details>
|
|
236
228
|
<details>
|
|
237
229
|
<summary>
|
|
@@ -239,7 +231,6 @@ CreateLensVersion
|
|
|
239
231
|
</summary>
|
|
240
232
|
|
|
241
233
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateLensVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateLensVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateLensVersionCommandOutput/)
|
|
242
|
-
|
|
243
234
|
</details>
|
|
244
235
|
<details>
|
|
245
236
|
<summary>
|
|
@@ -247,7 +238,6 @@ CreateMilestone
|
|
|
247
238
|
</summary>
|
|
248
239
|
|
|
249
240
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateMilestoneCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateMilestoneCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateMilestoneCommandOutput/)
|
|
250
|
-
|
|
251
241
|
</details>
|
|
252
242
|
<details>
|
|
253
243
|
<summary>
|
|
@@ -255,7 +245,6 @@ CreateProfile
|
|
|
255
245
|
</summary>
|
|
256
246
|
|
|
257
247
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateProfileCommandOutput/)
|
|
258
|
-
|
|
259
248
|
</details>
|
|
260
249
|
<details>
|
|
261
250
|
<summary>
|
|
@@ -263,7 +252,6 @@ CreateProfileShare
|
|
|
263
252
|
</summary>
|
|
264
253
|
|
|
265
254
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateProfileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateProfileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateProfileShareCommandOutput/)
|
|
266
|
-
|
|
267
255
|
</details>
|
|
268
256
|
<details>
|
|
269
257
|
<summary>
|
|
@@ -271,7 +259,6 @@ CreateReviewTemplate
|
|
|
271
259
|
</summary>
|
|
272
260
|
|
|
273
261
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateReviewTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateReviewTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateReviewTemplateCommandOutput/)
|
|
274
|
-
|
|
275
262
|
</details>
|
|
276
263
|
<details>
|
|
277
264
|
<summary>
|
|
@@ -279,7 +266,6 @@ CreateTemplateShare
|
|
|
279
266
|
</summary>
|
|
280
267
|
|
|
281
268
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateTemplateShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateTemplateShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateTemplateShareCommandOutput/)
|
|
282
|
-
|
|
283
269
|
</details>
|
|
284
270
|
<details>
|
|
285
271
|
<summary>
|
|
@@ -287,7 +273,6 @@ CreateWorkload
|
|
|
287
273
|
</summary>
|
|
288
274
|
|
|
289
275
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateWorkloadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateWorkloadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateWorkloadCommandOutput/)
|
|
290
|
-
|
|
291
276
|
</details>
|
|
292
277
|
<details>
|
|
293
278
|
<summary>
|
|
@@ -295,7 +280,6 @@ CreateWorkloadShare
|
|
|
295
280
|
</summary>
|
|
296
281
|
|
|
297
282
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateWorkloadShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateWorkloadShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateWorkloadShareCommandOutput/)
|
|
298
|
-
|
|
299
283
|
</details>
|
|
300
284
|
<details>
|
|
301
285
|
<summary>
|
|
@@ -303,7 +287,6 @@ DeleteLens
|
|
|
303
287
|
</summary>
|
|
304
288
|
|
|
305
289
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteLensCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteLensCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteLensCommandOutput/)
|
|
306
|
-
|
|
307
290
|
</details>
|
|
308
291
|
<details>
|
|
309
292
|
<summary>
|
|
@@ -311,7 +294,6 @@ DeleteLensShare
|
|
|
311
294
|
</summary>
|
|
312
295
|
|
|
313
296
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteLensShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteLensShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteLensShareCommandOutput/)
|
|
314
|
-
|
|
315
297
|
</details>
|
|
316
298
|
<details>
|
|
317
299
|
<summary>
|
|
@@ -319,7 +301,6 @@ DeleteProfile
|
|
|
319
301
|
</summary>
|
|
320
302
|
|
|
321
303
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteProfileCommandOutput/)
|
|
322
|
-
|
|
323
304
|
</details>
|
|
324
305
|
<details>
|
|
325
306
|
<summary>
|
|
@@ -327,7 +308,6 @@ DeleteProfileShare
|
|
|
327
308
|
</summary>
|
|
328
309
|
|
|
329
310
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteProfileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteProfileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteProfileShareCommandOutput/)
|
|
330
|
-
|
|
331
311
|
</details>
|
|
332
312
|
<details>
|
|
333
313
|
<summary>
|
|
@@ -335,7 +315,6 @@ DeleteReviewTemplate
|
|
|
335
315
|
</summary>
|
|
336
316
|
|
|
337
317
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteReviewTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteReviewTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteReviewTemplateCommandOutput/)
|
|
338
|
-
|
|
339
318
|
</details>
|
|
340
319
|
<details>
|
|
341
320
|
<summary>
|
|
@@ -343,7 +322,6 @@ DeleteTemplateShare
|
|
|
343
322
|
</summary>
|
|
344
323
|
|
|
345
324
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteTemplateShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteTemplateShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteTemplateShareCommandOutput/)
|
|
346
|
-
|
|
347
325
|
</details>
|
|
348
326
|
<details>
|
|
349
327
|
<summary>
|
|
@@ -351,7 +329,6 @@ DeleteWorkload
|
|
|
351
329
|
</summary>
|
|
352
330
|
|
|
353
331
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteWorkloadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteWorkloadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteWorkloadCommandOutput/)
|
|
354
|
-
|
|
355
332
|
</details>
|
|
356
333
|
<details>
|
|
357
334
|
<summary>
|
|
@@ -359,7 +336,6 @@ DeleteWorkloadShare
|
|
|
359
336
|
</summary>
|
|
360
337
|
|
|
361
338
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteWorkloadShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteWorkloadShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteWorkloadShareCommandOutput/)
|
|
362
|
-
|
|
363
339
|
</details>
|
|
364
340
|
<details>
|
|
365
341
|
<summary>
|
|
@@ -367,7 +343,6 @@ DisassociateLenses
|
|
|
367
343
|
</summary>
|
|
368
344
|
|
|
369
345
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DisassociateLensesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DisassociateLensesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DisassociateLensesCommandOutput/)
|
|
370
|
-
|
|
371
346
|
</details>
|
|
372
347
|
<details>
|
|
373
348
|
<summary>
|
|
@@ -375,7 +350,6 @@ DisassociateProfiles
|
|
|
375
350
|
</summary>
|
|
376
351
|
|
|
377
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DisassociateProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DisassociateProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DisassociateProfilesCommandOutput/)
|
|
378
|
-
|
|
379
353
|
</details>
|
|
380
354
|
<details>
|
|
381
355
|
<summary>
|
|
@@ -383,7 +357,6 @@ ExportLens
|
|
|
383
357
|
</summary>
|
|
384
358
|
|
|
385
359
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ExportLensCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ExportLensCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ExportLensCommandOutput/)
|
|
386
|
-
|
|
387
360
|
</details>
|
|
388
361
|
<details>
|
|
389
362
|
<summary>
|
|
@@ -391,7 +364,6 @@ GetAnswer
|
|
|
391
364
|
</summary>
|
|
392
365
|
|
|
393
366
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetAnswerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAnswerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAnswerCommandOutput/)
|
|
394
|
-
|
|
395
367
|
</details>
|
|
396
368
|
<details>
|
|
397
369
|
<summary>
|
|
@@ -399,7 +371,6 @@ GetConsolidatedReport
|
|
|
399
371
|
</summary>
|
|
400
372
|
|
|
401
373
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetConsolidatedReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetConsolidatedReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetConsolidatedReportCommandOutput/)
|
|
402
|
-
|
|
403
374
|
</details>
|
|
404
375
|
<details>
|
|
405
376
|
<summary>
|
|
@@ -407,7 +378,6 @@ GetGlobalSettings
|
|
|
407
378
|
</summary>
|
|
408
379
|
|
|
409
380
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetGlobalSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetGlobalSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetGlobalSettingsCommandOutput/)
|
|
410
|
-
|
|
411
381
|
</details>
|
|
412
382
|
<details>
|
|
413
383
|
<summary>
|
|
@@ -415,7 +385,6 @@ GetLens
|
|
|
415
385
|
</summary>
|
|
416
386
|
|
|
417
387
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetLensCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensCommandOutput/)
|
|
418
|
-
|
|
419
388
|
</details>
|
|
420
389
|
<details>
|
|
421
390
|
<summary>
|
|
@@ -423,7 +392,6 @@ GetLensReview
|
|
|
423
392
|
</summary>
|
|
424
393
|
|
|
425
394
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetLensReviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensReviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensReviewCommandOutput/)
|
|
426
|
-
|
|
427
395
|
</details>
|
|
428
396
|
<details>
|
|
429
397
|
<summary>
|
|
@@ -431,7 +399,6 @@ GetLensReviewReport
|
|
|
431
399
|
</summary>
|
|
432
400
|
|
|
433
401
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetLensReviewReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensReviewReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensReviewReportCommandOutput/)
|
|
434
|
-
|
|
435
402
|
</details>
|
|
436
403
|
<details>
|
|
437
404
|
<summary>
|
|
@@ -439,7 +406,6 @@ GetLensVersionDifference
|
|
|
439
406
|
</summary>
|
|
440
407
|
|
|
441
408
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetLensVersionDifferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensVersionDifferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetLensVersionDifferenceCommandOutput/)
|
|
442
|
-
|
|
443
409
|
</details>
|
|
444
410
|
<details>
|
|
445
411
|
<summary>
|
|
@@ -447,7 +413,6 @@ GetMilestone
|
|
|
447
413
|
</summary>
|
|
448
414
|
|
|
449
415
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetMilestoneCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetMilestoneCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetMilestoneCommandOutput/)
|
|
450
|
-
|
|
451
416
|
</details>
|
|
452
417
|
<details>
|
|
453
418
|
<summary>
|
|
@@ -455,7 +420,6 @@ GetProfile
|
|
|
455
420
|
</summary>
|
|
456
421
|
|
|
457
422
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetProfileCommandOutput/)
|
|
458
|
-
|
|
459
423
|
</details>
|
|
460
424
|
<details>
|
|
461
425
|
<summary>
|
|
@@ -463,7 +427,6 @@ GetProfileTemplate
|
|
|
463
427
|
</summary>
|
|
464
428
|
|
|
465
429
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetProfileTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetProfileTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetProfileTemplateCommandOutput/)
|
|
466
|
-
|
|
467
430
|
</details>
|
|
468
431
|
<details>
|
|
469
432
|
<summary>
|
|
@@ -471,7 +434,6 @@ GetReviewTemplate
|
|
|
471
434
|
</summary>
|
|
472
435
|
|
|
473
436
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetReviewTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetReviewTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetReviewTemplateCommandOutput/)
|
|
474
|
-
|
|
475
437
|
</details>
|
|
476
438
|
<details>
|
|
477
439
|
<summary>
|
|
@@ -479,7 +441,6 @@ GetReviewTemplateAnswer
|
|
|
479
441
|
</summary>
|
|
480
442
|
|
|
481
443
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetReviewTemplateAnswerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetReviewTemplateAnswerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetReviewTemplateAnswerCommandOutput/)
|
|
482
|
-
|
|
483
444
|
</details>
|
|
484
445
|
<details>
|
|
485
446
|
<summary>
|
|
@@ -487,7 +448,6 @@ GetReviewTemplateLensReview
|
|
|
487
448
|
</summary>
|
|
488
449
|
|
|
489
450
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetReviewTemplateLensReviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetReviewTemplateLensReviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetReviewTemplateLensReviewCommandOutput/)
|
|
490
|
-
|
|
491
451
|
</details>
|
|
492
452
|
<details>
|
|
493
453
|
<summary>
|
|
@@ -495,7 +455,6 @@ GetWorkload
|
|
|
495
455
|
</summary>
|
|
496
456
|
|
|
497
457
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetWorkloadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetWorkloadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetWorkloadCommandOutput/)
|
|
498
|
-
|
|
499
458
|
</details>
|
|
500
459
|
<details>
|
|
501
460
|
<summary>
|
|
@@ -503,7 +462,6 @@ ImportLens
|
|
|
503
462
|
</summary>
|
|
504
463
|
|
|
505
464
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ImportLensCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ImportLensCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ImportLensCommandOutput/)
|
|
506
|
-
|
|
507
465
|
</details>
|
|
508
466
|
<details>
|
|
509
467
|
<summary>
|
|
@@ -511,7 +469,6 @@ ListAnswers
|
|
|
511
469
|
</summary>
|
|
512
470
|
|
|
513
471
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAnswersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAnswersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAnswersCommandOutput/)
|
|
514
|
-
|
|
515
472
|
</details>
|
|
516
473
|
<details>
|
|
517
474
|
<summary>
|
|
@@ -519,7 +476,6 @@ ListCheckDetails
|
|
|
519
476
|
</summary>
|
|
520
477
|
|
|
521
478
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListCheckDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListCheckDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListCheckDetailsCommandOutput/)
|
|
522
|
-
|
|
523
479
|
</details>
|
|
524
480
|
<details>
|
|
525
481
|
<summary>
|
|
@@ -527,7 +483,6 @@ ListCheckSummaries
|
|
|
527
483
|
</summary>
|
|
528
484
|
|
|
529
485
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListCheckSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListCheckSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListCheckSummariesCommandOutput/)
|
|
530
|
-
|
|
531
486
|
</details>
|
|
532
487
|
<details>
|
|
533
488
|
<summary>
|
|
@@ -535,7 +490,6 @@ ListLenses
|
|
|
535
490
|
</summary>
|
|
536
491
|
|
|
537
492
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListLensesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensesCommandOutput/)
|
|
538
|
-
|
|
539
493
|
</details>
|
|
540
494
|
<details>
|
|
541
495
|
<summary>
|
|
@@ -543,7 +497,6 @@ ListLensReviewImprovements
|
|
|
543
497
|
</summary>
|
|
544
498
|
|
|
545
499
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListLensReviewImprovementsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensReviewImprovementsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensReviewImprovementsCommandOutput/)
|
|
546
|
-
|
|
547
500
|
</details>
|
|
548
501
|
<details>
|
|
549
502
|
<summary>
|
|
@@ -551,7 +504,6 @@ ListLensReviews
|
|
|
551
504
|
</summary>
|
|
552
505
|
|
|
553
506
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListLensReviewsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensReviewsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensReviewsCommandOutput/)
|
|
554
|
-
|
|
555
507
|
</details>
|
|
556
508
|
<details>
|
|
557
509
|
<summary>
|
|
@@ -559,7 +511,6 @@ ListLensShares
|
|
|
559
511
|
</summary>
|
|
560
512
|
|
|
561
513
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListLensSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListLensSharesCommandOutput/)
|
|
562
|
-
|
|
563
514
|
</details>
|
|
564
515
|
<details>
|
|
565
516
|
<summary>
|
|
@@ -567,7 +518,6 @@ ListMilestones
|
|
|
567
518
|
</summary>
|
|
568
519
|
|
|
569
520
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListMilestonesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListMilestonesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListMilestonesCommandOutput/)
|
|
570
|
-
|
|
571
521
|
</details>
|
|
572
522
|
<details>
|
|
573
523
|
<summary>
|
|
@@ -575,7 +525,6 @@ ListNotifications
|
|
|
575
525
|
</summary>
|
|
576
526
|
|
|
577
527
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListNotificationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListNotificationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListNotificationsCommandOutput/)
|
|
578
|
-
|
|
579
528
|
</details>
|
|
580
529
|
<details>
|
|
581
530
|
<summary>
|
|
@@ -583,7 +532,6 @@ ListProfileNotifications
|
|
|
583
532
|
</summary>
|
|
584
533
|
|
|
585
534
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListProfileNotificationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListProfileNotificationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListProfileNotificationsCommandOutput/)
|
|
586
|
-
|
|
587
535
|
</details>
|
|
588
536
|
<details>
|
|
589
537
|
<summary>
|
|
@@ -591,7 +539,6 @@ ListProfiles
|
|
|
591
539
|
</summary>
|
|
592
540
|
|
|
593
541
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListProfilesCommandOutput/)
|
|
594
|
-
|
|
595
542
|
</details>
|
|
596
543
|
<details>
|
|
597
544
|
<summary>
|
|
@@ -599,7 +546,6 @@ ListProfileShares
|
|
|
599
546
|
</summary>
|
|
600
547
|
|
|
601
548
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListProfileSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListProfileSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListProfileSharesCommandOutput/)
|
|
602
|
-
|
|
603
549
|
</details>
|
|
604
550
|
<details>
|
|
605
551
|
<summary>
|
|
@@ -607,7 +553,6 @@ ListReviewTemplateAnswers
|
|
|
607
553
|
</summary>
|
|
608
554
|
|
|
609
555
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListReviewTemplateAnswersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListReviewTemplateAnswersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListReviewTemplateAnswersCommandOutput/)
|
|
610
|
-
|
|
611
556
|
</details>
|
|
612
557
|
<details>
|
|
613
558
|
<summary>
|
|
@@ -615,7 +560,6 @@ ListReviewTemplates
|
|
|
615
560
|
</summary>
|
|
616
561
|
|
|
617
562
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListReviewTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListReviewTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListReviewTemplatesCommandOutput/)
|
|
618
|
-
|
|
619
563
|
</details>
|
|
620
564
|
<details>
|
|
621
565
|
<summary>
|
|
@@ -623,7 +567,6 @@ ListShareInvitations
|
|
|
623
567
|
</summary>
|
|
624
568
|
|
|
625
569
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListShareInvitationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListShareInvitationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListShareInvitationsCommandOutput/)
|
|
626
|
-
|
|
627
570
|
</details>
|
|
628
571
|
<details>
|
|
629
572
|
<summary>
|
|
@@ -631,7 +574,6 @@ ListTagsForResource
|
|
|
631
574
|
</summary>
|
|
632
575
|
|
|
633
576
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListTagsForResourceCommandOutput/)
|
|
634
|
-
|
|
635
577
|
</details>
|
|
636
578
|
<details>
|
|
637
579
|
<summary>
|
|
@@ -639,7 +581,6 @@ ListTemplateShares
|
|
|
639
581
|
</summary>
|
|
640
582
|
|
|
641
583
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListTemplateSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListTemplateSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListTemplateSharesCommandOutput/)
|
|
642
|
-
|
|
643
584
|
</details>
|
|
644
585
|
<details>
|
|
645
586
|
<summary>
|
|
@@ -647,7 +588,6 @@ ListWorkloads
|
|
|
647
588
|
</summary>
|
|
648
589
|
|
|
649
590
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListWorkloadsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListWorkloadsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListWorkloadsCommandOutput/)
|
|
650
|
-
|
|
651
591
|
</details>
|
|
652
592
|
<details>
|
|
653
593
|
<summary>
|
|
@@ -655,7 +595,6 @@ ListWorkloadShares
|
|
|
655
595
|
</summary>
|
|
656
596
|
|
|
657
597
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListWorkloadSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListWorkloadSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListWorkloadSharesCommandOutput/)
|
|
658
|
-
|
|
659
598
|
</details>
|
|
660
599
|
<details>
|
|
661
600
|
<summary>
|
|
@@ -663,7 +602,6 @@ TagResource
|
|
|
663
602
|
</summary>
|
|
664
603
|
|
|
665
604
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/TagResourceCommandOutput/)
|
|
666
|
-
|
|
667
605
|
</details>
|
|
668
606
|
<details>
|
|
669
607
|
<summary>
|
|
@@ -671,7 +609,6 @@ UntagResource
|
|
|
671
609
|
</summary>
|
|
672
610
|
|
|
673
611
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UntagResourceCommandOutput/)
|
|
674
|
-
|
|
675
612
|
</details>
|
|
676
613
|
<details>
|
|
677
614
|
<summary>
|
|
@@ -679,7 +616,6 @@ UpdateAnswer
|
|
|
679
616
|
</summary>
|
|
680
617
|
|
|
681
618
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateAnswerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAnswerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAnswerCommandOutput/)
|
|
682
|
-
|
|
683
619
|
</details>
|
|
684
620
|
<details>
|
|
685
621
|
<summary>
|
|
@@ -687,7 +623,6 @@ UpdateGlobalSettings
|
|
|
687
623
|
</summary>
|
|
688
624
|
|
|
689
625
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateGlobalSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateGlobalSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateGlobalSettingsCommandOutput/)
|
|
690
|
-
|
|
691
626
|
</details>
|
|
692
627
|
<details>
|
|
693
628
|
<summary>
|
|
@@ -695,7 +630,6 @@ UpdateIntegration
|
|
|
695
630
|
</summary>
|
|
696
631
|
|
|
697
632
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateIntegrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateIntegrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateIntegrationCommandOutput/)
|
|
698
|
-
|
|
699
633
|
</details>
|
|
700
634
|
<details>
|
|
701
635
|
<summary>
|
|
@@ -703,7 +637,6 @@ UpdateLensReview
|
|
|
703
637
|
</summary>
|
|
704
638
|
|
|
705
639
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateLensReviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateLensReviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateLensReviewCommandOutput/)
|
|
706
|
-
|
|
707
640
|
</details>
|
|
708
641
|
<details>
|
|
709
642
|
<summary>
|
|
@@ -711,7 +644,6 @@ UpdateProfile
|
|
|
711
644
|
</summary>
|
|
712
645
|
|
|
713
646
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateProfileCommandOutput/)
|
|
714
|
-
|
|
715
647
|
</details>
|
|
716
648
|
<details>
|
|
717
649
|
<summary>
|
|
@@ -719,7 +651,6 @@ UpdateReviewTemplate
|
|
|
719
651
|
</summary>
|
|
720
652
|
|
|
721
653
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateReviewTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateReviewTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateReviewTemplateCommandOutput/)
|
|
722
|
-
|
|
723
654
|
</details>
|
|
724
655
|
<details>
|
|
725
656
|
<summary>
|
|
@@ -727,7 +658,6 @@ UpdateReviewTemplateAnswer
|
|
|
727
658
|
</summary>
|
|
728
659
|
|
|
729
660
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateReviewTemplateAnswerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateReviewTemplateAnswerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateReviewTemplateAnswerCommandOutput/)
|
|
730
|
-
|
|
731
661
|
</details>
|
|
732
662
|
<details>
|
|
733
663
|
<summary>
|
|
@@ -735,7 +665,6 @@ UpdateReviewTemplateLensReview
|
|
|
735
665
|
</summary>
|
|
736
666
|
|
|
737
667
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateReviewTemplateLensReviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateReviewTemplateLensReviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateReviewTemplateLensReviewCommandOutput/)
|
|
738
|
-
|
|
739
668
|
</details>
|
|
740
669
|
<details>
|
|
741
670
|
<summary>
|
|
@@ -743,7 +672,6 @@ UpdateShareInvitation
|
|
|
743
672
|
</summary>
|
|
744
673
|
|
|
745
674
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateShareInvitationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateShareInvitationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateShareInvitationCommandOutput/)
|
|
746
|
-
|
|
747
675
|
</details>
|
|
748
676
|
<details>
|
|
749
677
|
<summary>
|
|
@@ -751,7 +679,6 @@ UpdateWorkload
|
|
|
751
679
|
</summary>
|
|
752
680
|
|
|
753
681
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateWorkloadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateWorkloadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateWorkloadCommandOutput/)
|
|
754
|
-
|
|
755
682
|
</details>
|
|
756
683
|
<details>
|
|
757
684
|
<summary>
|
|
@@ -759,7 +686,6 @@ UpdateWorkloadShare
|
|
|
759
686
|
</summary>
|
|
760
687
|
|
|
761
688
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateWorkloadShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateWorkloadShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateWorkloadShareCommandOutput/)
|
|
762
|
-
|
|
763
689
|
</details>
|
|
764
690
|
<details>
|
|
765
691
|
<summary>
|
|
@@ -767,7 +693,6 @@ UpgradeLensReview
|
|
|
767
693
|
</summary>
|
|
768
694
|
|
|
769
695
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpgradeLensReviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpgradeLensReviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpgradeLensReviewCommandOutput/)
|
|
770
|
-
|
|
771
696
|
</details>
|
|
772
697
|
<details>
|
|
773
698
|
<summary>
|
|
@@ -775,7 +700,6 @@ UpgradeProfileVersion
|
|
|
775
700
|
</summary>
|
|
776
701
|
|
|
777
702
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpgradeProfileVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpgradeProfileVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpgradeProfileVersionCommandOutput/)
|
|
778
|
-
|
|
779
703
|
</details>
|
|
780
704
|
<details>
|
|
781
705
|
<summary>
|
|
@@ -783,5 +707,4 @@ UpgradeReviewTemplateLensReview
|
|
|
783
707
|
</summary>
|
|
784
708
|
|
|
785
709
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpgradeReviewTemplateLensReviewCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpgradeReviewTemplateLensReviewCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpgradeReviewTemplateLensReviewCommandOutput/)
|
|
786
|
-
|
|
787
710
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultWellArchitectedHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultWellArchitectedHttpAuthSchemeParametersProvider = defaultWellArchitectedHttpAuthSchemeParametersProvider;
|