@aws-sdk/client-wellarchitected 3.1087.0 → 3.1089.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 (93) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WellArchitected.d.ts +246 -284
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +16 -56
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +2 -2
  9. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -2
  25. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +3 -4
  27. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +3 -4
  28. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -2
  33. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +3 -8
  53. package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
  67. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -2
  68. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -2
  77. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +3 -4
  78. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  80. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  81. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  82. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  83. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  84. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  85. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +1 -4
  86. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +1 -4
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  91. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  93. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75