@aws-sdk/client-wellarchitected 3.423.0 → 3.425.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 +112 -0
- package/dist-cjs/WellArchitected.js +28 -0
- package/dist-cjs/commands/CreateReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/CreateTemplateShareCommand.js +51 -0
- package/dist-cjs/commands/DeleteReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/DeleteTemplateShareCommand.js +51 -0
- package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +51 -0
- package/dist-cjs/commands/GetReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +51 -0
- package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +51 -0
- package/dist-cjs/commands/ListReviewTemplatesCommand.js +51 -0
- package/dist-cjs/commands/ListTemplateSharesCommand.js +51 -0
- package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +51 -0
- package/dist-cjs/commands/UpdateReviewTemplateCommand.js +51 -0
- package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +51 -0
- package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +51 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +14 -1
- package/dist-cjs/pagination/ListReviewTemplateAnswersPaginator.js +29 -0
- package/dist-cjs/pagination/ListReviewTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListTemplateSharesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1098 -53
- package/dist-es/WellArchitected.js +28 -0
- package/dist-es/commands/CreateReviewTemplateCommand.js +47 -0
- package/dist-es/commands/CreateTemplateShareCommand.js +47 -0
- package/dist-es/commands/DeleteReviewTemplateCommand.js +47 -0
- package/dist-es/commands/DeleteTemplateShareCommand.js +47 -0
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +47 -0
- package/dist-es/commands/GetReviewTemplateCommand.js +47 -0
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +47 -0
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +47 -0
- package/dist-es/commands/ListReviewTemplatesCommand.js +47 -0
- package/dist-es/commands/ListTemplateSharesCommand.js +47 -0
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +47 -0
- package/dist-es/commands/UpdateReviewTemplateCommand.js +47 -0
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +47 -0
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +47 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/pagination/ListReviewTemplateAnswersPaginator.js +25 -0
- package/dist-es/pagination/ListReviewTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListTemplateSharesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +1065 -48
- package/dist-types/WellArchitected.d.ts +98 -0
- package/dist-types/WellArchitectedClient.d.ts +18 -2
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +114 -0
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +111 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +26 -0
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +94 -0
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +94 -0
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +141 -0
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +106 -0
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +112 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +3 -0
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +141 -0
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +99 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +10 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +101 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +157 -0
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +118 -0
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +119 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +91 -0
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +1206 -103
- package/dist-types/pagination/ListReviewTemplateAnswersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListReviewTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTemplateSharesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +238 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +86 -2
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +227 -0
- package/dist-types/ts3.4/pagination/ListReviewTemplateAnswersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListReviewTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateSharesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +31 -31
package/README.md
CHANGED
|
@@ -264,6 +264,22 @@ CreateProfileShare
|
|
|
264
264
|
|
|
265
265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/createprofilesharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/createprofilesharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/createprofilesharecommandoutput.html)
|
|
266
266
|
|
|
267
|
+
</details>
|
|
268
|
+
<details>
|
|
269
|
+
<summary>
|
|
270
|
+
CreateReviewTemplate
|
|
271
|
+
</summary>
|
|
272
|
+
|
|
273
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/createreviewtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/createreviewtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/createreviewtemplatecommandoutput.html)
|
|
274
|
+
|
|
275
|
+
</details>
|
|
276
|
+
<details>
|
|
277
|
+
<summary>
|
|
278
|
+
CreateTemplateShare
|
|
279
|
+
</summary>
|
|
280
|
+
|
|
281
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/createtemplatesharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/createtemplatesharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/createtemplatesharecommandoutput.html)
|
|
282
|
+
|
|
267
283
|
</details>
|
|
268
284
|
<details>
|
|
269
285
|
<summary>
|
|
@@ -312,6 +328,22 @@ DeleteProfileShare
|
|
|
312
328
|
|
|
313
329
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/deleteprofilesharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/deleteprofilesharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/deleteprofilesharecommandoutput.html)
|
|
314
330
|
|
|
331
|
+
</details>
|
|
332
|
+
<details>
|
|
333
|
+
<summary>
|
|
334
|
+
DeleteReviewTemplate
|
|
335
|
+
</summary>
|
|
336
|
+
|
|
337
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/deletereviewtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/deletereviewtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/deletereviewtemplatecommandoutput.html)
|
|
338
|
+
|
|
339
|
+
</details>
|
|
340
|
+
<details>
|
|
341
|
+
<summary>
|
|
342
|
+
DeleteTemplateShare
|
|
343
|
+
</summary>
|
|
344
|
+
|
|
345
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/deletetemplatesharecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/deletetemplatesharecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/deletetemplatesharecommandoutput.html)
|
|
346
|
+
|
|
315
347
|
</details>
|
|
316
348
|
<details>
|
|
317
349
|
<summary>
|
|
@@ -424,6 +456,30 @@ GetProfileTemplate
|
|
|
424
456
|
|
|
425
457
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/getprofiletemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getprofiletemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getprofiletemplatecommandoutput.html)
|
|
426
458
|
|
|
459
|
+
</details>
|
|
460
|
+
<details>
|
|
461
|
+
<summary>
|
|
462
|
+
GetReviewTemplate
|
|
463
|
+
</summary>
|
|
464
|
+
|
|
465
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/getreviewtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getreviewtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getreviewtemplatecommandoutput.html)
|
|
466
|
+
|
|
467
|
+
</details>
|
|
468
|
+
<details>
|
|
469
|
+
<summary>
|
|
470
|
+
GetReviewTemplateAnswer
|
|
471
|
+
</summary>
|
|
472
|
+
|
|
473
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/getreviewtemplateanswercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getreviewtemplateanswercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getreviewtemplateanswercommandoutput.html)
|
|
474
|
+
|
|
475
|
+
</details>
|
|
476
|
+
<details>
|
|
477
|
+
<summary>
|
|
478
|
+
GetReviewTemplateLensReview
|
|
479
|
+
</summary>
|
|
480
|
+
|
|
481
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/getreviewtemplatelensreviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getreviewtemplatelensreviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/getreviewtemplatelensreviewcommandoutput.html)
|
|
482
|
+
|
|
427
483
|
</details>
|
|
428
484
|
<details>
|
|
429
485
|
<summary>
|
|
@@ -536,6 +592,22 @@ ListProfileShares
|
|
|
536
592
|
|
|
537
593
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/listprofilesharescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listprofilesharescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listprofilesharescommandoutput.html)
|
|
538
594
|
|
|
595
|
+
</details>
|
|
596
|
+
<details>
|
|
597
|
+
<summary>
|
|
598
|
+
ListReviewTemplateAnswers
|
|
599
|
+
</summary>
|
|
600
|
+
|
|
601
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/listreviewtemplateanswerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listreviewtemplateanswerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listreviewtemplateanswerscommandoutput.html)
|
|
602
|
+
|
|
603
|
+
</details>
|
|
604
|
+
<details>
|
|
605
|
+
<summary>
|
|
606
|
+
ListReviewTemplates
|
|
607
|
+
</summary>
|
|
608
|
+
|
|
609
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/listreviewtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listreviewtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listreviewtemplatescommandoutput.html)
|
|
610
|
+
|
|
539
611
|
</details>
|
|
540
612
|
<details>
|
|
541
613
|
<summary>
|
|
@@ -552,6 +624,14 @@ ListTagsForResource
|
|
|
552
624
|
|
|
553
625
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listtagsforresourcecommandoutput.html)
|
|
554
626
|
|
|
627
|
+
</details>
|
|
628
|
+
<details>
|
|
629
|
+
<summary>
|
|
630
|
+
ListTemplateShares
|
|
631
|
+
</summary>
|
|
632
|
+
|
|
633
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/listtemplatesharescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listtemplatesharescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/listtemplatesharescommandoutput.html)
|
|
634
|
+
|
|
555
635
|
</details>
|
|
556
636
|
<details>
|
|
557
637
|
<summary>
|
|
@@ -616,6 +696,30 @@ UpdateProfile
|
|
|
616
696
|
|
|
617
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/updateprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updateprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updateprofilecommandoutput.html)
|
|
618
698
|
|
|
699
|
+
</details>
|
|
700
|
+
<details>
|
|
701
|
+
<summary>
|
|
702
|
+
UpdateReviewTemplate
|
|
703
|
+
</summary>
|
|
704
|
+
|
|
705
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/updatereviewtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updatereviewtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updatereviewtemplatecommandoutput.html)
|
|
706
|
+
|
|
707
|
+
</details>
|
|
708
|
+
<details>
|
|
709
|
+
<summary>
|
|
710
|
+
UpdateReviewTemplateAnswer
|
|
711
|
+
</summary>
|
|
712
|
+
|
|
713
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/updatereviewtemplateanswercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updatereviewtemplateanswercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updatereviewtemplateanswercommandoutput.html)
|
|
714
|
+
|
|
715
|
+
</details>
|
|
716
|
+
<details>
|
|
717
|
+
<summary>
|
|
718
|
+
UpdateReviewTemplateLensReview
|
|
719
|
+
</summary>
|
|
720
|
+
|
|
721
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/updatereviewtemplatelensreviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updatereviewtemplatelensreviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/updatereviewtemplatelensreviewcommandoutput.html)
|
|
722
|
+
|
|
619
723
|
</details>
|
|
620
724
|
<details>
|
|
621
725
|
<summary>
|
|
@@ -657,3 +761,11 @@ UpgradeProfileVersion
|
|
|
657
761
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/upgradeprofileversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/upgradeprofileversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/upgradeprofileversioncommandoutput.html)
|
|
658
762
|
|
|
659
763
|
</details>
|
|
764
|
+
<details>
|
|
765
|
+
<summary>
|
|
766
|
+
UpgradeReviewTemplateLensReview
|
|
767
|
+
</summary>
|
|
768
|
+
|
|
769
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/classes/upgradereviewtemplatelensreviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/upgradereviewtemplatelensreviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wellarchitected/interfaces/upgradereviewtemplatelensreviewcommandoutput.html)
|
|
770
|
+
|
|
771
|
+
</details>
|
|
@@ -9,12 +9,16 @@ const CreateLensVersionCommand_1 = require("./commands/CreateLensVersionCommand"
|
|
|
9
9
|
const CreateMilestoneCommand_1 = require("./commands/CreateMilestoneCommand");
|
|
10
10
|
const CreateProfileCommand_1 = require("./commands/CreateProfileCommand");
|
|
11
11
|
const CreateProfileShareCommand_1 = require("./commands/CreateProfileShareCommand");
|
|
12
|
+
const CreateReviewTemplateCommand_1 = require("./commands/CreateReviewTemplateCommand");
|
|
13
|
+
const CreateTemplateShareCommand_1 = require("./commands/CreateTemplateShareCommand");
|
|
12
14
|
const CreateWorkloadCommand_1 = require("./commands/CreateWorkloadCommand");
|
|
13
15
|
const CreateWorkloadShareCommand_1 = require("./commands/CreateWorkloadShareCommand");
|
|
14
16
|
const DeleteLensCommand_1 = require("./commands/DeleteLensCommand");
|
|
15
17
|
const DeleteLensShareCommand_1 = require("./commands/DeleteLensShareCommand");
|
|
16
18
|
const DeleteProfileCommand_1 = require("./commands/DeleteProfileCommand");
|
|
17
19
|
const DeleteProfileShareCommand_1 = require("./commands/DeleteProfileShareCommand");
|
|
20
|
+
const DeleteReviewTemplateCommand_1 = require("./commands/DeleteReviewTemplateCommand");
|
|
21
|
+
const DeleteTemplateShareCommand_1 = require("./commands/DeleteTemplateShareCommand");
|
|
18
22
|
const DeleteWorkloadCommand_1 = require("./commands/DeleteWorkloadCommand");
|
|
19
23
|
const DeleteWorkloadShareCommand_1 = require("./commands/DeleteWorkloadShareCommand");
|
|
20
24
|
const DisassociateLensesCommand_1 = require("./commands/DisassociateLensesCommand");
|
|
@@ -29,6 +33,9 @@ const GetLensVersionDifferenceCommand_1 = require("./commands/GetLensVersionDiff
|
|
|
29
33
|
const GetMilestoneCommand_1 = require("./commands/GetMilestoneCommand");
|
|
30
34
|
const GetProfileCommand_1 = require("./commands/GetProfileCommand");
|
|
31
35
|
const GetProfileTemplateCommand_1 = require("./commands/GetProfileTemplateCommand");
|
|
36
|
+
const GetReviewTemplateAnswerCommand_1 = require("./commands/GetReviewTemplateAnswerCommand");
|
|
37
|
+
const GetReviewTemplateCommand_1 = require("./commands/GetReviewTemplateCommand");
|
|
38
|
+
const GetReviewTemplateLensReviewCommand_1 = require("./commands/GetReviewTemplateLensReviewCommand");
|
|
32
39
|
const GetWorkloadCommand_1 = require("./commands/GetWorkloadCommand");
|
|
33
40
|
const ImportLensCommand_1 = require("./commands/ImportLensCommand");
|
|
34
41
|
const ListAnswersCommand_1 = require("./commands/ListAnswersCommand");
|
|
@@ -43,8 +50,11 @@ const ListNotificationsCommand_1 = require("./commands/ListNotificationsCommand"
|
|
|
43
50
|
const ListProfileNotificationsCommand_1 = require("./commands/ListProfileNotificationsCommand");
|
|
44
51
|
const ListProfilesCommand_1 = require("./commands/ListProfilesCommand");
|
|
45
52
|
const ListProfileSharesCommand_1 = require("./commands/ListProfileSharesCommand");
|
|
53
|
+
const ListReviewTemplateAnswersCommand_1 = require("./commands/ListReviewTemplateAnswersCommand");
|
|
54
|
+
const ListReviewTemplatesCommand_1 = require("./commands/ListReviewTemplatesCommand");
|
|
46
55
|
const ListShareInvitationsCommand_1 = require("./commands/ListShareInvitationsCommand");
|
|
47
56
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
57
|
+
const ListTemplateSharesCommand_1 = require("./commands/ListTemplateSharesCommand");
|
|
48
58
|
const ListWorkloadsCommand_1 = require("./commands/ListWorkloadsCommand");
|
|
49
59
|
const ListWorkloadSharesCommand_1 = require("./commands/ListWorkloadSharesCommand");
|
|
50
60
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
@@ -53,11 +63,15 @@ const UpdateAnswerCommand_1 = require("./commands/UpdateAnswerCommand");
|
|
|
53
63
|
const UpdateGlobalSettingsCommand_1 = require("./commands/UpdateGlobalSettingsCommand");
|
|
54
64
|
const UpdateLensReviewCommand_1 = require("./commands/UpdateLensReviewCommand");
|
|
55
65
|
const UpdateProfileCommand_1 = require("./commands/UpdateProfileCommand");
|
|
66
|
+
const UpdateReviewTemplateAnswerCommand_1 = require("./commands/UpdateReviewTemplateAnswerCommand");
|
|
67
|
+
const UpdateReviewTemplateCommand_1 = require("./commands/UpdateReviewTemplateCommand");
|
|
68
|
+
const UpdateReviewTemplateLensReviewCommand_1 = require("./commands/UpdateReviewTemplateLensReviewCommand");
|
|
56
69
|
const UpdateShareInvitationCommand_1 = require("./commands/UpdateShareInvitationCommand");
|
|
57
70
|
const UpdateWorkloadCommand_1 = require("./commands/UpdateWorkloadCommand");
|
|
58
71
|
const UpdateWorkloadShareCommand_1 = require("./commands/UpdateWorkloadShareCommand");
|
|
59
72
|
const UpgradeLensReviewCommand_1 = require("./commands/UpgradeLensReviewCommand");
|
|
60
73
|
const UpgradeProfileVersionCommand_1 = require("./commands/UpgradeProfileVersionCommand");
|
|
74
|
+
const UpgradeReviewTemplateLensReviewCommand_1 = require("./commands/UpgradeReviewTemplateLensReviewCommand");
|
|
61
75
|
const WellArchitectedClient_1 = require("./WellArchitectedClient");
|
|
62
76
|
const commands = {
|
|
63
77
|
AssociateLensesCommand: AssociateLensesCommand_1.AssociateLensesCommand,
|
|
@@ -67,12 +81,16 @@ const commands = {
|
|
|
67
81
|
CreateMilestoneCommand: CreateMilestoneCommand_1.CreateMilestoneCommand,
|
|
68
82
|
CreateProfileCommand: CreateProfileCommand_1.CreateProfileCommand,
|
|
69
83
|
CreateProfileShareCommand: CreateProfileShareCommand_1.CreateProfileShareCommand,
|
|
84
|
+
CreateReviewTemplateCommand: CreateReviewTemplateCommand_1.CreateReviewTemplateCommand,
|
|
85
|
+
CreateTemplateShareCommand: CreateTemplateShareCommand_1.CreateTemplateShareCommand,
|
|
70
86
|
CreateWorkloadCommand: CreateWorkloadCommand_1.CreateWorkloadCommand,
|
|
71
87
|
CreateWorkloadShareCommand: CreateWorkloadShareCommand_1.CreateWorkloadShareCommand,
|
|
72
88
|
DeleteLensCommand: DeleteLensCommand_1.DeleteLensCommand,
|
|
73
89
|
DeleteLensShareCommand: DeleteLensShareCommand_1.DeleteLensShareCommand,
|
|
74
90
|
DeleteProfileCommand: DeleteProfileCommand_1.DeleteProfileCommand,
|
|
75
91
|
DeleteProfileShareCommand: DeleteProfileShareCommand_1.DeleteProfileShareCommand,
|
|
92
|
+
DeleteReviewTemplateCommand: DeleteReviewTemplateCommand_1.DeleteReviewTemplateCommand,
|
|
93
|
+
DeleteTemplateShareCommand: DeleteTemplateShareCommand_1.DeleteTemplateShareCommand,
|
|
76
94
|
DeleteWorkloadCommand: DeleteWorkloadCommand_1.DeleteWorkloadCommand,
|
|
77
95
|
DeleteWorkloadShareCommand: DeleteWorkloadShareCommand_1.DeleteWorkloadShareCommand,
|
|
78
96
|
DisassociateLensesCommand: DisassociateLensesCommand_1.DisassociateLensesCommand,
|
|
@@ -87,6 +105,9 @@ const commands = {
|
|
|
87
105
|
GetMilestoneCommand: GetMilestoneCommand_1.GetMilestoneCommand,
|
|
88
106
|
GetProfileCommand: GetProfileCommand_1.GetProfileCommand,
|
|
89
107
|
GetProfileTemplateCommand: GetProfileTemplateCommand_1.GetProfileTemplateCommand,
|
|
108
|
+
GetReviewTemplateCommand: GetReviewTemplateCommand_1.GetReviewTemplateCommand,
|
|
109
|
+
GetReviewTemplateAnswerCommand: GetReviewTemplateAnswerCommand_1.GetReviewTemplateAnswerCommand,
|
|
110
|
+
GetReviewTemplateLensReviewCommand: GetReviewTemplateLensReviewCommand_1.GetReviewTemplateLensReviewCommand,
|
|
90
111
|
GetWorkloadCommand: GetWorkloadCommand_1.GetWorkloadCommand,
|
|
91
112
|
ImportLensCommand: ImportLensCommand_1.ImportLensCommand,
|
|
92
113
|
ListAnswersCommand: ListAnswersCommand_1.ListAnswersCommand,
|
|
@@ -101,8 +122,11 @@ const commands = {
|
|
|
101
122
|
ListProfileNotificationsCommand: ListProfileNotificationsCommand_1.ListProfileNotificationsCommand,
|
|
102
123
|
ListProfilesCommand: ListProfilesCommand_1.ListProfilesCommand,
|
|
103
124
|
ListProfileSharesCommand: ListProfileSharesCommand_1.ListProfileSharesCommand,
|
|
125
|
+
ListReviewTemplateAnswersCommand: ListReviewTemplateAnswersCommand_1.ListReviewTemplateAnswersCommand,
|
|
126
|
+
ListReviewTemplatesCommand: ListReviewTemplatesCommand_1.ListReviewTemplatesCommand,
|
|
104
127
|
ListShareInvitationsCommand: ListShareInvitationsCommand_1.ListShareInvitationsCommand,
|
|
105
128
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
129
|
+
ListTemplateSharesCommand: ListTemplateSharesCommand_1.ListTemplateSharesCommand,
|
|
106
130
|
ListWorkloadsCommand: ListWorkloadsCommand_1.ListWorkloadsCommand,
|
|
107
131
|
ListWorkloadSharesCommand: ListWorkloadSharesCommand_1.ListWorkloadSharesCommand,
|
|
108
132
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
@@ -111,11 +135,15 @@ const commands = {
|
|
|
111
135
|
UpdateGlobalSettingsCommand: UpdateGlobalSettingsCommand_1.UpdateGlobalSettingsCommand,
|
|
112
136
|
UpdateLensReviewCommand: UpdateLensReviewCommand_1.UpdateLensReviewCommand,
|
|
113
137
|
UpdateProfileCommand: UpdateProfileCommand_1.UpdateProfileCommand,
|
|
138
|
+
UpdateReviewTemplateCommand: UpdateReviewTemplateCommand_1.UpdateReviewTemplateCommand,
|
|
139
|
+
UpdateReviewTemplateAnswerCommand: UpdateReviewTemplateAnswerCommand_1.UpdateReviewTemplateAnswerCommand,
|
|
140
|
+
UpdateReviewTemplateLensReviewCommand: UpdateReviewTemplateLensReviewCommand_1.UpdateReviewTemplateLensReviewCommand,
|
|
114
141
|
UpdateShareInvitationCommand: UpdateShareInvitationCommand_1.UpdateShareInvitationCommand,
|
|
115
142
|
UpdateWorkloadCommand: UpdateWorkloadCommand_1.UpdateWorkloadCommand,
|
|
116
143
|
UpdateWorkloadShareCommand: UpdateWorkloadShareCommand_1.UpdateWorkloadShareCommand,
|
|
117
144
|
UpgradeLensReviewCommand: UpgradeLensReviewCommand_1.UpgradeLensReviewCommand,
|
|
118
145
|
UpgradeProfileVersionCommand: UpgradeProfileVersionCommand_1.UpgradeProfileVersionCommand,
|
|
146
|
+
UpgradeReviewTemplateLensReviewCommand: UpgradeReviewTemplateLensReviewCommand_1.UpgradeReviewTemplateLensReviewCommand,
|
|
119
147
|
};
|
|
120
148
|
class WellArchitected extends WellArchitectedClient_1.WellArchitectedClient {
|
|
121
149
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateReviewTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateReviewTemplateCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateReviewTemplateCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "CreateReviewTemplateCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "CreateReviewTemplate",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_CreateReviewTemplateCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_CreateReviewTemplateCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateReviewTemplateCommand = CreateReviewTemplateCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTemplateShareCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateTemplateShareCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTemplateShareCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "CreateTemplateShareCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "CreateTemplateShare",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_CreateTemplateShareCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_CreateTemplateShareCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateTemplateShareCommand = CreateTemplateShareCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteReviewTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteReviewTemplateCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteReviewTemplateCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "DeleteReviewTemplateCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "DeleteReviewTemplate",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteReviewTemplateCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteReviewTemplateCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteReviewTemplateCommand = DeleteReviewTemplateCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTemplateShareCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteTemplateShareCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteTemplateShareCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "DeleteTemplateShareCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "DeleteTemplateShare",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteTemplateShareCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteTemplateShareCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteTemplateShareCommand = DeleteTemplateShareCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetReviewTemplateAnswerCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetReviewTemplateAnswerCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetReviewTemplateAnswerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "GetReviewTemplateAnswerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "GetReviewTemplateAnswer",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_GetReviewTemplateAnswerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_GetReviewTemplateAnswerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetReviewTemplateAnswerCommand = GetReviewTemplateAnswerCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetReviewTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetReviewTemplateCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetReviewTemplateCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "GetReviewTemplateCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "GetReviewTemplate",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_GetReviewTemplateCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_GetReviewTemplateCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetReviewTemplateCommand = GetReviewTemplateCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetReviewTemplateLensReviewCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetReviewTemplateLensReviewCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetReviewTemplateLensReviewCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "WellArchitectedClient";
|
|
29
|
+
const commandName = "GetReviewTemplateLensReviewCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "WellArchitectedApiServiceLambda",
|
|
38
|
+
operation: "GetReviewTemplateLensReview",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_GetReviewTemplateLensReviewCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_GetReviewTemplateLensReviewCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetReviewTemplateLensReviewCommand = GetReviewTemplateLensReviewCommand;
|