@aws-sdk/client-wellarchitected 3.300.0 → 3.303.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 (76) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/WellArchitected.js +15 -0
  3. package/dist-cjs/commands/GetConsolidatedReportCommand.js +45 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoint/ruleset.js +3 -3
  6. package/dist-cjs/models/models_0.js +132 -148
  7. package/dist-cjs/pagination/GetConsolidatedReportPaginator.js +29 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_restJson1.js +177 -2
  10. package/dist-es/WellArchitected.js +15 -0
  11. package/dist-es/commands/GetConsolidatedReportCommand.js +41 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/endpoint/ruleset.js +3 -3
  14. package/dist-es/models/models_0.js +131 -147
  15. package/dist-es/pagination/GetConsolidatedReportPaginator.js +25 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restJson1.js +173 -0
  18. package/dist-types/WellArchitected.d.ts +69 -43
  19. package/dist-types/WellArchitectedClient.d.ts +3 -3
  20. package/dist-types/commands/AssociateLensesCommand.d.ts +5 -5
  21. package/dist-types/commands/CreateLensShareCommand.d.ts +10 -4
  22. package/dist-types/commands/CreateLensVersionCommand.d.ts +7 -5
  23. package/dist-types/commands/CreateMilestoneCommand.d.ts +2 -2
  24. package/dist-types/commands/CreateWorkloadCommand.d.ts +22 -12
  25. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +6 -4
  26. package/dist-types/commands/DeleteLensCommand.d.ts +4 -4
  27. package/dist-types/commands/DeleteLensShareCommand.d.ts +4 -4
  28. package/dist-types/commands/DeleteWorkloadCommand.d.ts +2 -2
  29. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +2 -2
  30. package/dist-types/commands/DisassociateLensesCommand.d.ts +6 -6
  31. package/dist-types/commands/ExportLensCommand.d.ts +6 -5
  32. package/dist-types/commands/GetAnswerCommand.d.ts +1 -1
  33. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +82 -0
  34. package/dist-types/commands/GetLensCommand.d.ts +1 -1
  35. package/dist-types/commands/GetLensReviewCommand.d.ts +1 -1
  36. package/dist-types/commands/GetLensReviewReportCommand.d.ts +1 -1
  37. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +1 -1
  38. package/dist-types/commands/GetMilestoneCommand.d.ts +1 -1
  39. package/dist-types/commands/GetWorkloadCommand.d.ts +1 -1
  40. package/dist-types/commands/ImportLensCommand.d.ts +12 -11
  41. package/dist-types/commands/ListAnswersCommand.d.ts +2 -2
  42. package/dist-types/commands/ListCheckDetailsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListCheckSummariesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListLensReviewsCommand.d.ts +2 -2
  46. package/dist-types/commands/ListLensSharesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListLensesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListMilestonesCommand.d.ts +1 -1
  49. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  52. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -2
  54. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  55. package/dist-types/commands/UntagResourceCommand.d.ts +5 -6
  56. package/dist-types/commands/UpdateAnswerCommand.d.ts +5 -5
  57. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +2 -2
  58. package/dist-types/commands/UpdateLensReviewCommand.d.ts +4 -4
  59. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateWorkloadCommand.d.ts +8 -8
  61. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +2 -2
  62. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +3 -3
  63. package/dist-types/commands/index.d.ts +1 -0
  64. package/dist-types/models/models_0.d.ts +833 -445
  65. package/dist-types/pagination/GetConsolidatedReportPaginator.d.ts +7 -0
  66. package/dist-types/pagination/index.d.ts +1 -0
  67. package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
  68. package/dist-types/ts3.4/WellArchitected.d.ts +17 -0
  69. package/dist-types/ts3.4/WellArchitectedClient.d.ts +6 -0
  70. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +210 -124
  73. package/dist-types/ts3.4/pagination/GetConsolidatedReportPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  76. package/package.json +34 -34
