@aws-sdk/client-wellarchitected 3.421.0 → 3.424.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/WellArchitected.js +28 -0
  3. package/dist-cjs/commands/CreateReviewTemplateCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTemplateShareCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteReviewTemplateCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteTemplateShareCommand.js +51 -0
  7. package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +51 -0
  8. package/dist-cjs/commands/GetReviewTemplateCommand.js +51 -0
  9. package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +51 -0
  10. package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +51 -0
  11. package/dist-cjs/commands/ListReviewTemplatesCommand.js +51 -0
  12. package/dist-cjs/commands/ListTemplateSharesCommand.js +51 -0
  13. package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +51 -0
  14. package/dist-cjs/commands/UpdateReviewTemplateCommand.js +51 -0
  15. package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +51 -0
  16. package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +51 -0
  17. package/dist-cjs/commands/index.js +14 -0
  18. package/dist-cjs/models/models_0.js +14 -1
  19. package/dist-cjs/pagination/ListReviewTemplateAnswersPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListReviewTemplatesPaginator.js +29 -0
  21. package/dist-cjs/pagination/ListTemplateSharesPaginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +3 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +1098 -53
  24. package/dist-es/WellArchitected.js +28 -0
  25. package/dist-es/commands/CreateReviewTemplateCommand.js +47 -0
  26. package/dist-es/commands/CreateTemplateShareCommand.js +47 -0
  27. package/dist-es/commands/DeleteReviewTemplateCommand.js +47 -0
  28. package/dist-es/commands/DeleteTemplateShareCommand.js +47 -0
  29. package/dist-es/commands/GetReviewTemplateAnswerCommand.js +47 -0
  30. package/dist-es/commands/GetReviewTemplateCommand.js +47 -0
  31. package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +47 -0
  32. package/dist-es/commands/ListReviewTemplateAnswersCommand.js +47 -0
  33. package/dist-es/commands/ListReviewTemplatesCommand.js +47 -0
  34. package/dist-es/commands/ListTemplateSharesCommand.js +47 -0
  35. package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +47 -0
  36. package/dist-es/commands/UpdateReviewTemplateCommand.js +47 -0
  37. package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +47 -0
  38. package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +47 -0
  39. package/dist-es/commands/index.js +14 -0
  40. package/dist-es/models/models_0.js +13 -0
  41. package/dist-es/pagination/ListReviewTemplateAnswersPaginator.js +25 -0
  42. package/dist-es/pagination/ListReviewTemplatesPaginator.js +25 -0
  43. package/dist-es/pagination/ListTemplateSharesPaginator.js +25 -0
  44. package/dist-es/pagination/index.js +3 -0
  45. package/dist-es/protocols/Aws_restJson1.js +1065 -48
  46. package/dist-types/WellArchitected.d.ts +98 -0
  47. package/dist-types/WellArchitectedClient.d.ts +16 -2
  48. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +114 -0
  49. package/dist-types/commands/CreateTemplateShareCommand.d.ts +111 -0
  50. package/dist-types/commands/CreateWorkloadCommand.d.ts +26 -0
  51. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +94 -0
  52. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +94 -0
  53. package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +141 -0
  54. package/dist-types/commands/GetReviewTemplateCommand.d.ts +106 -0
  55. package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +112 -0
  56. package/dist-types/commands/ListNotificationsCommand.d.ts +3 -0
  57. package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +141 -0
  58. package/dist-types/commands/ListReviewTemplatesCommand.d.ts +99 -0
  59. package/dist-types/commands/ListShareInvitationsCommand.d.ts +10 -3
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTemplateSharesCommand.d.ts +101 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +157 -0
  65. package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +118 -0
  66. package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +119 -0
  67. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +2 -1
  68. package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +91 -0
  69. package/dist-types/commands/index.d.ts +14 -0
  70. package/dist-types/models/models_0.d.ts +1206 -103
  71. package/dist-types/pagination/ListReviewTemplateAnswersPaginator.d.ts +7 -0
  72. package/dist-types/pagination/ListReviewTemplatesPaginator.d.ts +7 -0
  73. package/dist-types/pagination/ListTemplateSharesPaginator.d.ts +7 -0
  74. package/dist-types/pagination/index.d.ts +3 -0
  75. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  76. package/dist-types/ts3.4/WellArchitected.d.ts +238 -0
  77. package/dist-types/ts3.4/WellArchitectedClient.d.ts +86 -2
  78. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +39 -0
  80. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +37 -0
  81. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +34 -0
  82. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +38 -0
  84. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +42 -0
  85. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +39 -0
  87. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +39 -0
  88. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +42 -0
  90. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +42 -0
  91. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +38 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +227 -0
  94. package/dist-types/ts3.4/pagination/ListReviewTemplateAnswersPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/ListReviewTemplatesPaginator.d.ts +11 -0
  96. package/dist-types/ts3.4/pagination/ListTemplateSharesPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  98. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  99. package/package.json +3 -3
