@aws-sdk/client-signer 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 +23 -22
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2215,50 +2215,51 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2215
2215
  // Annotate the CommonJS export names for ESM import in node:
2216
2216
 
2217
2217
  0 && (module.exports = {
2218
- AccessDeniedException,
2218
+ SignerServiceException,
2219
+ __Client,
2220
+ SignerClient,
2221
+ Signer,
2222
+ $Command,
2219
2223
  AddProfilePermissionCommand,
2220
- BadRequestException,
2221
2224
  CancelSigningProfileCommand,
2222
- Category,
2223
- ConflictException,
2224
2225
  DescribeSigningJobCommand,
2225
- EncryptionAlgorithm,
2226
2226
  GetRevocationStatusCommand,
2227
2227
  GetSigningPlatformCommand,
2228
2228
  GetSigningProfileCommand,
2229
- HashAlgorithm,
2230
- ImageFormat,
2231
- InternalServiceErrorException,
2232
2229
  ListProfilePermissionsCommand,
2233
2230
  ListSigningJobsCommand,
2234
2231
  ListSigningPlatformsCommand,
2235
2232
  ListSigningProfilesCommand,
2236
2233
  ListTagsForResourceCommand,
2237
- NotFoundException,
2238
2234
  PutSigningProfileCommand,
2239
2235
  RemoveProfilePermissionCommand,
2240
- ResourceNotFoundException,
2241
2236
  RevokeSignatureCommand,
2242
2237
  RevokeSigningProfileCommand,
2243
- ServiceLimitExceededException,
2244
2238
  SignPayloadCommand,
2245
- Signer,
2246
- SignerClient,
2247
- SignerServiceException,
2248
- SigningProfileStatus,
2249
- SigningStatus,
2250
2239
  StartSigningJobCommand,
2251
2240
  TagResourceCommand,
2252
- ThrottlingException,
2253
- TooManyRequestsException,
2254
2241
  UntagResourceCommand,
2255
- ValidationException,
2256
- ValidityType,
2257
- __Client,
2258
2242
  paginateListSigningJobs,
2259
2243
  paginateListSigningPlatforms,
2260
2244
  paginateListSigningProfiles,
2261
2245
  waitForSuccessfulSigningJob,
2262
- waitUntilSuccessfulSigningJob
2246
+ waitUntilSuccessfulSigningJob,
2247
+ AccessDeniedException,
2248
+ ConflictException,
2249
+ InternalServiceErrorException,
2250
+ ResourceNotFoundException,
2251
+ ServiceLimitExceededException,
2252
+ TooManyRequestsException,
2253
+ ValidationException,
2254
+ BadRequestException,
2255
+ Category,
2256
+ EncryptionAlgorithm,
2257
+ HashAlgorithm,
2258
+ ImageFormat,
2259
+ SigningStatus,
2260
+ ValidityType,
2261
+ SigningProfileStatus,
2262
+ NotFoundException,
2263
+ ThrottlingException
2263
2264
  });
2264
2265
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-signer",
3
3
  "description": "AWS SDK for JavaScript Signer 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-signer",
@@ -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",