@@ -20,7 +20,7 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio
20
20
  /**
21
21
  * @public
22
22
  * <p>Update a workload or custom lens share invitation.</p>
23
- * <note>
23
+ * <note>
24
24
  * <p>This API operation can be called independently of any resource. Previous documentation implied that a workload ARN must be specified.</p>
25
25
  * </note>
26
26
  * @example
@@ -29,7 +29,7 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio
29
29
  * import { WellArchitectedClient, UpdateShareInvitationCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
30
30
  * // const { WellArchitectedClient, UpdateShareInvitationCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
31
31
  * const client = new WellArchitectedClient(config);
32
- * const input = {
32
+ * const input = { // UpdateShareInvitationInput
33
33
  * ShareInvitationId: "STRING_VALUE", // required
34
34
  * ShareInvitationAction: "ACCEPT" || "REJECT", // required
35
35
  * };
@@ -47,7 +47,7 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio
47
47
  * <p>User does not have sufficient access to perform this action.</p>
48
48
  *
49
49
  * @throws {@link ConflictException} (client fault)
50
- * <p>The resource already exists.</p>
50
+ * <p>The resource has already been processed, was deleted, or is too large.</p>
51
51
  *
52
52
  * @throws {@link InternalServerException} (server fault)
53
53
  * <p>There is a problem with the Well-Architected Tool API service.</p>
@@ -26,21 +26,21 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
26
26
  * import { WellArchitectedClient, UpdateWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
27
27
  * // const { WellArchitectedClient, UpdateWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
28
28
  * const client = new WellArchitectedClient(config);
29
- * const input = {
29
+ * const input = { // UpdateWorkloadInput
30
30
  * WorkloadId: "STRING_VALUE", // required
31
31
  * WorkloadName: "STRING_VALUE",
32
32
  * Description: "STRING_VALUE",
33
33
  * Environment: "PRODUCTION" || "PREPRODUCTION",
34
- * AccountIds: [
34
+ * AccountIds: [ // WorkloadAccountIds
35
35
  * "STRING_VALUE",
36
36
  * ],
37
- * AwsRegions: [
37
+ * AwsRegions: [ // WorkloadAwsRegions
38
38
  * "STRING_VALUE",
39
39
  * ],
40
- * NonAwsRegions: [
40
+ * NonAwsRegions: [ // WorkloadNonAwsRegions
41
41
  * "STRING_VALUE",
42
42
  * ],
43
- * PillarPriorities: [
43
+ * PillarPriorities: [ // WorkloadPillarPriorities
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * ArchitecturalDesign: "STRING_VALUE",
@@ -50,10 +50,10 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
50
50
  * Industry: "STRING_VALUE",
51
51
  * Notes: "STRING_VALUE",
52
52
  * ImprovementStatus: "NOT_APPLICABLE" || "NOT_STARTED" || "IN_PROGRESS" || "COMPLETE" || "RISK_ACKNOWLEDGED",
53
- * DiscoveryConfig: {
53
+ * DiscoveryConfig: { // WorkloadDiscoveryConfig
54
54
  * TrustedAdvisorIntegrationStatus: "ENABLED" || "DISABLED",
55
55
  * },
56
- * Applications: [
56
+ * Applications: [ // WorkloadApplications
57
57
  * "STRING_VALUE",
58
58
  * ],
59
59
  * };
@@ -71,7 +71,7 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
71
71
  * <p>User does not have sufficient access to perform this action.</p>
72
72
  *
73
73
  * @throws {@link ConflictException} (client fault)
74
- * <p>The resource already exists.</p>
74
+ * <p>The resource has already been processed, was deleted, or is too large.</p>
75
75
  *
76
76
  * @throws {@link InternalServerException} (server fault)
77
77
  * <p>There is a problem with the Well-Architected Tool API service.</p>
@@ -26,7 +26,7 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut
26
26
  * import { WellArchitectedClient, UpdateWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
27
27
  * // const { WellArchitectedClient, UpdateWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
28
28
  * const client = new WellArchitectedClient(config);
29
- * const input = {
29
+ * const input = { // UpdateWorkloadShareInput
30
30
  * ShareId: "STRING_VALUE", // required
31
31
  * WorkloadId: "STRING_VALUE", // required
32
32
  * PermissionType: "READONLY" || "CONTRIBUTOR", // required
@@ -45,7 +45,7 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut
45
45
  * <p>User does not have sufficient access to perform this action.</p>
46
46
  *
47
47
  * @throws {@link ConflictException} (client fault)
48
- * <p>The resource already exists.</p>
48
+ * <p>The resource has already been processed, was deleted, or is too large.</p>
49
49
  *
50
50
  * @throws {@link InternalServerException} (server fault)
51
51
  * <p>There is a problem with the Well-Architected Tool API service.</p>
@@ -19,14 +19,14 @@ export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Upgrade lens review.</p>
22
+ * <p>Upgrade lens review for a particular workload.</p>
23
23
  * @example
24
24
  * Use a bare-bones client and the command you need to make an API call.
25
25
  * ```javascript
26
26
  * import { WellArchitectedClient, UpgradeLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
27
27
  * // const { WellArchitectedClient, UpgradeLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
28
28
  * const client = new WellArchitectedClient(config);
29
- * const input = {
29
+ * const input = { // UpgradeLensReviewInput
30
30
  * WorkloadId: "STRING_VALUE", // required
31
31
  * LensAlias: "STRING_VALUE", // required
32
32
  * MilestoneName: "STRING_VALUE", // required
@@ -46,7 +46,7 @@ export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
46
46
  * <p>User does not have sufficient access to perform this action.</p>
47
47
  *
48
48
  * @throws {@link ConflictException} (client fault)
49
- * <p>The resource already exists.</p>
49
+ * <p>The resource has already been processed, was deleted, or is too large.</p>
50
50
  *
51
51
  * @throws {@link InternalServerException} (server fault)
52
52
  * <p>There is a problem with the Well-Architected Tool API service.</p>
@@ -11,6 +11,7 @@ export * from "./DeleteWorkloadShareCommand";
11
11
  export * from "./DisassociateLensesCommand";
12
12
  export * from "./ExportLensCommand";
13
13
  export * from "./GetAnswerCommand";
14
+ export * from "./GetConsolidatedReportCommand";
14
15
  export * from "./GetLensCommand";
15
16
  export * from "./GetLensReviewCommand";
16
17
  export * from "./GetLensReviewReportCommand";