@aws-sdk/client-wellarchitected 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +47 -46
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6707,17 +6707,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6707
6707
  // Annotate the CommonJS export names for ESM import in node:
6708
6708
 
6709
6709
  0 && (module.exports = {
6710
- AccessDeniedException,
6711
- AdditionalResourceType,
6712
- AnswerReason,
6710
+ WellArchitectedServiceException,
6711
+ __Client,
6712
+ WellArchitectedClient,
6713
+ WellArchitected,
6714
+ $Command,
6713
6715
  AssociateLensesCommand,
6714
6716
  AssociateProfilesCommand,
6715
- CheckFailureReason,
6716
- CheckProvider,
6717
- CheckStatus,
6718
- ChoiceReason,
6719
- ChoiceStatus,
6720
- ConflictException,
6721
6717
  CreateLensShareCommand,
6722
6718
  CreateLensVersionCommand,
6723
6719
  CreateMilestoneCommand,
@@ -6727,7 +6723,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6727
6723
  CreateTemplateShareCommand,
6728
6724
  CreateWorkloadCommand,
6729
6725
  CreateWorkloadShareCommand,
6730
- DefinitionType,
6731
6726
  DeleteLensCommand,
6732
6727
  DeleteLensShareCommand,
6733
6728
  DeleteProfileCommand,
@@ -6736,10 +6731,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6736
6731
  DeleteTemplateShareCommand,
6737
6732
  DeleteWorkloadCommand,
6738
6733
  DeleteWorkloadShareCommand,
6739
- DifferenceStatus,
6740
6734
  DisassociateLensesCommand,
6741
6735
  DisassociateProfilesCommand,
6742
- DiscoveryIntegrationStatus,
6743
6736
  ExportLensCommand,
6744
6737
  GetAnswerCommand,
6745
6738
  GetConsolidatedReportCommand,
@@ -6755,11 +6748,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6755
6748
  GetReviewTemplateLensReviewCommand,
6756
6749
  GetWorkloadCommand,
6757
6750
  ImportLensCommand,
6758
- ImportLensStatus,
6759
- InternalServerException,
6760
- LensStatus,
6761
- LensStatusType,
6762
- LensType,
6763
6751
  ListAnswersCommand,
6764
6752
  ListCheckDetailsCommand,
6765
6753
  ListCheckSummariesCommand,
@@ -6779,27 +6767,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6779
6767
  ListTemplateSharesCommand,
6780
6768
  ListWorkloadSharesCommand,
6781
6769
  ListWorkloadsCommand,
6782
- MetricType,
6783
- NotificationType,
6784
- OrganizationSharingStatus,
6785
- PermissionType,
6786
- ProfileNotificationType,
6787
- ProfileOwnerType,
6788
- Question,
6789
- QuestionPriority,
6790
- QuestionType,
6791
- ReportFormat,
6792
- ResourceNotFoundException,
6793
- ReviewTemplateAnswerStatus,
6794
- ReviewTemplateUpdateStatus,
6795
- Risk,
6796
- ServiceQuotaExceededException,
6797
- ShareInvitationAction,
6798
- ShareResourceType,
6799
- ShareStatus,
6800
6770
  TagResourceCommand,
6801
- ThrottlingException,
6802
- TrustedAdvisorIntegrationStatus,
6803
6771
  UntagResourceCommand,
6804
6772
  UpdateAnswerCommand,
6805
6773
  UpdateGlobalSettingsCommand,
@@ -6814,14 +6782,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6814
6782
  UpgradeLensReviewCommand,
6815
6783
  UpgradeProfileVersionCommand,
6816
6784
  UpgradeReviewTemplateLensReviewCommand,
6817
- ValidationException,
6818
- ValidationExceptionReason,
6819
- WellArchitected,
6820
- WellArchitectedClient,
6821
- WellArchitectedServiceException,
6822
- WorkloadEnvironment,
6823
- WorkloadImprovementStatus,
6824
- __Client,
6825
6785
  paginateGetConsolidatedReport,
6826
6786
  paginateListAnswers,
6827
6787
  paginateListCheckDetails,
@@ -6840,6 +6800,47 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6840
6800
  paginateListShareInvitations,
6841
6801
  paginateListTemplateShares,
6842
6802
  paginateListWorkloadShares,
6843
- paginateListWorkloads
6803
+ paginateListWorkloads,
6804
+ AccessDeniedException,
6805
+ CheckStatus,
6806
+ AdditionalResourceType,
6807
+ ChoiceReason,
6808
+ ChoiceStatus,
6809
+ AnswerReason,
6810
+ Risk,
6811
+ QuestionType,
6812
+ ConflictException,
6813
+ InternalServerException,
6814
+ ResourceNotFoundException,
6815
+ ThrottlingException,
6816
+ ValidationExceptionReason,
6817
+ ValidationException,
6818
+ CheckProvider,
6819
+ CheckFailureReason,
6820
+ MetricType,
6821
+ ServiceQuotaExceededException,
6822
+ TrustedAdvisorIntegrationStatus,
6823
+ DefinitionType,
6824
+ WorkloadEnvironment,
6825
+ PermissionType,
6826
+ LensStatusType,
6827
+ DifferenceStatus,
6828
+ DiscoveryIntegrationStatus,
6829
+ ReportFormat,
6830
+ LensStatus,
6831
+ WorkloadImprovementStatus,
6832
+ Question,
6833
+ ReviewTemplateUpdateStatus,
6834
+ ReviewTemplateAnswerStatus,
6835
+ ImportLensStatus,
6836
+ ShareStatus,
6837
+ LensType,
6838
+ QuestionPriority,
6839
+ NotificationType,
6840
+ ProfileNotificationType,
6841
+ ProfileOwnerType,
6842
+ ShareResourceType,
6843
+ OrganizationSharingStatus,
6844
+ ShareInvitationAction
6844
6845
  });
6845
6846
 
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.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wellarchitected",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",