@@ -31,6 +31,14 @@ import {
31
31
  CreateProfileShareCommandInput,
32
32
  CreateProfileShareCommandOutput,
33
33
  } from "../commands/CreateProfileShareCommand";
34
+ import {
35
+ CreateReviewTemplateCommandInput,
36
+ CreateReviewTemplateCommandOutput,
37
+ } from "../commands/CreateReviewTemplateCommand";
38
+ import {
39
+ CreateTemplateShareCommandInput,
40
+ CreateTemplateShareCommandOutput,
41
+ } from "../commands/CreateTemplateShareCommand";
34
42
  import {
35
43
  CreateWorkloadCommandInput,
36
44
  CreateWorkloadCommandOutput,
@@ -55,6 +63,14 @@ import {
55
63
  DeleteProfileShareCommandInput,
56
64
  DeleteProfileShareCommandOutput,
57
65
  } from "../commands/DeleteProfileShareCommand";
66
+ import {
67
+ DeleteReviewTemplateCommandInput,
68
+ DeleteReviewTemplateCommandOutput,
69
+ } from "../commands/DeleteReviewTemplateCommand";
70
+ import {
71
+ DeleteTemplateShareCommandInput,
72
+ DeleteTemplateShareCommandOutput,
73
+ } from "../commands/DeleteTemplateShareCommand";
58
74
  import {
59
75
  DeleteWorkloadCommandInput,
60
76
  DeleteWorkloadCommandOutput,
@@ -111,6 +127,18 @@ import {
111
127
  GetProfileTemplateCommandInput,
112
128
  GetProfileTemplateCommandOutput,
113
129
  } from "../commands/GetProfileTemplateCommand";
130
+ import {
131
+ GetReviewTemplateAnswerCommandInput,
132
+ GetReviewTemplateAnswerCommandOutput,
133
+ } from "../commands/GetReviewTemplateAnswerCommand";
134
+ import {
135
+ GetReviewTemplateCommandInput,
136
+ GetReviewTemplateCommandOutput,
137
+ } from "../commands/GetReviewTemplateCommand";
138
+ import {
139
+ GetReviewTemplateLensReviewCommandInput,
140
+ GetReviewTemplateLensReviewCommandOutput,
141
+ } from "../commands/GetReviewTemplateLensReviewCommand";
114
142
  import {
115
143
  GetWorkloadCommandInput,
116
144
  GetWorkloadCommandOutput,
@@ -167,6 +195,14 @@ import {
167
195
  ListProfileSharesCommandInput,
168
196
  ListProfileSharesCommandOutput,
169
197
  } from "../commands/ListProfileSharesCommand";
198
+ import {
199
+ ListReviewTemplateAnswersCommandInput,
200
+ ListReviewTemplateAnswersCommandOutput,
201
+ } from "../commands/ListReviewTemplateAnswersCommand";
202
+ import {
203
+ ListReviewTemplatesCommandInput,
204
+ ListReviewTemplatesCommandOutput,
205
+ } from "../commands/ListReviewTemplatesCommand";
170
206
  import {
171
207
  ListShareInvitationsCommandInput,
172
208
  ListShareInvitationsCommandOutput,
@@ -175,6 +211,10 @@ import {
175
211
  ListTagsForResourceCommandInput,
176
212
  ListTagsForResourceCommandOutput,
177
213
  } from "../commands/ListTagsForResourceCommand";
214
+ import {
215
+ ListTemplateSharesCommandInput,
216
+ ListTemplateSharesCommandOutput,
217
+ } from "../commands/ListTemplateSharesCommand";
178
218
  import {
179
219
  ListWorkloadsCommandInput,
180
220
  ListWorkloadsCommandOutput,
@@ -207,6 +247,18 @@ import {
207
247
  UpdateProfileCommandInput,
208
248
  UpdateProfileCommandOutput,
209
249
  } from "../commands/UpdateProfileCommand";
250
+ import {
251
+ UpdateReviewTemplateAnswerCommandInput,
252
+ UpdateReviewTemplateAnswerCommandOutput,
253
+ } from "../commands/UpdateReviewTemplateAnswerCommand";
254
+ import {
255
+ UpdateReviewTemplateCommandInput,
256
+ UpdateReviewTemplateCommandOutput,
257
+ } from "../commands/UpdateReviewTemplateCommand";
258
+ import {
259
+ UpdateReviewTemplateLensReviewCommandInput,
260
+ UpdateReviewTemplateLensReviewCommandOutput,
261
+ } from "../commands/UpdateReviewTemplateLensReviewCommand";
210
262
  import {
211
263
  UpdateShareInvitationCommandInput,
212
264
  UpdateShareInvitationCommandOutput,
@@ -227,6 +279,10 @@ import {
227
279
  UpgradeProfileVersionCommandInput,
228
280
  UpgradeProfileVersionCommandOutput,
229
281
  } from "../commands/UpgradeProfileVersionCommand";
282
+ import {
283
+ UpgradeReviewTemplateLensReviewCommandInput,
284
+ UpgradeReviewTemplateLensReviewCommandOutput,
285
+ } from "../commands/UpgradeReviewTemplateLensReviewCommand";
230
286
  export declare const se_AssociateLensesCommand: (
231
287
  input: AssociateLensesCommandInput,
232
288
  context: __SerdeContext
@@ -255,6 +311,14 @@ export declare const se_CreateProfileShareCommand: (
255
311
  input: CreateProfileShareCommandInput,
256
312
  context: __SerdeContext
257
313
  ) => Promise<__HttpRequest>;
314
+ export declare const se_CreateReviewTemplateCommand: (
315
+ input: CreateReviewTemplateCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const se_CreateTemplateShareCommand: (
319
+ input: CreateTemplateShareCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
258
322
  export declare const se_CreateWorkloadCommand: (
259
323
  input: CreateWorkloadCommandInput,
260
324
  context: __SerdeContext
@@ -279,6 +343,14 @@ export declare const se_DeleteProfileShareCommand: (
279
343
  input: DeleteProfileShareCommandInput,
280
344
  context: __SerdeContext
281
345
  ) => Promise<__HttpRequest>;
346
+ export declare const se_DeleteReviewTemplateCommand: (
347
+ input: DeleteReviewTemplateCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const se_DeleteTemplateShareCommand: (
351
+ input: DeleteTemplateShareCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
282
354
  export declare const se_DeleteWorkloadCommand: (
283
355
  input: DeleteWorkloadCommandInput,
284
356
  context: __SerdeContext
@@ -335,6 +407,18 @@ export declare const se_GetProfileTemplateCommand: (
335
407
  input: GetProfileTemplateCommandInput,
336
408
  context: __SerdeContext
337
409
  ) => Promise<__HttpRequest>;
410
+ export declare const se_GetReviewTemplateCommand: (
411
+ input: GetReviewTemplateCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const se_GetReviewTemplateAnswerCommand: (
415
+ input: GetReviewTemplateAnswerCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const se_GetReviewTemplateLensReviewCommand: (
419
+ input: GetReviewTemplateLensReviewCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
338
422
  export declare const se_GetWorkloadCommand: (
339
423
  input: GetWorkloadCommandInput,
340
424
  context: __SerdeContext
@@ -391,6 +475,14 @@ export declare const se_ListProfileSharesCommand: (
391
475
  input: ListProfileSharesCommandInput,
392
476
  context: __SerdeContext
393
477
  ) => Promise<__HttpRequest>;
478
+ export declare const se_ListReviewTemplateAnswersCommand: (
479
+ input: ListReviewTemplateAnswersCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const se_ListReviewTemplatesCommand: (
483
+ input: ListReviewTemplatesCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
394
486
  export declare const se_ListShareInvitationsCommand: (
395
487
  input: ListShareInvitationsCommandInput,
396
488
  context: __SerdeContext
@@ -399,6 +491,10 @@ export declare const se_ListTagsForResourceCommand: (
399
491
  input: ListTagsForResourceCommandInput,
400
492
  context: __SerdeContext
401
493
  ) => Promise<__HttpRequest>;
494
+ export declare const se_ListTemplateSharesCommand: (
495
+ input: ListTemplateSharesCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
402
498
  export declare const se_ListWorkloadsCommand: (
403
499
  input: ListWorkloadsCommandInput,
404
500
  context: __SerdeContext
@@ -431,6 +527,18 @@ export declare const se_UpdateProfileCommand: (
431
527
  input: UpdateProfileCommandInput,
432
528
  context: __SerdeContext
433
529
  ) => Promise<__HttpRequest>;
530
+ export declare const se_UpdateReviewTemplateCommand: (
531
+ input: UpdateReviewTemplateCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const se_UpdateReviewTemplateAnswerCommand: (
535
+ input: UpdateReviewTemplateAnswerCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const se_UpdateReviewTemplateLensReviewCommand: (
539
+ input: UpdateReviewTemplateLensReviewCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
434
542
  export declare const se_UpdateShareInvitationCommand: (
435
543
  input: UpdateShareInvitationCommandInput,
436
544
  context: __SerdeContext
@@ -451,6 +559,10 @@ export declare const se_UpgradeProfileVersionCommand: (
451
559
  input: UpgradeProfileVersionCommandInput,
452
560
  context: __SerdeContext
453
561
  ) => Promise<__HttpRequest>;
562
+ export declare const se_UpgradeReviewTemplateLensReviewCommand: (
563
+ input: UpgradeReviewTemplateLensReviewCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
454
566
  export declare const de_AssociateLensesCommand: (
455
567
  output: __HttpResponse,
456
568
  context: __SerdeContext
@@ -479,6 +591,14 @@ export declare const de_CreateProfileShareCommand: (
479
591
  output: __HttpResponse,
480
592
  context: __SerdeContext
481
593
  ) => Promise<CreateProfileShareCommandOutput>;
594
+ export declare const de_CreateReviewTemplateCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<CreateReviewTemplateCommandOutput>;
598
+ export declare const de_CreateTemplateShareCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<CreateTemplateShareCommandOutput>;
482
602
  export declare const de_CreateWorkloadCommand: (
483
603
  output: __HttpResponse,
484
604
  context: __SerdeContext
@@ -503,6 +623,14 @@ export declare const de_DeleteProfileShareCommand: (
503
623
  output: __HttpResponse,
504
624
  context: __SerdeContext
505
625
  ) => Promise<DeleteProfileShareCommandOutput>;
626
+ export declare const de_DeleteReviewTemplateCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DeleteReviewTemplateCommandOutput>;
630
+ export declare const de_DeleteTemplateShareCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DeleteTemplateShareCommandOutput>;
506
634
  export declare const de_DeleteWorkloadCommand: (
507
635
  output: __HttpResponse,
508
636
  context: __SerdeContext
@@ -559,6 +687,18 @@ export declare const de_GetProfileTemplateCommand: (
559
687
  output: __HttpResponse,
560
688
  context: __SerdeContext
561
689
  ) => Promise<GetProfileTemplateCommandOutput>;
690
+ export declare const de_GetReviewTemplateCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<GetReviewTemplateCommandOutput>;
694
+ export declare const de_GetReviewTemplateAnswerCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<GetReviewTemplateAnswerCommandOutput>;
698
+ export declare const de_GetReviewTemplateLensReviewCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<GetReviewTemplateLensReviewCommandOutput>;
562
702
  export declare const de_GetWorkloadCommand: (
563
703
  output: __HttpResponse,
564
704
  context: __SerdeContext
@@ -615,6 +755,14 @@ export declare const de_ListProfileSharesCommand: (
615
755
  output: __HttpResponse,
616
756
  context: __SerdeContext
617
757
  ) => Promise<ListProfileSharesCommandOutput>;
758
+ export declare const de_ListReviewTemplateAnswersCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<ListReviewTemplateAnswersCommandOutput>;
762
+ export declare const de_ListReviewTemplatesCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<ListReviewTemplatesCommandOutput>;
618
766
  export declare const de_ListShareInvitationsCommand: (
619
767
  output: __HttpResponse,
620
768
  context: __SerdeContext
@@ -623,6 +771,10 @@ export declare const de_ListTagsForResourceCommand: (
623
771
  output: __HttpResponse,
624
772
  context: __SerdeContext
625
773
  ) => Promise<ListTagsForResourceCommandOutput>;
774
+ export declare const de_ListTemplateSharesCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<ListTemplateSharesCommandOutput>;
626
778
  export declare const de_ListWorkloadsCommand: (
627
779
  output: __HttpResponse,
628
780
  context: __SerdeContext
@@ -655,6 +807,18 @@ export declare const de_UpdateProfileCommand: (
655
807
  output: __HttpResponse,
656
808
  context: __SerdeContext
657
809
  ) => Promise<UpdateProfileCommandOutput>;
810
+ export declare const de_UpdateReviewTemplateCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<UpdateReviewTemplateCommandOutput>;
814
+ export declare const de_UpdateReviewTemplateAnswerCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<UpdateReviewTemplateAnswerCommandOutput>;
818
+ export declare const de_UpdateReviewTemplateLensReviewCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<UpdateReviewTemplateLensReviewCommandOutput>;
658
822
  export declare const de_UpdateShareInvitationCommand: (
659
823
  output: __HttpResponse,
660
824
  context: __SerdeContext
@@ -675,3 +839,7 @@ export declare const de_UpgradeProfileVersionCommand: (
675
839
  output: __HttpResponse,
676
840
  context: __SerdeContext
677
841
  ) => Promise<UpgradeProfileVersionCommandOutput>;
842
+ export declare const de_UpgradeReviewTemplateLensReviewCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<UpgradeReviewTemplateLensReviewCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wellarchitected",
3
3
  "description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
4
- "version": "3.421.0",
4
+ "version": "3.424.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.421.0",
25
- "@aws-sdk/credential-provider-node": "3.421.0",
24
+ "@aws-sdk/client-sts": "3.423.0",
25
+ "@aws-sdk/credential-provider-node": "3.423.0",
26
26
  "@aws-sdk/middleware-host-header": "3.418.0",
27
27
  "@aws-sdk/middleware-logger": "3.418.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.418.0",