@aws-sdk/client-license-manager-user-subscriptions 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
@@ -1406,32 +1406,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1406
1406
  // Annotate the CommonJS export names for ESM import in node:
1407
1407
 
1408
1408
  0 && (module.exports = {
1409
- AccessDeniedException,
1409
+ LicenseManagerUserSubscriptionsServiceException,
1410
+ __Client,
1411
+ LicenseManagerUserSubscriptionsClient,
1412
+ LicenseManagerUserSubscriptions,
1413
+ $Command,
1410
1414
  AssociateUserCommand,
1411
- ConflictException,
1412
1415
  DeregisterIdentityProviderCommand,
1413
1416
  DisassociateUserCommand,
1414
- IdentityProvider,
1415
- InternalServerException,
1416
- LicenseManagerUserSubscriptions,
1417
- LicenseManagerUserSubscriptionsClient,
1418
- LicenseManagerUserSubscriptionsServiceException,
1419
1417
  ListIdentityProvidersCommand,
1420
1418
  ListInstancesCommand,
1421
1419
  ListProductSubscriptionsCommand,
1422
1420
  ListUserAssociationsCommand,
1423
1421
  RegisterIdentityProviderCommand,
1424
- ResourceNotFoundException,
1425
- ServiceQuotaExceededException,
1426
1422
  StartProductSubscriptionCommand,
1427
1423
  StopProductSubscriptionCommand,
1428
- ThrottlingException,
1429
1424
  UpdateIdentityProviderSettingsCommand,
1430
- ValidationException,
1431
- __Client,
1432
1425
  paginateListIdentityProviders,
1433
1426
  paginateListInstances,
1434
1427
  paginateListProductSubscriptions,
1435
- paginateListUserAssociations
1428
+ paginateListUserAssociations,
1429
+ AccessDeniedException,
1430
+ IdentityProvider,
1431
+ ConflictException,
1432
+ InternalServerException,
1433
+ ResourceNotFoundException,
1434
+ ServiceQuotaExceededException,
1435
+ ThrottlingException,
1436
+ ValidationException
1436
1437
  });
1437
1438
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager-user-subscriptions",
3
3
  "description": "AWS SDK for JavaScript License Manager User Subscriptions 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-license-manager-user-subscriptions",
@@ -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",