@aws-sdk/client-serverlessapplicationrepository 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 +14 -13
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1760,34 +1760,35 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1760
1760
  // Annotate the CommonJS export names for ESM import in node:
1761
1761
 
1762
1762
  0 && (module.exports = {
1763
- BadRequestException,
1764
- Capability,
1765
- ConflictException,
1763
+ ServerlessApplicationRepositoryServiceException,
1764
+ __Client,
1765
+ ServerlessApplicationRepositoryClient,
1766
+ ServerlessApplicationRepository,
1767
+ $Command,
1766
1768
  CreateApplicationCommand,
1767
1769
  CreateApplicationVersionCommand,
1768
1770
  CreateCloudFormationChangeSetCommand,
1769
1771
  CreateCloudFormationTemplateCommand,
1770
1772
  DeleteApplicationCommand,
1771
- ForbiddenException,
1772
1773
  GetApplicationCommand,
1773
1774
  GetApplicationPolicyCommand,
1774
1775
  GetCloudFormationTemplateCommand,
1775
- InternalServerErrorException,
1776
1776
  ListApplicationDependenciesCommand,
1777
1777
  ListApplicationVersionsCommand,
1778
1778
  ListApplicationsCommand,
1779
- NotFoundException,
1780
1779
  PutApplicationPolicyCommand,
1781
- ServerlessApplicationRepository,
1782
- ServerlessApplicationRepositoryClient,
1783
- ServerlessApplicationRepositoryServiceException,
1784
- Status,
1785
- TooManyRequestsException,
1786
1780
  UnshareApplicationCommand,
1787
1781
  UpdateApplicationCommand,
1788
- __Client,
1789
1782
  paginateListApplicationDependencies,
1790
1783
  paginateListApplicationVersions,
1791
- paginateListApplications
1784
+ paginateListApplications,
1785
+ Capability,
1786
+ BadRequestException,
1787
+ ConflictException,
1788
+ ForbiddenException,
1789
+ InternalServerErrorException,
1790
+ TooManyRequestsException,
1791
+ Status,
1792
+ NotFoundException
1792
1793
  });
1793
1794
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-serverlessapplicationrepository",
3
3
  "description": "AWS SDK for JavaScript Serverlessapplicationrepository 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-serverlessapplicationrepository",
@@ -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",