@aws-sdk/client-license-manager-linux-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.
- package/dist-cjs/index.js +11 -10
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -671,22 +671,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
671
671
|
// Annotate the CommonJS export names for ESM import in node:
|
|
672
672
|
|
|
673
673
|
0 && (module.exports = {
|
|
674
|
-
GetServiceSettingsCommand,
|
|
675
|
-
InternalServerException,
|
|
676
|
-
LicenseManagerLinuxSubscriptions,
|
|
677
|
-
LicenseManagerLinuxSubscriptionsClient,
|
|
678
674
|
LicenseManagerLinuxSubscriptionsServiceException,
|
|
679
|
-
|
|
675
|
+
__Client,
|
|
676
|
+
LicenseManagerLinuxSubscriptionsClient,
|
|
677
|
+
LicenseManagerLinuxSubscriptions,
|
|
678
|
+
$Command,
|
|
679
|
+
GetServiceSettingsCommand,
|
|
680
680
|
ListLinuxSubscriptionInstancesCommand,
|
|
681
681
|
ListLinuxSubscriptionsCommand,
|
|
682
|
+
UpdateServiceSettingsCommand,
|
|
683
|
+
paginateListLinuxSubscriptionInstances,
|
|
684
|
+
paginateListLinuxSubscriptions,
|
|
682
685
|
Operator,
|
|
686
|
+
LinuxSubscriptionsDiscovery,
|
|
683
687
|
OrganizationIntegration,
|
|
684
688
|
Status,
|
|
689
|
+
InternalServerException,
|
|
685
690
|
ThrottlingException,
|
|
686
|
-
|
|
687
|
-
ValidationException,
|
|
688
|
-
__Client,
|
|
689
|
-
paginateListLinuxSubscriptionInstances,
|
|
690
|
-
paginateListLinuxSubscriptions
|
|
691
|
+
ValidationException
|
|
691
692
|
});
|
|
692
693
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-linux-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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|