@aws-sdk/client-codeguru-reviewer 3.496.0 → 3.499.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 +25 -24
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1793,49 +1793,50 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1793
1793
  // Annotate the CommonJS export names for ESM import in node:
1794
1794
 
1795
1795
  0 && (module.exports = {
1796
- AccessDeniedException,
1797
- AnalysisType,
1798
- AssociateRepositoryCommand,
1799
- CodeGuruReviewer,
1800
- CodeGuruReviewerClient,
1801
1796
  CodeGuruReviewerServiceException,
1802
- ConfigFileState,
1803
- ConflictException,
1797
+ __Client,
1798
+ CodeGuruReviewerClient,
1799
+ CodeGuruReviewer,
1800
+ $Command,
1801
+ AssociateRepositoryCommand,
1804
1802
  CreateCodeReviewCommand,
1805
1803
  DescribeCodeReviewCommand,
1806
1804
  DescribeRecommendationFeedbackCommand,
1807
1805
  DescribeRepositoryAssociationCommand,
1808
1806
  DisassociateRepositoryCommand,
1809
- EncryptionOption,
1810
- InternalServerException,
1811
- JobState,
1812
1807
  ListCodeReviewsCommand,
1813
1808
  ListRecommendationFeedbackCommand,
1814
1809
  ListRecommendationsCommand,
1815
1810
  ListRepositoryAssociationsCommand,
1816
1811
  ListTagsForResourceCommand,
1817
- NotFoundException,
1818
- ProviderType,
1819
1812
  PutRecommendationFeedbackCommand,
1820
- Reaction,
1821
- RecommendationCategory,
1822
- RepositoryAssociationState,
1823
- ResourceNotFoundException,
1824
- Severity,
1825
1813
  TagResourceCommand,
1826
- ThrottlingException,
1827
- Type,
1828
1814
  UntagResourceCommand,
1829
- ValidationException,
1830
- VendorName,
1831
- __Client,
1832
1815
  paginateListCodeReviews,
1833
1816
  paginateListRecommendationFeedback,
1834
1817
  paginateListRecommendations,
1835
1818
  paginateListRepositoryAssociations,
1836
1819
  waitForCodeReviewCompleted,
1837
- waitForRepositoryAssociationSucceeded,
1838
1820
  waitUntilCodeReviewCompleted,
1839
- waitUntilRepositoryAssociationSucceeded
1821
+ waitForRepositoryAssociationSucceeded,
1822
+ waitUntilRepositoryAssociationSucceeded,
1823
+ AccessDeniedException,
1824
+ AnalysisType,
1825
+ EncryptionOption,
1826
+ ProviderType,
1827
+ RepositoryAssociationState,
1828
+ ConflictException,
1829
+ InternalServerException,
1830
+ ThrottlingException,
1831
+ ValidationException,
1832
+ VendorName,
1833
+ ConfigFileState,
1834
+ JobState,
1835
+ Type,
1836
+ ResourceNotFoundException,
1837
+ Reaction,
1838
+ NotFoundException,
1839
+ RecommendationCategory,
1840
+ Severity
1840
1841
  });
1841
1842
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguru-reviewer",
3
3
  "description": "AWS SDK for JavaScript Codeguru Reviewer Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-codeguru-reviewer",
@@ -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.499.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.499.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",